Uses of Interface
com.evolveum.midpoint.prism.PrismReference
Package
Description
-
Uses of PrismReference in com.evolveum.midpoint.common.cleanup
Modifier and TypeMethodDescriptiondefault void
CleanerListener.onReferenceCleanup
(CleanupEvent<PrismReference> event) Method that allows consumers to clean up references, e.g.void
DefaultCleanupListener.onReferenceCleanup
(CleanupEvent<PrismReference> event) -
Uses of PrismReference in com.evolveum.midpoint.gui.impl.factory.wrapper
Modifier and TypeMethodDescriptionprotected PrismReferenceValue
ChildOfReportParamWrapperFactory.createNewValue
(PrismReference item) protected PrismReferenceValue
PrismReferenceWrapperFactory.createNewValue
(PrismReference item) protected PrismReferenceWrapper<R>
ChildOfReportParamWrapperFactory.createWrapperInternal
(PrismContainerValueWrapper<?> parent, PrismReference item, ItemStatus status, WrapperContext ctx) protected PrismReferenceWrapper<R>
PolicyStatementMarkRefWrapperFactory.createWrapperInternal
(PrismContainerValueWrapper<?> parent, PrismReference item, ItemStatus status, WrapperContext ctx) protected PrismReferenceWrapper<R>
PrismReferenceWrapperFactory.createWrapperInternal
(PrismContainerValueWrapper<?> parent, PrismReference item, ItemStatus status, WrapperContext ctx) protected PrismReferenceWrapper<R>
ResourceObjectTypeArchetypeWrapperFactory.createWrapperInternal
(PrismContainerValueWrapper<?> parent, PrismReference item, ItemStatus status, WrapperContext ctx) protected PrismReferenceWrapper<R>
ResourceObjectTypeDefaultOptionalPolicyWrapperFactory.createWrapperInternal
(PrismContainerValueWrapper<?> parent, PrismReference item, ItemStatus status, WrapperContext ctx) protected PrismReferenceWrapper<R>
ResourceReferenceAttributeWrapperFactoryImpl.createWrapperInternal
(PrismContainerValueWrapper<?> parent, PrismReference item, ItemStatus status, WrapperContext ctx) protected PrismReferenceWrapper<ObjectReferenceType>
TenantRefWrapperFactory.createWrapperInternal
(PrismContainerValueWrapper<?> parent, PrismReference item, ItemStatus status, WrapperContext ctx) -
Uses of PrismReference in com.evolveum.midpoint.gui.impl.prism.wrapper
Modifier and TypeMethodDescription@NotNull PrismReference
PrismReferenceWrapperImpl.instantiate()
@NotNull PrismReference
PrismReferenceWrapperImpl.instantiate
(QName name) Modifier and TypeMethodDescription@NotNull ItemDefinition<PrismReference>
PrismReferenceWrapperImpl.cloneWithNewName
(@NotNull ItemName itemName) ModifierConstructorDescriptionPrismReferenceWrapperImpl
(PrismContainerValueWrapper<?> parent, PrismReference item, ItemStatus status) -
Uses of PrismReference in com.evolveum.midpoint.model.api
Modifier and TypeMethodDescriptionInboundSourceData.AssociationValue.getReferenceAttribute
(ItemName refAttrName) InboundSourceData.getReferenceAttribute
(ItemName refAttrName) @Nullable PrismReference
InboundSourceData.Shadow.getReferenceAttribute
(ItemName attributeName) -
Uses of PrismReference in com.evolveum.midpoint.prism
Modifier and TypeMethodDescriptionPrismReference.clone()
PrismReference.cloneComplex
(CloneStrategy strategy) PrismReference.createImmutableClone()
ItemFactory.createReference
(QName name) ItemFactory.createReference
(QName name, PrismReferenceDefinition definition) PrismContainer.findOrCreateReference
(ItemPath propertyPath) PrismContainerValue.findOrCreateReference
(QName referenceName) PrismContainer.findReference
(ItemPath path) PrismContainerValue.findReference
(QName elementName) @NotNull PrismReference
PrismReferenceDefinition.instantiate()
@NotNull PrismReference
PrismReferenceDefinition.instantiate
(QName name) -
Uses of PrismReference in com.evolveum.midpoint.prism.deleg
Modifier and TypeMethodDescriptiondefault PrismReference
PrismContainerValueDelegator.findOrCreateReference
(QName referenceName) default PrismReference
PrismContainerValueDelegator.findReference
(QName elementName) default @NotNull PrismReference
ReferenceDefinitionDelegator.instantiate()
default @NotNull PrismReference
ReferenceDefinitionDelegator.instantiate
(QName name) -
Uses of PrismReference in com.evolveum.midpoint.prism.delta
-
Uses of PrismReference in com.evolveum.midpoint.prism.impl
Modifier and TypeClassDescriptionclass
com.evolveum.midpoint.prism.impl.PrismReferenceImpl
-
Uses of PrismReference in com.evolveum.midpoint.prism.util
Modifier and TypeMethodDescriptionstatic void
PrismAsserts.assertReferenceValue
(PrismReference ref, String oid) static void
PrismAsserts.assertReferenceValues
(PrismReference ref, String... oids) -
Uses of PrismReference in com.evolveum.midpoint.schema.processor
Modifier and TypeClassDescriptionclass
Represents a shadow reference attribute (like `ri:group` or `ri:access`).Modifier and TypeMethodDescription@NotNull ItemDefinition<PrismReference>
ShadowReferenceAttributeDefinitionImpl.cloneWithNewName
(@NotNull ItemName itemName) -
Uses of PrismReference in com.evolveum.midpoint.schema.util
Modifier and TypeMethodDescriptionstatic List<ObjectReferenceType>
ObjectTypeUtil.getAsObjectReferenceTypeList
(PrismReference prismReference)