|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.evolveum.midpoint.prism.PrismValue
com.evolveum.midpoint.prism.PrismReferenceValue
public class PrismReferenceValue
Field Summary |
---|
Fields inherited from class com.evolveum.midpoint.prism.PrismValue |
---|
domElement |
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable |
---|
INDENT_STRING |
Constructor Summary | |
---|---|
PrismReferenceValue()
|
|
PrismReferenceValue(String oid)
|
|
PrismReferenceValue(String oid,
OriginType type,
Objectable source)
|
Method Summary | |
---|---|
void |
applyDefinition(ItemDefinition definition,
boolean force)
|
void |
applyDefinition(PrismReferenceDefinition definition,
boolean force)
|
void |
checkConsistenceInternal(Itemable rootItem,
ItemPath parentPath,
boolean requireDefinitions,
boolean prohibitRaw)
|
PrismReferenceValue |
clone()
|
protected void |
copyValues(PrismReferenceValue clone)
|
protected Element |
createDomElement()
|
static PrismReferenceValue |
createFromTarget(PrismObject<?> refTarget)
|
String |
debugDump()
Show the content of the object intended for diagnostics by system administrator. |
String |
debugDump(int indent)
|
String |
dump()
Show the content of the object intended for diagnostics by developer. |
boolean |
equals(Object obj)
|
boolean |
equalsComplex(PrismReferenceValue other,
boolean ignoreMetadata,
boolean isLiteral)
|
boolean |
equalsComplex(PrismValue other,
boolean ignoreMetadata,
boolean isLiteral)
|
String |
getDescription()
|
Element |
getFilter()
|
PrismObject |
getObject()
|
String |
getOid()
OID of the object that this reference refers to (reference target). |
QName |
getRelation()
|
QName |
getTargetType()
Returns XSD type of the object that this reference refers to. |
int |
hashCode()
|
boolean |
isEmpty()
|
boolean |
isRaw()
Returns true if the value is raw. |
void |
recompute(PrismContext prismContext)
|
boolean |
representsSameValue(PrismReferenceValue other)
|
boolean |
representsSameValue(PrismValue other)
Returns true if this and other value represent the same value. |
void |
setDescription(String description)
|
void |
setFilter(Element filter)
|
void |
setObject(PrismObject object)
|
void |
setOid(String oid)
|
void |
setRelation(QName relation)
|
void |
setTargetType(QName targetType)
|
PrismReferenceValue |
toCannonical()
Returns a version of this value that is cannonical, that means it has the minimal form. |
String |
toString()
|
Methods inherited from class com.evolveum.midpoint.prism.PrismValue |
---|
accept, applyDefinition, asDomElement, clearDomElement, cloneCollection, cloneValues, containsRealValue, copyValues, diff, diff, equals, equals, equalsRealValue, equalsRealValue, getOriginObject, getOriginType, getParent, getPath, getPrismContext, normalize, recompute, resetParentCollection, revive, setOriginObject, setOriginType, setParent |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PrismReferenceValue()
public PrismReferenceValue(String oid)
public PrismReferenceValue(String oid, OriginType type, Objectable source)
Method Detail |
---|
public String getOid()
public void setOid(String oid)
public PrismObject getObject()
public void setObject(PrismObject object)
public QName getTargetType()
public void setTargetType(QName targetType)
public QName getRelation()
public void setRelation(QName relation)
public String getDescription()
public void setDescription(String description)
public Element getFilter()
public void setFilter(Element filter)
public boolean isRaw()
PrismValue
isRaw
in class PrismValue
public void applyDefinition(ItemDefinition definition, boolean force) throws SchemaException
applyDefinition
in class PrismValue
SchemaException
public void applyDefinition(PrismReferenceDefinition definition, boolean force) throws SchemaException
SchemaException
public void recompute(PrismContext prismContext)
recompute
in class PrismValue
protected Element createDomElement()
createDomElement
in class PrismValue
public void checkConsistenceInternal(Itemable rootItem, ItemPath parentPath, boolean requireDefinitions, boolean prohibitRaw)
checkConsistenceInternal
in class PrismValue
public boolean isEmpty()
isEmpty
in class PrismValue
public PrismReferenceValue toCannonical()
public boolean equalsComplex(PrismValue other, boolean ignoreMetadata, boolean isLiteral)
equalsComplex
in class PrismValue
public boolean equalsComplex(PrismReferenceValue other, boolean ignoreMetadata, boolean isLiteral)
public boolean equals(Object obj)
equals
in class PrismValue
public int hashCode()
hashCode
in class PrismValue
public boolean representsSameValue(PrismValue other)
PrismValue
representsSameValue
in class PrismValue
public boolean representsSameValue(PrismReferenceValue other)
public static PrismReferenceValue createFromTarget(PrismObject<?> refTarget)
public String toString()
toString
in class Object
public String debugDump()
DebugDumpable
debugDump
in interface DebugDumpable
public String debugDump(int indent)
debugDump
in interface DebugDumpable
public String dump()
Dumpable
dump
in interface Dumpable
public PrismReferenceValue clone()
clone
in class PrismValue
protected void copyValues(PrismReferenceValue clone)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |