|
Constructor Summary | ||
NodeRef(String nodeRef) Construct a Node Reference from a string representation of a Node Reference. |
||
NodeRef(String protocol, String identifier, String id) | ||
NodeRef(StoreRef storeRef, String id) Construct a Node Reference from a Store Reference and Node Id |
Method Summary | ||
boolean |
equals(Object obj) Override equals for this ref type |
|
getId() | ||
getNodeRefs(String values) | ||
getNodeRefs(String values, org.apache.commons.logging.Log logger) | ||
getStoreRef() | ||
int |
hashCode() Hashes on ID alone. |
|
static boolean |
isNodeRef(String nodeRef) Determine if passed string conforms to the pattern of a node reference |
|
toString() |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
The string representation of a Node Reference is as follows:
/
logger
is supplied then invalid ids are logged as warnings.
|