public class NodeInfoImpl extends Object implements org.apache.jackrabbit.spi.NodeInfo
NodeInfoImpl...| Constructor and Description |
|---|
NodeInfoImpl(org.apache.jackrabbit.spi.NodeId id,
org.apache.jackrabbit.webdav.property.DavPropertySet propSet,
org.apache.jackrabbit.spi.commons.conversion.NamePathResolver resolver) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
denotesNode() |
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() |
org.apache.jackrabbit.spi.Path |
getPath() |
Iterator<org.apache.jackrabbit.spi.PropertyId> |
getPropertyIds() |
org.apache.jackrabbit.spi.PropertyId[] |
getReferences() |
public NodeInfoImpl(org.apache.jackrabbit.spi.NodeId id,
org.apache.jackrabbit.webdav.property.DavPropertySet propSet,
org.apache.jackrabbit.spi.commons.conversion.NamePathResolver resolver)
throws RepositoryException,
org.apache.jackrabbit.spi.commons.conversion.NameException
RepositoryExceptionorg.apache.jackrabbit.spi.commons.conversion.NameExceptionpublic boolean denotesNode()
denotesNode in interface org.apache.jackrabbit.spi.ItemInfopublic 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.NodeInfopublic org.apache.jackrabbit.spi.Path getPath()
getPath in interface org.apache.jackrabbit.spi.ItemInfoItemInfo.getPath()Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.