|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.core.state.NodeReferences
public class NodeReferences
NodeReferences represents the references (i.e. properties of
type REFERENCE) to a particular node (denoted by its uuid).
| Field Summary | |
|---|---|
protected NodeId |
id
Identifier of the target node. |
protected ArrayList<PropertyId> |
references
list of PropertyId's (i.e. |
| Constructor Summary | |
|---|---|
NodeReferences(NodeId id)
|
|
| Method Summary | |
|---|---|
void |
addAllReferences(List<PropertyId> references)
|
void |
addReference(PropertyId refId)
|
void |
clearAllReferences()
|
List<PropertyId> |
getReferences()
|
NodeId |
getTargetId()
Returns the identifier of the target node. |
boolean |
hasReferences()
Returns a flag indicating whether this object holds any references |
boolean |
removeReference(PropertyId refId)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected NodeId id
protected ArrayList<PropertyId> references
id.getTargetId()).
note that the list can contain duplicate entries because a specific
REFERENCE property can contain multiple references (if it's multi-valued)
to potentially the same target node.
| Constructor Detail |
|---|
public NodeReferences(NodeId id)
| Method Detail |
|---|
public NodeId getTargetId()
public boolean hasReferences()
true if this object holds references,
false otherwisepublic List<PropertyId> getReferences()
public void addReference(PropertyId refId)
refId - public void addAllReferences(List<PropertyId> references)
references - public boolean removeReference(PropertyId refId)
refId -
true if the reference was removed;
false otherwise.public void clearAllReferences()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||