|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.core.ItemId
public abstract class ItemId
ItemId serves as the base class for the concrete classes
PropertyId and NodeId who uniquely identify
nodes and properties in a workspace.
| Constructor Summary | |
|---|---|
ItemId()
|
|
| Method Summary | |
|---|---|
abstract boolean |
denotesNode()
Returns true if this id denotes a Node. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ItemId()
| Method Detail |
|---|
public abstract boolean denotesNode()
true if this id denotes a Node.
true if this id denotes a Node,
false if it denotes a PropertyPropertyId,
NodeId
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||