Uses of Interface
com.evolveum.midpoint.prism.Referencable
-
Packages that use Referencable Package Description com.evolveum.midpoint.prism com.evolveum.midpoint.prism.util com.evolveum.midpoint.schema.util com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of Referencable in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism that return Referencable Modifier and Type Method Description Referencable
PrismReferenceValue. asReferencable()
Referencable
Referencable. clone()
Referencable
PrismReference. getRealValue()
@Nullable Referencable
PrismReferenceValue. getRealValue()
Referencable
Referencable. setupReferenceValue(PrismReferenceValue value)
Methods in com.evolveum.midpoint.prism that return types with arguments of type Referencable Modifier and Type Method Description static @NotNull List<Referencable>
PrismValueCollectionsUtil. asReferencables(@NotNull Collection<PrismReferenceValue> values)
@NotNull Collection<Referencable>
PrismReference. getRealValues()
Methods in com.evolveum.midpoint.prism with parameters of type Referencable Modifier and Type Method Description static String
Referencable. getOid(Referencable referencable)
Method parameters in com.evolveum.midpoint.prism with type arguments of type Referencable Modifier and Type Method Description static @NotNull List<PrismReferenceValue>
PrismValueCollectionsUtil. asReferenceValues(@NotNull Collection<? extends Referencable> referencables)
-
Uses of Referencable in com.evolveum.midpoint.prism.util
Method parameters in com.evolveum.midpoint.prism.util with type arguments of type Referencable Modifier and Type Method Description static void
PrismAsserts. assertReferenceValue(List<? extends Referencable> refs, String oid)
static void
PrismAsserts. assertReferenceValues(List<? extends Referencable> refs, String... oids)
-
Uses of Referencable in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return types with arguments of type Referencable Modifier and Type Method Description static Collection<Referencable>
ObjectTypeUtil. getExtensionReferenceValues(ObjectType objectType, QName propertyQname)
Methods in com.evolveum.midpoint.schema.util with parameters of type Referencable Modifier and Type Method Description static PolyStringType
ObjectTypeUtil. getDisplayName(Referencable ref)
static PolyStringType
ObjectTypeUtil. getName(Referencable ref)
-
Uses of Referencable in com.evolveum.midpoint.xml.ns._public.common.common_3
Classes in com.evolveum.midpoint.xml.ns._public.common.common_3 that implement Referencable Modifier and Type Class Description class
ObjectReferenceType
<?xml version="1.0" encoding="UTF-8"?><p xmlns:a="http://prism.evolveum.com/xml/ns/public/annotation-3" xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:icfs="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/resource-schema-3" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" xmlns:s="http://midpoint.evolveum.com/xml/ns/public/model/scripting-3" xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> Reference to an object.
-