public interface ProtectedPropertyImporter extends ProtectedItemImporter
ProtectedPropertyImporter
is in charge of importing single
properties with a protected QPropertyDefinition
.Modifier and Type | Method and Description |
---|---|
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.
|
init, processReferences
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.Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.