|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProtectedPropertyImporter
ProtectedPropertyImporter is in charge of importing single
properties whith a protected QPropertyDefinition.
for an abstract class used to import protected
nodes and the subtree below them.| Method Summary | |
|---|---|
boolean |
handlePropInfo(NodeImpl parent,
PropInfo protectedPropInfo,
QPropertyDefinition def)
Handles a single protected property. |
boolean |
handlePropInfo(NodeState parent,
PropInfo protectedPropInfo,
QPropertyDefinition def)
Handles a single protected property. |
boolean |
init(JackrabbitSession session,
NamePathResolver resolver,
boolean isWorkspaceImport,
int uuidBehavior,
ReferenceChangeTracker referenceTracker)
|
void |
processReferences()
Post processing protected reference properties. |
| Method Detail |
|---|
boolean init(JackrabbitSession session,
NamePathResolver resolver,
boolean isWorkspaceImport,
int uuidBehavior,
ReferenceChangeTracker referenceTracker)
session - resolver - isWorkspaceImport - uuidBehavior - referenceTracker - @return
boolean handlePropInfo(NodeImpl parent,
PropInfo protectedPropInfo,
QPropertyDefinition def)
throws RepositoryException
parent - The affected parent node.protectedPropInfo - The PropInfo to be imported.def - The property definition determined by the importer that
calls this method.
true If the property could be successfully imported;
false otherwise.
RepositoryException - If an error occurs.
boolean handlePropInfo(NodeState parent,
PropInfo protectedPropInfo,
QPropertyDefinition def)
throws RepositoryException
parent - The affected parent node.protectedPropInfo - The PropInfo to be imported.def - The property definition determined by the importer that
calls this method.
true If the property could be successfully imported;
false otherwise.
RepositoryException - If an error occurs.
void processReferences()
throws RepositoryException
Importer.end().
RepositoryException - If an error occurs.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||