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.audit.apiMethods in com.evolveum.midpoint.audit.api that return PrismReferenceValueModifier and TypeMethodDescriptionAuditEventRecord.getAttorneyRef()Attorney is the (physical) user who have executed the action.@Nullable PrismReferenceValueAuditEventRecord.getEffectivePrincipalRef()AuditEventRecord.getInitiatorRef()Initiator is the (legal) entity on behalf of whom is the action executed.AuditEventRecord.getTargetOwnerRef()AuditEventRecord.getTargetRef()Methods in com.evolveum.midpoint.audit.api with parameters of type PrismReferenceValueModifier and TypeMethodDescriptionvoidAuditEventRecord.addReferenceValue(String key, @NotNull PrismReferenceValue prv) voidAuditEventRecord.setAttorneyRef(PrismReferenceValue attorneyRef) It is assumed the ref has oid, type and description set.voidAuditEventRecord.setEffectivePrincipalRef(PrismReferenceValue effectivePrincipalRef) It is assumed the ref has oid, type and description set.voidAuditEventRecord.setInitiatorRef(PrismReferenceValue initiator) It is assumed the ref has oid, type and description set.voidAuditEventRecord.setTargetOwnerRef(PrismReferenceValue targetOwnerRef) It is assumed the ref has oid, type and description set.voidAuditEventRecord.setTargetRef(PrismReferenceValue target) It is assumed the ref has oid, type and description set.Constructors in com.evolveum.midpoint.audit.api with parameters of type PrismReferenceValue
- 
Uses of PrismReferenceValue in com.evolveum.midpoint.gui.api.utilMethods 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, Task task, OperationResult result) 
- 
Uses of PrismReferenceValue in com.evolveum.midpoint.gui.impl.component.search.factoryMethods in com.evolveum.midpoint.gui.impl.component.search.factory that return PrismReferenceValue
- 
Uses of PrismReferenceValue in com.evolveum.midpoint.gui.impl.factory.wrapperMethods in com.evolveum.midpoint.gui.impl.factory.wrapper that return PrismReferenceValueModifier and TypeMethodDescriptionprotected PrismReferenceValueChildOfReportParamWrapperFactory.createNewValue(PrismReference item) protected PrismReferenceValuePrismReferenceWrapperFactory.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.componentMethods 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.panelMethods in com.evolveum.midpoint.gui.impl.prism.panel that return PrismReferenceValueModifier and TypeMethodDescriptionprotected PrismReferenceValuePrismReferenceHeaderPanel.createNewValue(PrismReferenceWrapper<R> parent) 
- 
Uses of PrismReferenceValue in com.evolveum.midpoint.gui.impl.prism.wrapperMethods in com.evolveum.midpoint.gui.impl.prism.wrapper that return PrismReferenceValueModifier and TypeMethodDescriptionprotected PrismReferenceValuePrismReferenceWrapperImpl.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.utilMethods in com.evolveum.midpoint.gui.impl.util with parameters of type PrismReferenceValueModifier and TypeMethodDescriptionstatic voidDetailsPageUtil.dispatchToObjectDetailsPage(PrismReferenceValue objectRef, org.apache.wicket.Component component, boolean failIfUnsupported) static StringRelationUtil.getRelationLabelValue(PrismReferenceValue referenceValue, PageBase pageBase) 
- 
Uses of PrismReferenceValue in com.evolveum.midpoint.model.api.utilMethods 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.model.implMethods in com.evolveum.midpoint.model.impl with parameters of type PrismReferenceValueModifier and TypeMethodDescription<O extends ObjectType>
 PrismObject<O>ModelObjectResolver.resolve(PrismReferenceValue refVal, String contextDesc, GetOperationOptions options, Task task, OperationResult result) <O extends ObjectType>
 PrismObject<O>ModelObjectResolver.resolve(PrismReferenceValue refVal, String contextDesc, Task task, OperationResult result) voidModelObjectResolver.resolveReference(PrismReferenceValue prv, String contextDescription, ObjectResolver.Session session, Object taskObject, OperationResult result) 
- 
Uses of PrismReferenceValue in com.evolveum.midpoint.model.impl.lens.assignmentsMethods in com.evolveum.midpoint.model.impl.lens.assignments that return types with arguments of type PrismReferenceValueModifier and TypeMethodDescription@NotNull Collection<PrismReferenceValue>EvaluatedAssignmentImpl.getArchetypeRefVals()@NotNull Collection<PrismReferenceValue>EvaluatedAssignmentImpl.getDelegationRefVals()@NotNull Collection<PrismReferenceValue>EvaluatedAssignmentImpl.getMembershipRefVals()@NotNull Collection<PrismReferenceValue>EvaluatedAssignmentImpl.getOrgRefVals()
- 
Uses of PrismReferenceValue in com.evolveum.midpoint.model.impl.schema.transformMethods in com.evolveum.midpoint.model.impl.schema.transform that return PrismReferenceValueMethods in com.evolveum.midpoint.model.impl.schema.transform with parameters of type PrismReferenceValueModifier and TypeMethodDescriptiondefault voidPartiallyMutableItemDefinition.setValueEnumerationRef(PrismReferenceValue valueEnumerationRef) voidTransformableItemDefinition.setValueEnumerationRef(PrismReferenceValue valueEnumerationRVal) 
- 
Uses of PrismReferenceValue in com.evolveum.midpoint.model.impl.utilMethods in com.evolveum.midpoint.model.impl.util that return PrismReferenceValueModifier and TypeMethodDescriptionstatic PrismReferenceValueModelImplUtils.determineAuditTarget(Collection<ObjectDelta<? extends ObjectType>> deltas) static PrismReferenceValueModelImplUtils.determineAuditTargetDeltaOps(Collection<ObjectDeltaOperation<? extends ObjectType>> deltaOps) Methods in com.evolveum.midpoint.model.impl.util with parameters of type PrismReferenceValueModifier and TypeMethodDescriptionstatic voidModelImplUtils.resolveRef(PrismReferenceValue refVal, RepositoryService repository, boolean enforceReferentialIntegrity, boolean forceFilterReevaluation, EvaluationTimeType evaluationTime, String contextDesc, boolean throwExceptionOnFailure, OperationResult parentResult) Resolves a filter in a reference.
- 
Uses of PrismReferenceValue in com.evolveum.midpoint.prismMethods 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 TypeMethodDescriptionbooleanPrismReference.merge(PrismReferenceValue value) Referencable.setupReferenceValue(PrismReferenceValue value) voidMutableItemDefinition.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 booleanPrismValueCollectionsUtil.containsOid(Collection<PrismReferenceValue> values, @NotNull String oid) 
- 
Uses of PrismReferenceValue in com.evolveum.midpoint.prism.delegMethods in com.evolveum.midpoint.prism.deleg that return PrismReferenceValueModifier and TypeMethodDescriptiondefault PrismReferenceValueItemDefinitionDelegator.getValueEnumerationRef()
- 
Uses of PrismReferenceValue in com.evolveum.midpoint.prism.deltaMethods in com.evolveum.midpoint.prism.delta with parameters of type PrismReferenceValueModifier and TypeMethodDescriptionvoidObjectDelta.addModificationAddReference(ItemPath path, PrismReferenceValue... refValues) voidObjectDelta.addModificationDeleteReference(ItemPath path, PrismReferenceValue... refValues) voidObjectDelta.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.implClasses in com.evolveum.midpoint.prism.impl that implement PrismReferenceValueModifier and TypeClassDescriptionclassBEWARE! When adding data to this class, do not forget to updatePrismForJAXBUtil.setReferenceValueAsRef(PrismContainerValue, QName, PrismReferenceValue)! TODO ...Methods in com.evolveum.midpoint.prism.impl that return PrismReferenceValueModifier and TypeMethodDescriptionDefaultReferencableImpl.asReferenceValue()PrismReferenceValueImpl.createImmutableClone()ItemFactoryImpl.createReferenceValue()ItemFactoryImpl.createReferenceValue(PrismObject<?> target) ItemFactoryImpl.createReferenceValue(String targetOid) ItemFactoryImpl.createReferenceValue(String oid, OriginType originType, Objectable originObject) ItemFactoryImpl.createReferenceValue(String oid, QName targetType) PrismReferenceImpl.findValueByOid(String oid) @NotNull PrismReferenceValuePrismReferenceImpl.getValue()DummyPrismObjectDefinition.getValueEnumerationRef()ItemDefinitionImpl.getValueEnumerationRef()Methods in com.evolveum.midpoint.prism.impl that return types with arguments of type PrismReferenceValueModifier and TypeMethodDescriptionstatic @NotNull List<PrismReferenceValue>PrismReferenceValueImpl.asReferenceValues(@NotNull Collection<? extends Referencable> referencables) Methods in com.evolveum.midpoint.prism.impl with parameters of type PrismReferenceValueModifier and TypeMethodDescriptionbooleanPrismReferenceValueImpl.equals(PrismReferenceValue other, @NotNull ParameterizedEquivalenceStrategy strategy) booleanPrismReferenceImpl.merge(PrismReferenceValue value) DefaultReferencableImpl.setupReferenceValue(PrismReferenceValue value) voidItemDefinitionImpl.setValueEnumerationRef(PrismReferenceValue valueEnumerationRef) Method parameters in com.evolveum.midpoint.prism.impl with type arguments of type PrismReferenceValueModifier and TypeMethodDescriptionstatic @NotNull List<Referencable>PrismReferenceValueImpl.asReferencables(@NotNull Collection<PrismReferenceValue> values) static booleanPrismReferenceValueImpl.containsOid(Collection<PrismReferenceValue> values, @NotNull String oid) Constructors in com.evolveum.midpoint.prism.impl with parameters of type PrismReferenceValue
- 
Uses of PrismReferenceValue in com.evolveum.midpoint.prism.impl.bindingMethods in com.evolveum.midpoint.prism.impl.binding that return PrismReferenceValueModifier and TypeMethodDescriptionAbstractReferencable.asReferenceValue()protected PrismReferenceValueContainerablePrismBinding.ReferencableList.getValueFrom(T value) Methods in com.evolveum.midpoint.prism.impl.binding with parameters of type PrismReferenceValueModifier and TypeMethodDescriptionprotected TContainerablePrismBinding.ReferencableList.createItem(PrismReferenceValue value) AbstractReferencable.setupReferenceValue(PrismReferenceValue value) protected booleanContainerablePrismBinding.ReferencableList.willClear(PrismReferenceValue value) 
- 
Uses of PrismReferenceValue in com.evolveum.midpoint.prism.impl.deltaMethods in com.evolveum.midpoint.prism.impl.delta with parameters of type PrismReferenceValueModifier and TypeMethodDescriptionvoidObjectDeltaImpl.addModificationAddReference(ItemPath path, PrismReferenceValue... refValues) voidObjectDeltaImpl.addModificationDeleteReference(ItemPath path, PrismReferenceValue... refValues) voidObjectDeltaImpl.addModificationReplaceReference(ItemPath path, PrismReferenceValue... refValues) ReferenceDeltaFactoryImpl.createModificationAdd(ItemPath path, PrismObjectDefinition<?> objectDefinition, PrismReferenceValue refValue) <T extends Objectable>
 ReferenceDeltaReferenceDeltaFactoryImpl.createModificationAdd(Class<T> type, ItemName refName, PrismReferenceValue refValue) static ReferenceDeltaImplReferenceDeltaImpl.createModificationAdd(ItemPath path, PrismObjectDefinition<?> objectDefinition, PrismReferenceValue refValue) static <T extends Objectable>
 ReferenceDeltaImplReferenceDeltaImpl.createModificationAdd(Class<T> type, ItemName refName, PrismContext prismContext, PrismReferenceValue refValue) Collection<? extends ItemDelta<?,?>> ReferenceDeltaFactoryImpl.createModificationAddCollection(ItemName propertyName, PrismObjectDefinition<?> objectDefinition, PrismReferenceValue refValue) <T extends Objectable>
 Collection<? extends ItemDelta<?,?>> ReferenceDeltaFactoryImpl.createModificationAddCollection(Class<T> type, ItemName refName, PrismReferenceValue refValue) static Collection<? extends ItemDelta<?,?>> ReferenceDeltaImpl.createModificationAddCollection(ItemName propertyName, PrismObjectDefinition<?> objectDefinition, PrismReferenceValue refValue) static <T extends Objectable>
 Collection<? extends ItemDelta<?,?>> ReferenceDeltaImpl.createModificationAddCollection(Class<T> type, ItemName refName, PrismContext prismContext, PrismReferenceValue refValue) <O extends Objectable>
 ObjectDelta<O>ObjectDeltaFactoryImpl.createModificationAddReference(Class<O> type, String oid, QName propertyName, PrismReferenceValue... referenceValues) Convenience method for quick creation of object deltas that replace a single object property.<T extends Objectable>
 ReferenceDeltaReferenceDeltaFactoryImpl.createModificationDelete(Class<T> type, QName refName, PrismReferenceValue refValue) ReferenceDeltaFactoryImpl.createModificationDelete(QName refName, PrismObjectDefinition<?> objectDefinition, PrismReferenceValue refValue) static <T extends Objectable>
 ReferenceDeltaImplReferenceDeltaImpl.createModificationDelete(Class<T> type, QName refName, PrismContext prismContext, PrismReferenceValue refValue) static ReferenceDeltaImplReferenceDeltaImpl.createModificationDelete(QName refName, PrismObjectDefinition<?> objectDefinition, PrismReferenceValue refValue) <T extends Objectable>
 Collection<? extends ItemDelta<?,?>> ReferenceDeltaFactoryImpl.createModificationDeleteCollection(Class<T> type, QName refName, PrismReferenceValue refValue) Collection<? extends ItemDelta<?,?>> ReferenceDeltaFactoryImpl.createModificationDeleteCollection(QName propertyName, PrismObjectDefinition<?> objectDefinition, PrismReferenceValue refValue) static <T extends Objectable>
 Collection<? extends ItemDelta<?,?>> ReferenceDeltaImpl.createModificationDeleteCollection(Class<T> type, QName refName, PrismContext prismContext, PrismReferenceValue refValue) static Collection<? extends ItemDelta<?,?>> ReferenceDeltaImpl.createModificationDeleteCollection(QName propertyName, PrismObjectDefinition<?> objectDefinition, PrismReferenceValue refValue) <O extends Objectable>
 ObjectDelta<O>ObjectDeltaFactoryImpl.createModificationDeleteReference(Class<O> type, String oid, QName propertyName, PrismReferenceValue... referenceValues) Convenience method for quick creation of object deltas that replace a single object property.ReferenceDeltaFactoryImpl.createModificationReplace(ItemPath path, PrismObjectDefinition<?> objectDefinition, PrismReferenceValue refValue) static ReferenceDeltaImplReferenceDeltaImpl.createModificationReplace(ItemPath path, PrismObjectDefinition<?> objectDefinition, PrismReferenceValue refValue) <O extends Objectable>
 ObjectDelta<O>ObjectDeltaFactoryImpl.createModificationReplaceReference(Class<O> type, String oid, ItemPath refPath, PrismReferenceValue... refValues) Convenience method for quick creation of object deltas that replace a single object reference.static <O extends Objectable>
 voidObjectDeltaFactoryImpl.fillInModificationAddReference(ObjectDelta<O> objectDelta, ItemPath refPath, PrismReferenceValue... refValues) static <O extends Objectable>
 voidObjectDeltaFactoryImpl.fillInModificationReplaceReference(ObjectDelta<O> objectDelta, ItemPath refPath, PrismReferenceValue... refValues) Method parameters in com.evolveum.midpoint.prism.impl.delta with type arguments of type PrismReferenceValueModifier and TypeMethodDescriptionReferenceDeltaFactoryImpl.createModificationAdd(ItemPath path, PrismObjectDefinition<?> objectDefinition, Collection<PrismReferenceValue> refValues) static ReferenceDeltaImplReferenceDeltaImpl.createModificationAdd(ItemPath path, PrismObjectDefinition<?> objectDefinition, Collection<PrismReferenceValue> refValues) ReferenceDeltaFactoryImpl.createModificationDelete(ItemPath path, PrismObjectDefinition<?> objectDefinition, Collection<PrismReferenceValue> refValues) static ReferenceDeltaImplReferenceDeltaImpl.createModificationDelete(ItemPath path, PrismObjectDefinition<?> objectDefinition, Collection<PrismReferenceValue> refValues) ReferenceDeltaFactoryImpl.createModificationReplace(ItemPath path, PrismObjectDefinition<?> objectDefinition, Collection<PrismReferenceValue> refValues) static ReferenceDeltaImplReferenceDeltaImpl.createModificationReplace(ItemPath path, PrismObjectDefinition<?> objectDefinition, Collection<PrismReferenceValue> refValues) 
- 
Uses of PrismReferenceValue in com.evolveum.midpoint.prism.impl.itemMethods in com.evolveum.midpoint.prism.impl.item that return PrismReferenceValueModifier and TypeMethodDescriptionDummyReferenceImpl.findValueByOid(String oid) DummyReferenceImpl.getValue()Methods in com.evolveum.midpoint.prism.impl.item with parameters of type PrismReferenceValueModifier and TypeMethodDescriptionvoidDummyReferenceImpl.addIgnoringEquivalents(@NotNull PrismReferenceValue newValue) booleanDummyReferenceImpl.merge(PrismReferenceValue value) 
- 
Uses of PrismReferenceValue in com.evolveum.midpoint.prism.impl.queryMethods in com.evolveum.midpoint.prism.impl.query that return PrismReferenceValueMethods in com.evolveum.midpoint.prism.impl.query with parameters of type PrismReferenceValueModifier and TypeMethodDescriptionstatic OrgFilterOrgFilterImpl.createOrg(PrismReferenceValue baseOrgRef, OrgFilter.Scope scope) @NotNull OrgFilterQueryFactoryImpl.createOrg(PrismReferenceValue baseOrgRef, OrgFilter.Scope scope) Method parameters in com.evolveum.midpoint.prism.impl.query with type arguments of type PrismReferenceValueModifier and TypeMethodDescription@NotNull RefFilterQueryFactoryImpl.createReferenceEqual(ItemPath path, PrismReferenceDefinition definition, Collection<PrismReferenceValue> values) static RefFilterRefFilterImpl.createReferenceEqual(ItemPath path, PrismReferenceDefinition definition, Collection<PrismReferenceValue> values) static RefFilterRefFilterImpl.createReferenceEqual(ItemPath path, PrismReferenceDefinition definition, Collection<PrismReferenceValue> values, ObjectFilter targetFilter) 
- 
Uses of PrismReferenceValue in com.evolveum.midpoint.prism.impl.query.builderMethods in com.evolveum.midpoint.prism.impl.query.builder with parameters of type PrismReferenceValueModifier and TypeMethodDescriptionR_Filter.isChildOf(PrismReferenceValue value) R_Filter.isDirectChildOf(PrismReferenceValue value) R_Filter.isInScopeOf(PrismReferenceValue value, OrgFilter.Scope scope) R_Filter.isParentOf(PrismReferenceValue value) R_AtomicFilter.ref(PrismReferenceValue... values) Method parameters in com.evolveum.midpoint.prism.impl.query.builder with type arguments of type PrismReferenceValueModifier and TypeMethodDescriptionR_AtomicFilter.ref(Collection<PrismReferenceValue> values) R_AtomicFilter.ref(Collection<PrismReferenceValue> values, boolean nullTypeAsAny) R_AtomicFilter.ref(Collection<PrismReferenceValue> values, boolean nullOidAsAny, boolean nullTypeAsAny) 
- 
Uses of PrismReferenceValue in com.evolveum.midpoint.prism.impl.schemaMethods in com.evolveum.midpoint.prism.impl.schema with parameters of type PrismReferenceValueModifier and TypeMethodDescriptionSchemaToDomProcessor.addAnnotation(QName qname, PrismReferenceValue value, Element parent) 
- 
Uses of PrismReferenceValue in com.evolveum.midpoint.prism.impl.xjcMethods in com.evolveum.midpoint.prism.impl.xjc that return PrismReferenceValueModifier and TypeMethodDescriptionstatic PrismReferenceValuePrismForJAXBUtil.getReferenceValue(PrismContainerValue<?> parent, QName name) protected abstract PrismReferenceValuePrismReferenceArrayList.getValueFrom(T t) static <T extends Objectable>
 PrismReferenceValuePrismForJAXBUtil.objectableAsReferenceValue(T objectable, PrismReference reference) Methods in com.evolveum.midpoint.prism.impl.xjc with parameters of type PrismReferenceValueModifier and TypeMethodDescriptionprotected abstract TPrismReferenceArrayList.createItem(PrismReferenceValue value) static SearchFilterTypePrismForJAXBUtil.getFilter(PrismReferenceValue referenceValue) static MapXNodePrismForJAXBUtil.getReferenceFilterClauseXNode(PrismReferenceValue rval) static ObjectablePrismForJAXBUtil.getReferenceObjectable(PrismReferenceValue rval) static PolyStringTypePrismForJAXBUtil.getReferenceTargetName(PrismReferenceValue rval) static voidPrismForJAXBUtil.setReferenceFilterClauseXNode(PrismReferenceValue rval, SearchFilterType filterType) static voidPrismForJAXBUtil.setReferenceTargetName(PrismReferenceValue rval, PolyStringType name) static voidPrismForJAXBUtil.setReferenceValueAsRef(PrismContainerValue<?> parentValue, QName referenceName, PrismReferenceValue value) This method must merge new value with potential existing value of the reference.protected abstract booleanPrismReferenceArrayList.willClear(PrismReferenceValue value) 
- 
Uses of PrismReferenceValue in com.evolveum.midpoint.prism.queryMethods in com.evolveum.midpoint.prism.query that return PrismReferenceValueMethods in com.evolveum.midpoint.prism.query with parameters of type PrismReferenceValueModifier and TypeMethodDescription@NotNull OrgFilterQueryFactory.createOrg(PrismReferenceValue baseOrgRef, OrgFilter.Scope scope) Deprecated.Method parameters in com.evolveum.midpoint.prism.query with type arguments of type PrismReferenceValueModifier and TypeMethodDescription@NotNull RefFilterQueryFactory.createReferenceEqual(ItemPath path, PrismReferenceDefinition definition, Collection<PrismReferenceValue> values) Deprecated.
- 
Uses of PrismReferenceValue in com.evolveum.midpoint.prism.query.builderMethods 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.utilMethods in com.evolveum.midpoint.prism.util with parameters of type PrismReferenceValueModifier and TypeMethodDescriptionstatic voidPrismAsserts.assertRefEquivalent(String message, PrismReferenceValue expected, PrismReferenceValue actual) static StringPrismPrettyPrinter.prettyPrint(PrismReferenceValue prv) static StringPrismPrettyPrinter.prettyPrint(PrismReferenceValue prv, boolean showType) Method parameters in com.evolveum.midpoint.prism.util with type arguments of type PrismReferenceValueModifier and TypeMethodDescriptionstatic voidPrismAsserts.assertOidValues(String message, Collection<PrismReferenceValue> actualRValues, String... expectedOids) 
- 
Uses of PrismReferenceValue in com.evolveum.midpoint.repo.api.queryMethod parameters in com.evolveum.midpoint.repo.api.query with type arguments of type PrismReferenceValueModifier and TypeMethodDescriptionstatic CompleteQuery<?>CompleteQuery.inOid(Collection<PrismReferenceValue> references, PrismContext prismContext) 
- 
Uses of PrismReferenceValue in com.evolveum.midpoint.repo.commonMethods in com.evolveum.midpoint.repo.common with parameters of type PrismReferenceValueModifier and TypeMethodDescriptiondefault voidObjectResolver.resolveReference(PrismReferenceValue ref, String contextDescription, ObjectResolver.Session session, Object task, OperationResult result) 
- 
Uses of PrismReferenceValue in com.evolveum.midpoint.repo.common.expressionMethods in com.evolveum.midpoint.repo.common.expression that return types with arguments of type PrismReferenceValueModifier and TypeMethodDescriptionExpressionUtil.evaluateRefExpressionInContext(Expression<PrismReferenceValue, PrismReferenceDefinition> expression, ExpressionEvaluationContext eeContext, Task task, OperationResult result) Method parameters in com.evolveum.midpoint.repo.common.expression with type arguments of type PrismReferenceValueModifier and TypeMethodDescriptionExpressionUtil.evaluateRefExpressionInContext(Expression<PrismReferenceValue, PrismReferenceDefinition> expression, ExpressionEvaluationContext eeContext, Task task, OperationResult result) 
- 
Uses of PrismReferenceValue in com.evolveum.midpoint.repo.common.queryConstructors in com.evolveum.midpoint.repo.common.query with parameters of type PrismReferenceValueModifierConstructorDescriptionLinkedSelectorToFilterTranslator(@Nullable LinkedObjectSelectorType selector, @NotNull PrismReferenceValue targetObjectRef, @NotNull String contextDescription, @NotNull Trace logger, @NotNull Task task) 
- 
Uses of PrismReferenceValue in com.evolveum.midpoint.schemaMethods in com.evolveum.midpoint.schema that return PrismReferenceValueModifier and TypeMethodDescription@NotNull PrismReferenceValueSchemaService.createReferenceValue(@NotNull String oid, @NotNull Class<? extends ObjectType> schemaType) 
- 
Uses of PrismReferenceValue in com.evolveum.midpoint.schema.processorMethods in com.evolveum.midpoint.schema.processor that return PrismReferenceValue
- 
Uses of PrismReferenceValue in com.evolveum.midpoint.schema.utilMethods in com.evolveum.midpoint.schema.util that return PrismReferenceValueModifier and TypeMethodDescriptionstatic PrismReferenceValueMiscSchemaUtil.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 ObjectReferenceTypeObjectTypeUtil.createObjectRef(PrismReferenceValue prv) static <T extends ObjectType>
 ObjectReferenceTypeObjectTypeUtil.createObjectRef(PrismReferenceValue refVal, boolean nameAsDescription) static voidObjectTypeUtil.normalizeRelation(PrismReferenceValue reference, RelationRegistry relationRegistry) static ObjectObjectTypeUtil.toShortString(PrismReferenceValue objectRef) static StringValueDisplayUtil.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.multivalueMethod parameters in com.evolveum.midpoint.web.component.form.multivalue with type arguments of type PrismReferenceValueModifier and TypeMethodDescriptionprotected ObjectQueryMultiValueChoosePanel.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.dtoMethods in com.evolveum.midpoint.web.page.admin.certification.dto with parameters of type PrismReferenceValue