Uses of Interface
com.evolveum.midpoint.prism.PrismReferenceValue
-
-
Uses of PrismReferenceValue in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util that return PrismReferenceValue Modifier and Type Method Description static <R extends Referencable>
PrismReferenceValueWebPrismUtil. findSingleReferenceValue(ItemWrapper<?,?> child, ItemPath pathToFind)
Methods in com.evolveum.midpoint.gui.api.util with parameters of type PrismReferenceValue Modifier and Type Method Description static void
WebComponentUtil. dispatchToObjectDetailsPage(PrismReferenceValue objectRef, org.apache.wicket.Component component, boolean failIfUnsupported)
static PrismObject<LookupTableType>
WebComponentUtil. findLookupTable(PrismReferenceValue valueEnumerationRef, PageBase page)
static String
WebComponentUtil. getRelationLabelValue(PrismReferenceValue referenceValue, PageBase pageBase)
static <O extends ObjectType>
PrismObject<O>WebModelServiceUtils. loadObject(PrismReferenceValue objectRef, QName expectedTargetType, PageBase pageBase, com.evolveum.midpoint.task.api.Task task, OperationResult result)
-
Uses of PrismReferenceValue in com.evolveum.midpoint.gui.impl.component.search.factory
Methods in com.evolveum.midpoint.gui.impl.component.search.factory that return PrismReferenceValue Modifier and Type Method Description PrismReferenceValue
SearchItemContext. getValueEnumerationRef()
-
Uses of PrismReferenceValue in com.evolveum.midpoint.gui.impl.factory.wrapper
Methods in com.evolveum.midpoint.gui.impl.factory.wrapper that return PrismReferenceValue Modifier and Type Method Description protected PrismReferenceValue
ChildOfReportParamWrapperFactory. createNewValue(PrismReference item)
protected PrismReferenceValue
PrismReferenceWrapperFactory. createNewValue(PrismReference item)
Methods in com.evolveum.midpoint.gui.impl.factory.wrapper with parameters of type PrismReferenceValue Modifier and Type Method Description PrismReferenceValueWrapperImpl<R>
ChildOfReportParamWrapperFactory. createValueWrapper(PrismReferenceWrapper<R> parent, PrismReferenceValue value, ValueStatus status, WrapperContext context)
PrismReferenceValueWrapperImpl<R>
PrismReferenceWrapperFactory. createValueWrapper(PrismReferenceWrapper<R> parent, PrismReferenceValue value, ValueStatus status, WrapperContext context)
-
Uses of PrismReferenceValue in com.evolveum.midpoint.gui.impl.page.admin.abstractrole.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.abstractrole.component that return types with arguments of type PrismReferenceValue Modifier and Type Method Description static @NotNull List<PrismReferenceValue>
MemberOperationsHelper. createReferenceValuesList(@NotNull AbstractRoleType targetObject, @NotNull Collection<QName> relations)
Creates reference values pointing to given target with given relations.static @NotNull List<PrismReferenceValue>
MemberOperationsHelper. createReferenceValuesList(@NotNull ObjectReferenceType targetObjectRef, @NotNull Collection<QName> relations)
Creates reference values pointing to given target with given relations. -
Uses of PrismReferenceValue in com.evolveum.midpoint.gui.impl.prism.panel
Methods in com.evolveum.midpoint.gui.impl.prism.panel that return PrismReferenceValue Modifier and Type Method Description protected PrismReferenceValue
PrismReferenceHeaderPanel. createNewValue(PrismReferenceWrapper<R> parent)
-
Uses of PrismReferenceValue in com.evolveum.midpoint.gui.impl.prism.wrapper
Methods in com.evolveum.midpoint.gui.impl.prism.wrapper that return PrismReferenceValue Modifier and Type Method Description protected PrismReferenceValue
PrismReferenceWrapperImpl. createNewEmptyValue(ModelServiceLocator locator)
PrismReferenceValue
PrismReferenceValueWrapperImpl. getNewValue()
PrismReferenceValue
ItemWrapperImpl. getValueEnumerationRef()
PrismReferenceValue
ValueMetadataWrapperImpl. getValueEnumerationRef()
Constructors in com.evolveum.midpoint.gui.impl.prism.wrapper with parameters of type PrismReferenceValue Constructor Description PrismReferenceValueWrapperImpl(PrismReferenceWrapper<T> parent, PrismReferenceValue value, ValueStatus status)
-
Uses of PrismReferenceValue in com.evolveum.midpoint.model.api.util
Methods in com.evolveum.midpoint.model.api.util that return types with arguments of type PrismReferenceValue Modifier and Type Method Description static @NotNull Collection<PrismReferenceValue>
DeputyUtils. getDelegatorReferences(@NotNull FocusType focus, @NotNull RelationRegistry relationRegistry)
-
Uses of PrismReferenceValue in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism that return PrismReferenceValue Modifier and Type Method Description PrismReferenceValue
Referencable. asReferenceValue()
PrismReferenceValue
PrismReferenceValue. clone()
PrismReferenceValue
PrismReferenceValue. cloneComplex(CloneStrategy strategy)
PrismReferenceValue
PrismReferenceValue. createImmutableClone()
PrismReferenceValue
ItemFactory. createReferenceValue()
PrismReferenceValue
ItemFactory. createReferenceValue(PrismObject<?> target)
PrismReferenceValue
ItemFactory. createReferenceValue(String targetOid)
PrismReferenceValue
ItemFactory. createReferenceValue(String oid, OriginType originType, Objectable originObject)
PrismReferenceValue
ItemFactory. createReferenceValue(String oid, QName targetType)
PrismReferenceValue
PrismReference. findValueByOid(String oid)
PrismReferenceValue
ItemDefinition. getValueEnumerationRef()
Reference to an object that directly or indirectly represents possible values for this item.PrismReferenceValue
PrismReferenceValue. relation(QName relation)
PrismReferenceValue
PrismReferenceValue. toCanonical()
Returns a version of this value that is canonical, that means it has the minimal form.Methods in com.evolveum.midpoint.prism that return types with arguments of type PrismReferenceValue Modifier and Type Method Description static @NotNull List<PrismReferenceValue>
PrismValueCollectionsUtil. asReferenceValues(@NotNull Collection<? extends Referencable> referencables)
static ValueSelector<PrismReferenceValue>
ValueSelector. refEquals(@NotNull String expectedTargetOid)
static ValueSelector<PrismReferenceValue>
ValueSelector. refEquals(@NotNull String expectedTargetOid, QName expectedRelation)
Methods in com.evolveum.midpoint.prism with parameters of type PrismReferenceValue Modifier and Type Method Description boolean
PrismReference. merge(PrismReferenceValue value)
Referencable
Referencable. setupReferenceValue(PrismReferenceValue value)
void
MutableItemDefinition. setValueEnumerationRef(PrismReferenceValue valueEnumerationRef)
Method parameters in com.evolveum.midpoint.prism with type arguments of type PrismReferenceValue Modifier and Type Method Description static @NotNull List<Referencable>
PrismValueCollectionsUtil. asReferencables(@NotNull Collection<PrismReferenceValue> values)
static boolean
PrismValueCollectionsUtil. containsOid(Collection<PrismReferenceValue> values, @NotNull String oid)
-
Uses of PrismReferenceValue in com.evolveum.midpoint.prism.deleg
Methods in com.evolveum.midpoint.prism.deleg that return PrismReferenceValue Modifier and Type Method Description default PrismReferenceValue
ItemDefinitionDelegator. getValueEnumerationRef()
-
Uses of PrismReferenceValue in com.evolveum.midpoint.prism.delta
Method parameters in com.evolveum.midpoint.prism.delta with type arguments of type PrismReferenceValue Modifier and Type Method Description ReferenceDelta
DeltaFactory.Reference. createModificationAdd(ItemPath path, PrismObjectDefinition<?> objectDefinition, Collection<PrismReferenceValue> refValues)
Deprecated.ReferenceDelta
DeltaFactory.Reference. createModificationDelete(ItemPath path, PrismObjectDefinition<?> objectDefinition, Collection<PrismReferenceValue> refValues)
Deprecated.ReferenceDelta
DeltaFactory.Reference. createModificationReplace(ItemPath path, PrismObjectDefinition<?> objectDefinition, Collection<PrismReferenceValue> refValues)
Deprecated. -
Uses of PrismReferenceValue in com.evolveum.midpoint.prism.query
Methods in com.evolveum.midpoint.prism.query that return PrismReferenceValue Modifier and Type Method Description PrismReferenceValue
OrgFilter. getOrgRef()
Methods in com.evolveum.midpoint.prism.query with parameters of type PrismReferenceValue Modifier and Type Method Description @NotNull OrgFilter
QueryFactory. createOrg(PrismReferenceValue baseOrgRef, OrgFilter.Scope scope)
Deprecated.Method parameters in com.evolveum.midpoint.prism.query with type arguments of type PrismReferenceValue Modifier and Type Method Description @NotNull RefFilter
QueryFactory. createReferenceEqual(ItemPath path, PrismReferenceDefinition definition, Collection<PrismReferenceValue> values)
Deprecated. -
Uses of PrismReferenceValue in com.evolveum.midpoint.prism.query.builder
Methods in com.evolveum.midpoint.prism.query.builder with parameters of type PrismReferenceValue Modifier and Type Method Description S_FilterExit
S_FilterEntry. isChildOf(PrismReferenceValue value)
S_FilterExit
S_FilterEntry. isDirectChildOf(PrismReferenceValue value)
S_FilterExit
S_FilterEntry. isInScopeOf(PrismReferenceValue value, OrgFilter.Scope scope)
S_FilterExit
S_FilterEntry. isParentOf(PrismReferenceValue value)
S_FilterExit
S_ConditionEntry. ref(PrismReferenceValue... value)
Method parameters in com.evolveum.midpoint.prism.query.builder with type arguments of type PrismReferenceValue Modifier and Type Method Description S_FilterExit
S_ConditionEntry. ref(Collection<PrismReferenceValue> values)
S_FilterExit
S_ConditionEntry. ref(Collection<PrismReferenceValue> values, boolean nullTypeAsAny)
S_FilterExit
S_ConditionEntry. ref(Collection<PrismReferenceValue> values, boolean nullOidAsAny, boolean nullTypeAsAny)
-
Uses of PrismReferenceValue in com.evolveum.midpoint.prism.util
Methods in com.evolveum.midpoint.prism.util with parameters of type PrismReferenceValue Modifier and Type Method Description static void
PrismAsserts. assertRefEquivalent(String message, PrismReferenceValue expected, PrismReferenceValue actual)
static String
PrismPrettyPrinter. prettyPrint(PrismReferenceValue prv)
static String
PrismPrettyPrinter. prettyPrint(PrismReferenceValue prv, boolean showType)
Method parameters in com.evolveum.midpoint.prism.util with type arguments of type PrismReferenceValue Modifier and Type Method Description static void
PrismAsserts. assertOidValues(String message, Collection<PrismReferenceValue> actualRValues, String... expectedOids)
-
Uses of PrismReferenceValue in com.evolveum.midpoint.schema
Methods in com.evolveum.midpoint.schema that return PrismReferenceValue Modifier and Type Method Description @NotNull PrismReferenceValue
SchemaService. createReferenceValue(@NotNull String oid, @NotNull Class<? extends ObjectType> schemaType)
-
Uses of PrismReferenceValue in com.evolveum.midpoint.schema.processor
Methods in com.evolveum.midpoint.schema.processor that return PrismReferenceValue Modifier and Type Method Description PrismReferenceValue
ResourceAttributeDefinitionImpl. getValueEnumerationRef()
-
Uses of PrismReferenceValue in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return PrismReferenceValue Modifier and Type Method Description static PrismReferenceValue
MiscSchemaUtil. objectReferenceTypeToReferenceValue(ObjectReferenceType refType, PrismContext prismContext)
Methods in com.evolveum.midpoint.schema.util that return types with arguments of type PrismReferenceValue Modifier and Type Method Description static List<PrismReferenceValue>
ObjectQueryUtil. createReferences(String oid, RelationKindType kind, RelationRegistry relationRegistry)
static List<PrismReferenceValue>
ObjectQueryUtil. createReferences(Collection<String> oids, RelationKindType kind, RelationRegistry relationRegistry)
static List<PrismReferenceValue>
ObjectTypeUtil. objectReferenceListToPrismReferenceValues(Collection<ObjectReferenceType> refList)
Methods in com.evolveum.midpoint.schema.util with parameters of type PrismReferenceValue Modifier and Type Method Description static <T extends ObjectType>
@NotNull AssignmentTypeObjectTypeUtil. createAssignmentTo(@NotNull PrismReferenceValue ref, @Nullable PrismContext prismContext)
static ObjectReferenceType
ObjectTypeUtil. createObjectRef(PrismReferenceValue prv)
static <T extends ObjectType>
ObjectReferenceTypeObjectTypeUtil. createObjectRef(PrismReferenceValue refVal, boolean nameAsDescription)
static void
ObjectTypeUtil. normalizeRelation(PrismReferenceValue reference, RelationRegistry relationRegistry)
static Object
ObjectTypeUtil. toShortString(PrismReferenceValue objectRef)
static String
ValueDisplayUtil. toStringValue(PrismReferenceValue ref)
Method parameters in com.evolveum.midpoint.schema.util with type arguments of type PrismReferenceValue Modifier and Type Method Description static Collection<ObjectReferenceType>
ObjectTypeUtil. createObjectRefs(Collection<PrismReferenceValue> values)
static List<String>
ObjectTypeUtil. referenceValueListToOidList(Collection<PrismReferenceValue> referenceValues)
-
Uses of PrismReferenceValue in com.evolveum.midpoint.web.component.form.multivalue
Method parameters in com.evolveum.midpoint.web.component.form.multivalue with type arguments of type PrismReferenceValue Modifier and Type Method Description protected ObjectQuery
MultiValueChoosePanel. createChooseQuery(List<PrismReferenceValue> values)
Constructor parameters in com.evolveum.midpoint.web.component.form.multivalue with type arguments of type PrismReferenceValue Constructor Description MultiValueChoosePanel(String id, org.apache.wicket.model.IModel<List<T>> chosenValues, List<PrismReferenceValue> filterValues, boolean required, Collection<Class<? extends T>> types)
MultiValueChoosePanel(String id, org.apache.wicket.model.IModel<List<T>> chosenValues, List<PrismReferenceValue> filterValues, boolean required, Collection<Class<? extends T>> types, boolean multiselect)
-
Uses of PrismReferenceValue in com.evolveum.midpoint.web.page.admin.certification.dto
Methods in com.evolveum.midpoint.web.page.admin.certification.dto with parameters of type PrismReferenceValue Modifier and Type Method Description void
CertDefinitionDto. setOwner(PrismReferenceValue owner)
-