Uses of Interface
com.evolveum.midpoint.prism.PrismReferenceValue
Packages that use PrismReferenceValue
Package
Description
GUI API package for various utility classes and interfaces.
-
Uses of PrismReferenceValue in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util that return PrismReferenceValueModifier and TypeMethodDescriptionstatic <R extends Referencable>
PrismReferenceValueWebPrismUtil.findSingleReferenceValue
(ItemWrapper<?, ?> child, ItemPath pathToFind) Methods in com.evolveum.midpoint.gui.api.util with parameters of type PrismReferenceValueModifier and TypeMethodDescriptionstatic PrismObject<LookupTableType>
WebComponentUtil.findLookupTable
(PrismReferenceValue valueEnumerationRef, PageBase page) 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 -
Uses of PrismReferenceValue in com.evolveum.midpoint.gui.impl.factory.wrapper
Methods in com.evolveum.midpoint.gui.impl.factory.wrapper that return PrismReferenceValueModifier and TypeMethodDescriptionprotected PrismReferenceValue
ChildOfReportParamWrapperFactory.createNewValue
(PrismReference item) protected PrismReferenceValue
PrismReferenceWrapperFactory.createNewValue
(PrismReference item) Methods in com.evolveum.midpoint.gui.impl.factory.wrapper with parameters of type PrismReferenceValueModifier and TypeMethodDescriptionChildOfReportParamWrapperFactory.createValueWrapper
(PrismReferenceWrapper<R> parent, PrismReferenceValue value, ValueStatus status, WrapperContext context) 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 PrismReferenceValueModifier and TypeMethodDescriptionstatic @NotNull List<PrismReferenceValue>
MemberOperationsQueryUtil.createReferenceValuesList
(@NotNull AbstractRoleType targetObject, @NotNull Collection<QName> relations) Creates reference values pointing to given target with given relations.static @NotNull List<PrismReferenceValue>
MemberOperationsQueryUtil.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 PrismReferenceValueModifier and TypeMethodDescriptionprotected 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 PrismReferenceValueModifier and TypeMethodDescriptionprotected PrismReferenceValue
PrismReferenceWrapperImpl.createNewEmptyValue
(ModelServiceLocator locator) PrismReferenceValueWrapperImpl.getNewValue()
ItemWrapperImpl.getValueEnumerationRef()
ValueMetadataWrapperImpl.getValueEnumerationRef()
Constructors in com.evolveum.midpoint.gui.impl.prism.wrapper with parameters of type PrismReferenceValueModifierConstructorDescriptionPrismReferenceValueWrapperImpl
(PrismReferenceWrapper<T> parent, PrismReferenceValue value, ValueStatus status) -
Uses of PrismReferenceValue in com.evolveum.midpoint.gui.impl.util
Methods in com.evolveum.midpoint.gui.impl.util with parameters of type PrismReferenceValueModifier and TypeMethodDescriptionstatic void
DetailsPageUtil.dispatchToObjectDetailsPage
(PrismReferenceValue objectRef, org.apache.wicket.Component component, boolean failIfUnsupported) static String
RelationUtil.getRelationLabelValue
(PrismReferenceValue referenceValue, PageBase pageBase) -
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 PrismReferenceValueModifier and TypeMethodDescriptionstatic @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 PrismReferenceValueModifier and TypeMethodDescriptionReferencable.asReferenceValue()
PrismReferenceValue.clone()
PrismReferenceValue.cloneComplex
(CloneStrategy strategy) PrismReferenceValue.createImmutableClone()
ItemFactory.createReferenceValue()
ItemFactory.createReferenceValue
(PrismObject<?> target) ItemFactory.createReferenceValue
(String targetOid) ItemFactory.createReferenceValue
(String oid, OriginType originType, Objectable originObject) ItemFactory.createReferenceValue
(String oid, QName targetType) PrismReference.findValueByOid
(String oid) ItemDefinition.getValueEnumerationRef()
Reference to an object that directly or indirectly represents possible values for this item.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 PrismReferenceValueModifier and TypeMethodDescriptionstatic @NotNull List<PrismReferenceValue>
PrismValueCollectionsUtil.asReferenceValues
(@NotNull Collection<? extends Referencable> referencables) static ValueSelector<PrismReferenceValue>
static ValueSelector<PrismReferenceValue>
Methods in com.evolveum.midpoint.prism with parameters of type PrismReferenceValueModifier and TypeMethodDescriptionboolean
PrismReference.merge
(PrismReferenceValue value) Referencable.setupReferenceValue
(PrismReferenceValue value) void
MutableItemDefinition.setValueEnumerationRef
(PrismReferenceValue valueEnumerationRef) Method parameters in com.evolveum.midpoint.prism with type arguments of type PrismReferenceValueModifier and TypeMethodDescriptionstatic @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 PrismReferenceValueModifier and TypeMethodDescriptiondefault PrismReferenceValue
ItemDefinitionDelegator.getValueEnumerationRef()
-
Uses of PrismReferenceValue in com.evolveum.midpoint.prism.delta
Methods in com.evolveum.midpoint.prism.delta with parameters of type PrismReferenceValueModifier and TypeMethodDescriptionvoid
ObjectDelta.addModificationAddReference
(ItemPath path, PrismReferenceValue... refValues) void
ObjectDelta.addModificationDeleteReference
(ItemPath path, PrismReferenceValue... refValues) void
ObjectDelta.addModificationReplaceReference
(ItemPath path, PrismReferenceValue... refValues) DeltaFactory.Reference.createModificationAdd
(ItemPath path, PrismObjectDefinition<?> objectDefinition, PrismReferenceValue refValue) Deprecated.<T extends Objectable>
ReferenceDeltaDeltaFactory.Reference.createModificationAdd
(Class<T> type, ItemName refName, PrismReferenceValue refValue) Deprecated.Collection<? extends ItemDelta<?,
?>> DeltaFactory.Reference.createModificationAddCollection
(ItemName propertyName, PrismObjectDefinition<?> objectDefinition, PrismReferenceValue refValue) Deprecated.<T extends Objectable>
Collection<? extends ItemDelta<?,?>> DeltaFactory.Reference.createModificationAddCollection
(Class<T> type, ItemName refName, PrismReferenceValue refValue) Deprecated.<O extends Objectable>
ObjectDelta<O>DeltaFactory.Object.createModificationAddReference
(Class<O> type, String oid, QName propertyName, PrismReferenceValue... referenceValues) <T extends Objectable>
ReferenceDeltaDeltaFactory.Reference.createModificationDelete
(Class<T> type, QName refName, PrismReferenceValue refValue) Deprecated.DeltaFactory.Reference.createModificationDelete
(QName refName, PrismObjectDefinition<?> objectDefinition, PrismReferenceValue refValue) Deprecated.<T extends Objectable>
Collection<? extends ItemDelta<?,?>> DeltaFactory.Reference.createModificationDeleteCollection
(Class<T> type, QName refName, PrismReferenceValue refValue) Deprecated.Collection<? extends ItemDelta<?,
?>> DeltaFactory.Reference.createModificationDeleteCollection
(QName propertyName, PrismObjectDefinition<?> objectDefinition, PrismReferenceValue refValue) Deprecated.<O extends Objectable>
ObjectDelta<O>DeltaFactory.Object.createModificationDeleteReference
(Class<O> type, String oid, QName propertyName, PrismReferenceValue... referenceValues) DeltaFactory.Reference.createModificationReplace
(ItemPath path, PrismObjectDefinition<?> objectDefinition, PrismReferenceValue refValue) Deprecated.<O extends Objectable>
ObjectDelta<O>DeltaFactory.Object.createModificationReplaceReference
(Class<O> type, String oid, ItemPath refPath, PrismReferenceValue... refValues) Method parameters in com.evolveum.midpoint.prism.delta with type arguments of type PrismReferenceValueModifier and TypeMethodDescriptionDeltaFactory.Reference.createModificationAdd
(ItemPath path, PrismObjectDefinition<?> objectDefinition, Collection<PrismReferenceValue> refValues) Deprecated.DeltaFactory.Reference.createModificationDelete
(ItemPath path, PrismObjectDefinition<?> objectDefinition, Collection<PrismReferenceValue> refValues) Deprecated.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 PrismReferenceValueMethods in com.evolveum.midpoint.prism.query with parameters of type PrismReferenceValueModifier and TypeMethodDescription@NotNull OrgFilter
QueryFactory.createOrg
(PrismReferenceValue baseOrgRef, OrgFilter.Scope scope) Deprecated.Method parameters in com.evolveum.midpoint.prism.query with type arguments of type PrismReferenceValueModifier and TypeMethodDescription@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 PrismReferenceValueModifier and TypeMethodDescriptionS_FilterEntry.isChildOf
(PrismReferenceValue value) S_FilterEntry.isDirectChildOf
(PrismReferenceValue value) S_FilterEntry.isInScopeOf
(PrismReferenceValue value, OrgFilter.Scope scope) S_FilterEntry.isParentOf
(PrismReferenceValue value) S_ConditionEntry.ref
(PrismReferenceValue... value) Method parameters in com.evolveum.midpoint.prism.query.builder with type arguments of type PrismReferenceValueModifier and TypeMethodDescriptionS_ConditionEntry.ref
(Collection<PrismReferenceValue> values) S_ConditionEntry.ref
(Collection<PrismReferenceValue> values, boolean nullTypeAsAny) 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 PrismReferenceValueModifier and TypeMethodDescriptionstatic 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 PrismReferenceValueModifier and TypeMethodDescriptionstatic 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 PrismReferenceValueModifier and TypeMethodDescription@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 -
Uses of PrismReferenceValue in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return PrismReferenceValueModifier and TypeMethodDescriptionstatic PrismReferenceValue
MiscSchemaUtil.objectReferenceTypeToReferenceValue
(ObjectReferenceType refType, PrismContext prismContext) Methods in com.evolveum.midpoint.schema.util that return types with arguments of type PrismReferenceValueModifier and TypeMethodDescriptionstatic 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 PrismReferenceValueModifier and TypeMethodDescriptionstatic <T extends ObjectType>
@NotNull AssignmentTypeObjectTypeUtil.createAssignmentTo
(@NotNull PrismReferenceValue ref) static <T extends ObjectType>
AssignmentTypeObjectTypeUtil.createAssignmentTo
(@NotNull PrismReferenceValue ref, @Nullable PrismContext ignored) Deprecated.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 PrismReferenceValueModifier and TypeMethodDescriptionstatic Collection<ObjectReferenceType>
ObjectTypeUtil.createObjectRefs
(Collection<PrismReferenceValue> values) 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 PrismReferenceValueModifier and TypeMethodDescriptionprotected ObjectQuery
MultiValueChoosePanel.createChooseQuery
(List<PrismReferenceValue> values) Constructor parameters in com.evolveum.midpoint.web.component.form.multivalue with type arguments of type PrismReferenceValueModifierConstructorDescriptionMultiValueChoosePanel
(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