Uses of Enum Class
com.evolveum.midpoint.schema.processor.ShadowReferenceParticipantRole
Packages that use ShadowReferenceParticipantRole
-
Uses of ShadowReferenceParticipantRole in com.evolveum.midpoint.schema.processor
Methods in com.evolveum.midpoint.schema.processor that return ShadowReferenceParticipantRoleModifier and TypeMethodDescription@NotNull ShadowReferenceParticipantRoleShadowReferenceAttributeDefinition.getParticipantRole()What is the role of the object that holds this reference attribute in the subject-object relationship?@NotNull ShadowReferenceParticipantRoleShadowReferenceAttributeDefinitionImpl.getParticipantRole()@NotNull ShadowReferenceParticipantRoleNativeShadowAttributeDefinition.getReferenceParticipantRole()@NotNull ShadowReferenceParticipantRoleNativeShadowAttributeDefinitionImpl.getReferenceParticipantRole()@Nullable ShadowReferenceParticipantRoleNativeShadowAttributeDefinition.getReferenceParticipantRoleIfPresent()@Nullable ShadowReferenceParticipantRoleNativeShadowAttributeDefinitionImpl.getReferenceParticipantRoleIfPresent()@NotNull ShadowReferenceParticipantRoleShadowReferenceParticipantRole.other()Returns the enum constant of this class with the specified name.static ShadowReferenceParticipantRole[]ShadowReferenceParticipantRole.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.evolveum.midpoint.schema.processor with parameters of type ShadowReferenceParticipantRoleModifier and TypeMethodDescriptionvoidNativeComplexTypeDefinitionImpl.addParticipant(@NotNull String objectClassName, @Nullable ItemName referenceAttributeName, @NotNull ShadowReferenceParticipantRole role) voidNativeReferenceTypeDefinition.addParticipant(@NotNull String objectClassName, @Nullable ItemName referenceAttributeName, @NotNull ShadowReferenceParticipantRole role) voidNativeComplexTypeDefinitionImpl.addParticipantIfNotThere(@NotNull String objectClassName, @NotNull ShadowReferenceParticipantRole role) voidNativeReferenceTypeDefinition.addParticipantIfNotThere(@NotNull String objectClassName, @NotNull ShadowReferenceParticipantRole role) voidNativeShadowAttributeDefinition.NativeShadowAttributeDefinitionBuilder.setReferenceParticipantRole(ShadowReferenceParticipantRole value) voidNativeShadowAttributeDefinitionImpl.setReferenceParticipantRole(ShadowReferenceParticipantRole value)