public class NodeInfoImpl extends ItemInfoImpl implements org.apache.jackrabbit.spi.NodeInfo
NodeInfoImpl...| Constructor and Description |
|---|
NodeInfoImpl(org.apache.jackrabbit.spi.NodeId id,
org.apache.jackrabbit.spi.Path path)
Creates a new
NodeInfo. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<org.apache.jackrabbit.spi.ChildInfo> |
getChildInfos() |
org.apache.jackrabbit.spi.NodeId |
getId() |
int |
getIndex() |
org.apache.jackrabbit.spi.Name[] |
getMixins() |
org.apache.jackrabbit.spi.Name |
getNodetype() |
Iterator<org.apache.jackrabbit.spi.PropertyId> |
getPropertyIds() |
org.apache.jackrabbit.spi.PropertyId[] |
getReferences() |
denotesNode, getName, getPathpublic NodeInfoImpl(org.apache.jackrabbit.spi.NodeId id,
org.apache.jackrabbit.spi.Path path)
throws RepositoryException
NodeInfo.id - The node id.path - the path to this item.RepositoryException - If an error occurs.public org.apache.jackrabbit.spi.NodeId getId()
getId in interface org.apache.jackrabbit.spi.ItemInfogetId in interface org.apache.jackrabbit.spi.NodeInfopublic int getIndex()
getIndex in interface org.apache.jackrabbit.spi.NodeInfopublic org.apache.jackrabbit.spi.Name getNodetype()
getNodetype in interface org.apache.jackrabbit.spi.NodeInfopublic org.apache.jackrabbit.spi.Name[] getMixins()
getMixins in interface org.apache.jackrabbit.spi.NodeInfopublic org.apache.jackrabbit.spi.PropertyId[] getReferences()
getReferences in interface org.apache.jackrabbit.spi.NodeInfopublic Iterator<org.apache.jackrabbit.spi.PropertyId> getPropertyIds()
getPropertyIds in interface org.apache.jackrabbit.spi.NodeInfopublic Iterator<org.apache.jackrabbit.spi.ChildInfo> getChildInfos()
getChildInfos in interface org.apache.jackrabbit.spi.NodeInfoCopyright © 2004–2018 The Apache Software Foundation. All rights reserved.