Uses of Class
com.evolveum.midpoint.schema.processor.ShadowRelationParticipantType
Packages that use ShadowRelationParticipantType
Package
Description
-
Uses of ShadowRelationParticipantType in com.evolveum.midpoint.gui.impl.util
Methods in com.evolveum.midpoint.gui.impl.util that return types with arguments of type ShadowRelationParticipantTypeModifier and TypeMethodDescriptionstatic List<ShadowRelationParticipantType>ProvisioningObjectsUtil.getObjectsOfSubject(ShadowReferenceAttributeDefinition refAttrDef) -
Uses of ShadowRelationParticipantType in com.evolveum.midpoint.schema.processor
Methods in com.evolveum.midpoint.schema.processor that return types with arguments of type ShadowRelationParticipantTypeModifier and TypeMethodDescriptiondefault @NotNull Collection<ShadowRelationParticipantType>ShadowAssociationDefinition.getObjectParticipant()Provides information on acceptable types of shadows participating in this association as (the one) object.@NotNull com.google.common.collect.Multimap<QName,ShadowRelationParticipantType> ShadowAssociationDefinition.getObjectParticipants()Provides information on acceptable types of shadows participating in this association as objects.@NotNull com.google.common.collect.Multimap<QName,ShadowRelationParticipantType> ShadowAssociationDefinitionImpl.getObjectParticipants()@NotNull Collection<ShadowRelationParticipantType>NativelyProvidedShadowReferenceTypeDefinition.getObjectTypes()@NotNull Collection<ShadowRelationParticipantType>SimulatedShadowReferenceTypeDefinition.getObjectTypes()@NotNull Collection<ShadowRelationParticipantType>NativelyProvidedShadowReferenceTypeDefinition.getSubjectTypes()@NotNull Collection<ShadowRelationParticipantType>SimulatedShadowReferenceTypeDefinition.getSubjectTypes()@NotNull Collection<ShadowRelationParticipantType>ShadowReferenceAttributeDefinition.getTargetParticipantTypes()Returns types of the objects on the other side.@NotNull Collection<ShadowRelationParticipantType>ShadowReferenceAttributeDefinitionImpl.getTargetParticipantTypes() -
Uses of ShadowRelationParticipantType in com.evolveum.midpoint.schema.util
Method parameters in com.evolveum.midpoint.schema.util with type arguments of type ShadowRelationParticipantTypeModifier and TypeMethodDescriptionstatic @NotNull ObjectFilterObjectQueryUtil.createObjectTypesFilter(@NotNull String resourceOid, @NotNull Collection<ShadowRelationParticipantType> targetParticipantTypes, boolean executableOnResource, Object errorCtx) Creates a filter that matches target objects for given reference or association definition.