|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NodeInfo
The NodeInfo provides the basic information required to build
nodes making up the repository hierarchy.
NodeInfo. It is retrieved by calling
RepositoryService.getChildInfos(SessionInfo, NodeId). In case of
batch read the
child nodes might be part of the returned Iterator.
| Method Summary | |
|---|---|
NodeId |
getId()
Returns the NodeId for the node that is based on this info
object. |
int |
getIndex()
Index of the node. |
Name[] |
getMixins()
|
Name |
getNodetype()
|
Iterator |
getPropertyIds()
|
PropertyId[] |
getReferences()
|
| Methods inherited from interface org.apache.jackrabbit.spi.ItemInfo |
|---|
denotesNode, getName, getParentId, getPath |
| Method Detail |
|---|
NodeId getId()
NodeId for the node that is based on this info
object.
RepositoryService.getNodeInfo(SessionInfo, NodeId)int getIndex()
Name getNodetype()
Name representing the name of the primary nodetype.Name[] getMixins()
Names representing the names of mixin nodetypes.
This includes only explicitly assigned mixin nodetypes. It does not include
mixin types inherited through the additon of supertypes to the primary
type hierarchy.PropertyId[] getReferences()
Ids of the properties that are referencing the
node based on this info object or an empty array if the node is not
referenceable or no references exist.PropertyInfo.getId()Iterator getPropertyIds()
Ids of children propertiesPropertyInfo.getId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||