public interface PropertyEntry extends HierarchyEntry
PropertyEntry
...Modifier and Type | Method and Description |
---|---|
PropertyId |
getId() |
PropertyState |
getPropertyState() |
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, transientRemove
PropertyId getId() throws javax.jcr.InvalidItemStateException, javax.jcr.RepositoryException
NodeId
of this child node entry.javax.jcr.InvalidItemStateException
javax.jcr.RepositoryException
PropertyId getWorkspaceId() throws javax.jcr.InvalidItemStateException, javax.jcr.RepositoryException
getId()
unless any of its ancestors has been transiently
moved.javax.jcr.InvalidItemStateException
javax.jcr.RepositoryException
getId()
PropertyState getPropertyState() throws javax.jcr.ItemNotFoundException, javax.jcr.RepositoryException
PropertyState
.javax.jcr.ItemNotFoundException
- if the PropertyState
does not
exist anymore.javax.jcr.RepositoryException
- if an error occurs while retrieving the
PropertyState
.Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.