Uses of Class
com.evolveum.midpoint.schema.processor.ShadowAssociation
Packages that use ShadowAssociation
-
Uses of ShadowAssociation in com.evolveum.midpoint.schema.processor
Methods in com.evolveum.midpoint.schema.processor that return ShadowAssociationModifier and TypeMethodDescriptionShadowAssociation.clone()ShadowAssociation.cloneComplex(CloneStrategy strategy) static ShadowAssociationShadowAssociation.empty(@NotNull ShadowAssociationDefinition definition) static ShadowAssociationShadowAssociation.empty(@NotNull QName name, @NotNull ShadowAssociationDefinition definition) ShadowAssociationsContainer.findAssociation(QName assocName) Finds a specific attribute in the resource object by name.ShadowAssociationsContainerImpl.findAssociation(QName assocName) ShadowAssociationsContainer.findOrCreateAssociation(QName assocName) ShadowAssociationsContainerImpl.findOrCreateAssociation(QName assocName) @NotNull ShadowAssociationShadowAssociationDefinition.instantiate()@NotNull ShadowAssociationShadowAssociationDefinitionImpl.instantiate()Methods in com.evolveum.midpoint.schema.processor that return types with arguments of type ShadowAssociationModifier and TypeMethodDescription@NotNull Collection<ShadowAssociation>ShadowAssociationsContainer.getAssociations()Returns the resource object associations.@NotNull Collection<ShadowAssociation>ShadowAssociationsContainerImpl.getAssociations()static EqualsChecker<ShadowAssociation>ShadowAssociation.semanticEqualsChecker()Returns an equals checker that compares the associations by their meaning.Methods in com.evolveum.midpoint.schema.processor with parameters of type ShadowAssociationModifier and TypeMethodDescriptionvoidShadowAssociationsContainer.add(ShadowAssociation association) voidShadowAssociationsContainerImpl.add(ShadowAssociation association) -
Uses of ShadowAssociation in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return ShadowAssociationModifier and TypeMethodDescriptionstatic ShadowAssociationShadowUtil.getAssociation(PrismObject<ShadowType> shadow, QName associationName) static ShadowAssociationShadowUtil.getAssociation(ShadowType shadow, QName associationName) Methods in com.evolveum.midpoint.schema.util that return types with arguments of type ShadowAssociationModifier and TypeMethodDescriptiondefault @NotNull Collection<ShadowAssociation>AbstractShadow.getAssociations()static @NotNull Collection<ShadowAssociation>ShadowUtil.getAssociations(@NotNull PrismObject<ShadowType> shadow) static @NotNull Collection<ShadowAssociation>ShadowUtil.getAssociations(@NotNull ShadowType shadow) TODO