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 PrismReferenceValueasReferenceValue()StringgetDescription()SearchFilterTypegetFilter()StringgetOid()ReferentialIntegrityTypegetReferentialIntegrity()QNamegetRelation()EvaluationTimeTypegetResolutionTime()PolyStringTypegetTargetName()QNamegetType()ReferencablesetupReferenceValue(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()
-
getReferentialIntegrity
ReferentialIntegrityType getReferentialIntegrity()
-
getFilter
SearchFilterType getFilter()
-
-