public interface PropertyEntry extends HierarchyEntry
PropertyEntry...| Modifier and Type | Method and Description |
|---|---|
org.apache.jackrabbit.spi.PropertyId |
getId() |
PropertyState |
getPropertyState() |
org.apache.jackrabbit.spi.PropertyId |
getWorkspaceId()
Returns the ID that must be used for resolving this entry OR loading its
children entries from the persistent layer.
|
calculateStatus, complete, denotesNode, getGeneration, getItemState, getName, getParent, getPath, getStatus, getWorkspacePath, invalidate, isAvailable, reload, remove, revert, setItemState, transientRemoveorg.apache.jackrabbit.spi.PropertyId getId()
throws InvalidItemStateException,
RepositoryException
NodeId of this child node entry.InvalidItemStateExceptionRepositoryExceptionorg.apache.jackrabbit.spi.PropertyId getWorkspaceId()
throws InvalidItemStateException,
RepositoryException
getId() unless any of its ancestors has been transiently
moved.InvalidItemStateExceptionRepositoryExceptiongetId()PropertyState getPropertyState() throws ItemNotFoundException, RepositoryException
PropertyState.ItemNotFoundException - if the PropertyState does not
exist anymore.RepositoryException - if an error occurs while retrieving the
PropertyState.Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.