Package com.evolveum.midpoint.prism
Interface Referencable
-
- All Known Implementing Classes:
DefaultReferencableImpl
,ObjectReferenceType
public interface Referencable
- Author:
- Katka Valalikova TODO think about the exact purpose and use of this interface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrismReferenceValue
asReferenceValue()
String
getDescription()
SearchFilterType
getFilter()
String
getOid()
QName
getRelation()
EvaluationTimeType
getResolutionTime()
PolyStringType
getTargetName()
QName
getType()
Referencable
setupReferenceValue(PrismReferenceValue value)
-
-
-
Method Detail
-
asReferenceValue
PrismReferenceValue asReferenceValue()
-
setupReferenceValue
Referencable setupReferenceValue(PrismReferenceValue value)
-
getOid
String getOid()
-
getType
QName getType()
-
getTargetName
PolyStringType getTargetName()
-
getRelation
QName getRelation()
-
getDescription
String getDescription()
-
getResolutionTime
EvaluationTimeType getResolutionTime()
-
getFilter
SearchFilterType getFilter()
-
-