|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.spi.commons.ItemInfoImpl
public abstract class ItemInfoImpl
ItemInfoImpl is a base class for ItemInfo
implementations.
| Constructor Summary | |
|---|---|
ItemInfoImpl(NodeId parentId,
Name name,
Path path,
boolean isNode)
Creates a new serializable item info for the given qualified item info. |
|
| Method Summary | |
|---|---|
boolean |
denotesNode()
Returns true if this ItemInfo denotes a node, false otherwise. |
Name |
getName()
Returns the qualified representation of the item name. |
NodeId |
getParentId()
Returns the id of the parent NodeInfo. |
Path |
getPath()
Returns the Path of the item represented by this
ItemInfo. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ItemInfoImpl(NodeId parentId,
Name name,
Path path,
boolean isNode)
item info.
parentId - the parent id.name - the name of this item.path - the path to this item.isNode - if this item is a node.| Method Detail |
|---|
public NodeId getParentId()
NodeInfo.
getParentId in interface ItemInfopublic Name getName()
{""}"".
getName in interface ItemInfopublic boolean denotesNode()
ItemInfo denotes a node, false otherwise.
denotesNode in interface ItemInfoItemInfo denotes a node, false otherwise.public Path getPath()
Path of the item represented by this
ItemInfo.
getPath in interface ItemInfoPath of the item represented by this
item info.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||