|
||||||||||
| 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 with 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. |
| Methods inherited from interface org.apache.jackrabbit.core.xml.ProtectedItemImporter |
|---|
init, processReferences |
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||