Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowAssociationValueType
Packages that use ShadowAssociationValueType
Package
Description
-
Uses of ShadowAssociationValueType in com.evolveum.midpoint.gui.impl.factory.wrapper
Methods in com.evolveum.midpoint.gui.impl.factory.wrapper that return types with arguments of type ShadowAssociationValueTypeModifier and TypeMethodDescriptionprotected PrismContainerWrapper<ShadowAssociationValueType>ShadowAssociationValueWrapperFactoryImpl.createWrapper(PrismContainerValueWrapper<?> parent, PrismContainer<ShadowAssociationValueType> childContainer, ItemStatus status) Method parameters in com.evolveum.midpoint.gui.impl.factory.wrapper with type arguments of type ShadowAssociationValueTypeModifier and TypeMethodDescriptionprotected PrismContainerWrapper<ShadowAssociationValueType>ShadowAssociationValueWrapperFactoryImpl.createWrapper(PrismContainerValueWrapper<?> parent, PrismContainer<ShadowAssociationValueType> childContainer, ItemStatus status) protected booleanShadowAssociationValueWrapperFactoryImpl.shouldCreateEmptyValue(PrismContainer<ShadowAssociationValueType> item, WrapperContext context) -
Uses of ShadowAssociationValueType in com.evolveum.midpoint.gui.impl.page.admin.shadow
Constructor parameters in com.evolveum.midpoint.gui.impl.page.admin.shadow with type arguments of type ShadowAssociationValueTypeModifierConstructorDescriptionShadowAssociationObjectsColumn(org.apache.wicket.model.IModel<? extends PrismContainerDefinition<ShadowAssociationValueType>> rowModel, PageBase pageBase) ShadowAssociationValuePanel(String id, org.apache.wicket.model.IModel<PrismContainerValueWrapper<ShadowAssociationValueType>> model) -
Uses of ShadowAssociationValueType in com.evolveum.midpoint.gui.impl.prism.wrapper
Constructor parameters in com.evolveum.midpoint.gui.impl.prism.wrapper with type arguments of type ShadowAssociationValueTypeModifierConstructorDescriptionShadowAssociationValueWrapper(PrismContainerValueWrapper<?> parent, PrismContainer<ShadowAssociationValueType> item, ItemStatus status) ShadowAssociationWrapperImpl(PrismContainerValueWrapper<?> parent, PrismContainer<ShadowAssociationValueType> item, ItemStatus status) -
Uses of ShadowAssociationValueType in com.evolveum.midpoint.model.api.expr
Methods in com.evolveum.midpoint.model.api.expr with parameters of type ShadowAssociationValueTypeModifier and TypeMethodDescriptiondefault @Nullable PolyStringTypeMidpointFunctions.getObjectName(@Nullable ShadowAssociationValueType associationValueBean) Returns the name of the object of given (no-content) association value (if present there).default @Nullable StringMidpointFunctions.getObjectOid(@Nullable ShadowAssociationValueType associationValueBean) Returns the OID of the reference returned byMidpointFunctions.getObjectRef(ShadowAssociationValueType).@Nullable ObjectReferenceTypeMidpointFunctions.getObjectRef(@Nullable ShadowAssociationValueType associationValueBean) Returns the object reference for a given association value.MidpointFunctions.resolveEntitlement(ShadowAssociationValueType associationValue) Returns cached entitlement (target object) for given association value. -
Uses of ShadowAssociationValueType in com.evolveum.midpoint.schema.processor
Methods in com.evolveum.midpoint.schema.processor that return types with arguments of type ShadowAssociationValueTypeModifier and TypeMethodDescriptionShadowAssociationDefinitionImpl.cloneWithNewDefinition(QName newItemName, ItemDefinition<?> newDefinition) ShadowAssociationDefinitionImpl.cloneWithNewName(@NotNull ItemName itemName) ShadowAssociationDefinition.createEmptyDelta()ShadowAssociationDefinitionImpl.createEmptyDelta()@NotNull ContainerDelta<ShadowAssociationValueType>ShadowAssociationDefinitionImpl.createEmptyDelta(ItemPath path) protected @NotNull com.evolveum.midpoint.prism.impl.PrismContainerValueImpl<ShadowAssociationValueType>ShadowAssociation.createNewValueInternal()ShadowAssociationDefinitionImpl.getCompileTimeClass()@NotNull Class<ShadowAssociationValueType>ShadowAssociationDefinitionImpl.getTypeClass()@NotNull PrismContainer<ShadowAssociationValueType>ShadowAssociationDefinitionImpl.instantiate(QName name) ShadowAssociationDefinitionImpl.mutator()Methods in com.evolveum.midpoint.schema.processor with parameters of type ShadowAssociationValueTypeModifier and TypeMethodDescriptionstatic @NotNull ShadowAssociationValueShadowAssociationValue.fromBean(@NotNull ShadowAssociationValueType bean, @NotNull ShadowAssociationDefinition associationDef) Converts association value bean to wrappedShadowAssociationValuebasically by cloning its content and selected properties (e.g., parent and ID).Method parameters in com.evolveum.midpoint.schema.processor with type arguments of type ShadowAssociationValueTypeModifier and TypeMethodDescriptionprotected booleanShadowAssociation.addInternalExecution(@NotNull PrismContainerValue<ShadowAssociationValueType> newValue) protected booleanShadowAssociationValue.equalsItems(PrismContainerValue<ShadowAssociationValueType> other, ParameterizedEquivalenceStrategy strategy) Custom logic of comparing the content of an association value - applies to all equivalence strategies, except for the "more literal" ones.voidShadowAssociationDefinitionImpl.setCompileTimeClass(Class<ShadowAssociationValueType> compileTimeClass) -
Uses of ShadowAssociationValueType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return ShadowAssociationValueTypeModifier and TypeMethodDescriptionstatic @NotNull ShadowAssociationValueTypeShadowAssociationsUtil.createSingleRefRawValue(@NotNull ItemName refName, @NotNull ObjectReferenceType refValue) static @NotNull ShadowAssociationValueTypeShadowAssociationsUtil.createSingleRefRawValue(@NotNull ItemName refName, @NotNull ShadowType shadow) Creates a trivial (single-object-ref) association value as the raw (definition-less) bean.static @NotNull ShadowAssociationValueTypeShadowAssociationsUtil.createSingleRefRawValue(@NotNull ItemName refName, @NotNull String shadowOid) @NotNull ShadowAssociationValueTypeShadowAssociationsCollection.IterableAssociationValue.value()Returns the value of thevaluerecord component.Methods in com.evolveum.midpoint.schema.util that return types with arguments of type ShadowAssociationValueTypeModifier and TypeMethodDescriptionShadowAssociationsCollection.IterableAssociationValue.associationPcv()static @NotNull Collection<ShadowAssociationValueType>ShadowUtil.getAssociationValuesRaw(@NotNull PrismObject<ShadowType> shadow, QName assocName) Returns the values of given association.@NotNull Collection<ShadowAssociationValueType>@NotNull Collection<ShadowAssociationValueType>ShadowAssociationsMap.RawAssociation.getValues()Methods in com.evolveum.midpoint.schema.util with parameters of type ShadowAssociationValueTypeModifier and TypeMethodDescriptionstatic ObjectReferenceTypeShadowAssociationsUtil.getSingleObjectRefRelaxed(@NotNull ShadowAssociationValueType assocValueBean) static @NotNull ObjectReferenceTypeShadowAssociationsUtil.getSingleObjectRefRequired(ShadowAssociationValueType assocValueBean) Constructors in com.evolveum.midpoint.schema.util with parameters of type ShadowAssociationValueTypeModifierConstructorDescriptionIterableAssociationValue(@NotNull ItemName name, @NotNull ShadowAssociationValueType value, @NotNull ModificationType modificationType) Creates an instance of aIterableAssociationValuerecord class. -
Uses of ShadowAssociationValueType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type ShadowAssociationValueTypeModifier and TypeFieldDescriptionstatic final Producer<ShadowAssociationValueType>ShadowAssociationValueType.FACTORYMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return ShadowAssociationValueTypeModifier and TypeMethodDescriptionShadowAssociationValueType.activation(ActivationType value) ShadowAssociationValueType.attributes(ShadowAttributesType value) AssociationAdditionType.beginValue()ShadowAssociationValueType.clone()ObjectFactory.createShadowAssociationValueType()AssociationAdditionType.getValue()ShadowAssociationValueType.objects(ShadowReferenceAttributesType value) Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type ShadowAssociationValueTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<ShadowAssociationValueType>ObjectFactory.createShadowAssociationValue(ShadowAssociationValueType value) Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type ShadowAssociationValueTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<ShadowAssociationValueType>ObjectFactory.createShadowAssociationValue(ShadowAssociationValueType value) voidAssociationAdditionType.setValue(ShadowAssociationValueType value) AssociationAdditionType.value(ShadowAssociationValueType value)