Uses of Enum Class
com.evolveum.midpoint.xml.ns._public.common.common_3.EventOperationType
Packages that use EventOperationType
Package
Description
-
Uses of EventOperationType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return EventOperationTypeModifier and TypeMethodDescriptionstatic EventOperationType
static EventOperationType
Returns the enum constant of this class with the specified name.static EventOperationType[]
EventOperationType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type EventOperationTypeMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type EventOperationTypeModifier and TypeMethodDescriptionAccountActivationNotifierType.operation
(EventOperationType value) AccountPasswordNotifierType.operation
(EventOperationType value) BaseEventHandlerType.operation
(EventOperationType value) ConfirmationNotifierType.operation
(EventOperationType value) CustomNotifierType.operation
(EventOperationType value) DummyNotifierType.operation
(EventOperationType value) EventHandlerType.operation
(EventOperationType value) GeneralNotifierType.operation
(EventOperationType value) PasswordResetNotifierType.operation
(EventOperationType value) RegistrationConfirmationNotifierType.operation
(EventOperationType value) SimpleCampaignNotifierType.operation
(EventOperationType value) SimpleCampaignStageNotifierType.operation
(EventOperationType value) SimpleCaseManagementNotifierType.operation
(EventOperationType value) SimpleFocalObjectNotifierType.operation
(EventOperationType value) SimplePolicyRuleNotifierType.operation
(EventOperationType value) SimpleReportNotifierType.operation
(EventOperationType value) SimpleResourceObjectNotifierType.operation
(EventOperationType value) SimpleReviewerNotifierType.operation
(EventOperationType value) SimpleTaskNotifierType.operation
(EventOperationType value) SimpleUserNotifierType.operation
(EventOperationType value) SimpleWorkflowNotifierType.operation
(EventOperationType value) TimeValidityNotifierType.operation
(EventOperationType value) UserPasswordNotifierType.operation
(EventOperationType value) -
Uses of EventOperationType in com.evolveum.midpoint.xml.ns._public.model.scripting_3
Fields in com.evolveum.midpoint.xml.ns._public.model.scripting_3 declared as EventOperationTypeModifier and TypeFieldDescriptionprotected EventOperationType
NotifyActionExpressionType.operation
Methods in com.evolveum.midpoint.xml.ns._public.model.scripting_3 that return EventOperationTypeMethods in com.evolveum.midpoint.xml.ns._public.model.scripting_3 with parameters of type EventOperationTypeModifier and TypeMethodDescriptionNotifyActionExpressionType.operation
(EventOperationType value) void
NotifyActionExpressionType.setOperation
(EventOperationType value)