Package org.hippoecm.repository.util
Class NodeInfo
- java.lang.Object
-
- org.hippoecm.repository.util.NodeInfo
-
public final class NodeInfo extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeDefinition
getApplicableChildNodeDef(NodeType[] parentTypes)
int
getIndex()
String[]
getMixinNames()
NodeType[]
getMixinTypes()
String
getName()
NodeType
getNodeType()
String
getNodeTypeName()
boolean
hasApplicableChildNodeDef(NodeType[] parentTypes)
String
toString()
-
-
-
Constructor Detail
-
NodeInfo
public NodeInfo(Node child) throws RepositoryException
- Throws:
RepositoryException
-
-
Method Detail
-
getName
public String getName()
-
getIndex
public int getIndex()
-
getNodeType
public NodeType getNodeType()
-
getNodeTypeName
public String getNodeTypeName()
-
getMixinTypes
public NodeType[] getMixinTypes()
-
getMixinNames
public String[] getMixinNames()
-
getApplicableChildNodeDef
public NodeDefinition getApplicableChildNodeDef(NodeType[] parentTypes)
-
hasApplicableChildNodeDef
public boolean hasApplicableChildNodeDef(NodeType[] parentTypes)
-
-