Class EventHandlerType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.BaseEventHandlerType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.EventHandlerType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class EventHandlerType extends BaseEventHandlerType
An event handler type - extends common handler with filter/info and additionally can contain one or more notifiers of various kinds. Forked/chained elements are deprecated, implicit behavior of multiple notifiers is "forked".- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable.Any
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ContainerableList<T extends Containerable>, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ReferencableList<T extends Referencable>
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_ACCOUNT_ACTIVATION_NOTIFIER
static ItemName
F_ACCOUNT_PASSWORD_NOTIFIER
static ItemName
F_CHAINED
static ItemName
F_CUSTOM_NOTIFIER
static ItemName
F_FORKED
static ItemName
F_GENERAL_NOTIFIER
static ItemName
F_PASSWORD_RESET_NOTIFIER
static ItemName
F_SIMPLE_CAMPAIGN_NOTIFIER
static ItemName
F_SIMPLE_CAMPAIGN_STAGE_NOTIFIER
static ItemName
F_SIMPLE_CASE_MANAGEMENT_NOTIFIER
static ItemName
F_SIMPLE_FOCAL_OBJECT_NOTIFIER
static ItemName
F_SIMPLE_POLICY_RULE_NOTIFIER
static ItemName
F_SIMPLE_REPORT_NOTIFIER
static ItemName
F_SIMPLE_RESOURCE_OBJECT_NOTIFIER
static ItemName
F_SIMPLE_REVIEWER_NOTIFIER
static ItemName
F_SIMPLE_TASK_NOTIFIER
static ItemName
F_SIMPLE_USER_NOTIFIER
static ItemName
F_SIMPLE_WORKFLOW_NOTIFIER
static ItemName
F_TIME_VALIDITY_NOTIFIER
static ItemName
F_USER_PASSWORD_NOTIFIER
static ItemName
F_USER_REGISTRATION_NOTIFIER
static Producer<EventHandlerType>
FACTORY
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.BaseEventHandlerType
F_CATEGORY, F_DESCRIPTION, F_DOCUMENTATION, F_EXPRESSION_FILTER, F_FOCUS_TYPE, F_NAME, F_OBJECT_INTENT, F_OBJECT_KIND, F_OPERATION, F_STATUS
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description EventHandlerType()
EventHandlerType(PrismContext context)
Deprecated.
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.BaseEventHandlerType
getCategory, getDescription, getDocumentation, getExpressionFilter, getFocusType, getName, getObjectIntent, getObjectKind, getOperation, getStatus, setDescription, setDocumentation, setName
-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump, freeze, isImmutable
-
Methods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerable
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_CHAINED
public static final ItemName F_CHAINED
-
F_FORKED
public static final ItemName F_FORKED
-
F_SIMPLE_USER_NOTIFIER
public static final ItemName F_SIMPLE_USER_NOTIFIER
-
F_TIME_VALIDITY_NOTIFIER
public static final ItemName F_TIME_VALIDITY_NOTIFIER
-
F_SIMPLE_FOCAL_OBJECT_NOTIFIER
public static final ItemName F_SIMPLE_FOCAL_OBJECT_NOTIFIER
-
F_SIMPLE_RESOURCE_OBJECT_NOTIFIER
public static final ItemName F_SIMPLE_RESOURCE_OBJECT_NOTIFIER
-
F_SIMPLE_WORKFLOW_NOTIFIER
public static final ItemName F_SIMPLE_WORKFLOW_NOTIFIER
-
F_SIMPLE_CASE_MANAGEMENT_NOTIFIER
public static final ItemName F_SIMPLE_CASE_MANAGEMENT_NOTIFIER
-
F_USER_PASSWORD_NOTIFIER
public static final ItemName F_USER_PASSWORD_NOTIFIER
-
F_USER_REGISTRATION_NOTIFIER
public static final ItemName F_USER_REGISTRATION_NOTIFIER
-
F_PASSWORD_RESET_NOTIFIER
public static final ItemName F_PASSWORD_RESET_NOTIFIER
-
F_ACCOUNT_ACTIVATION_NOTIFIER
public static final ItemName F_ACCOUNT_ACTIVATION_NOTIFIER
-
F_ACCOUNT_PASSWORD_NOTIFIER
public static final ItemName F_ACCOUNT_PASSWORD_NOTIFIER
-
F_SIMPLE_CAMPAIGN_NOTIFIER
public static final ItemName F_SIMPLE_CAMPAIGN_NOTIFIER
-
F_SIMPLE_CAMPAIGN_STAGE_NOTIFIER
public static final ItemName F_SIMPLE_CAMPAIGN_STAGE_NOTIFIER
-
F_SIMPLE_REVIEWER_NOTIFIER
public static final ItemName F_SIMPLE_REVIEWER_NOTIFIER
-
F_SIMPLE_TASK_NOTIFIER
public static final ItemName F_SIMPLE_TASK_NOTIFIER
-
F_SIMPLE_REPORT_NOTIFIER
public static final ItemName F_SIMPLE_REPORT_NOTIFIER
-
F_SIMPLE_POLICY_RULE_NOTIFIER
public static final ItemName F_SIMPLE_POLICY_RULE_NOTIFIER
-
F_GENERAL_NOTIFIER
public static final ItemName F_GENERAL_NOTIFIER
-
F_CUSTOM_NOTIFIER
public static final ItemName F_CUSTOM_NOTIFIER
-
FACTORY
public static final Producer<EventHandlerType> FACTORY
-
-
Constructor Detail
-
EventHandlerType
public EventHandlerType()
-
EventHandlerType
@Deprecated public EventHandlerType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getChained
public List<EventHandlerType> getChained()
-
createChainedList
public List<EventHandlerType> createChainedList()
-
getForked
public List<EventHandlerType> getForked()
-
createForkedList
public List<EventHandlerType> createForkedList()
-
getSimpleUserNotifier
public List<SimpleUserNotifierType> getSimpleUserNotifier()
-
createSimpleUserNotifierList
public List<SimpleUserNotifierType> createSimpleUserNotifierList()
-
getTimeValidityNotifier
public List<TimeValidityNotifierType> getTimeValidityNotifier()
-
createTimeValidityNotifierList
public List<TimeValidityNotifierType> createTimeValidityNotifierList()
-
getSimpleFocalObjectNotifier
public List<SimpleFocalObjectNotifierType> getSimpleFocalObjectNotifier()
-
createSimpleFocalObjectNotifierList
public List<SimpleFocalObjectNotifierType> createSimpleFocalObjectNotifierList()
-
getSimpleResourceObjectNotifier
public List<SimpleResourceObjectNotifierType> getSimpleResourceObjectNotifier()
-
createSimpleResourceObjectNotifierList
public List<SimpleResourceObjectNotifierType> createSimpleResourceObjectNotifierList()
-
getSimpleWorkflowNotifier
public List<SimpleWorkflowNotifierType> getSimpleWorkflowNotifier()
-
createSimpleWorkflowNotifierList
public List<SimpleWorkflowNotifierType> createSimpleWorkflowNotifierList()
-
getSimpleCaseManagementNotifier
public List<SimpleCaseManagementNotifierType> getSimpleCaseManagementNotifier()
-
createSimpleCaseManagementNotifierList
public List<SimpleCaseManagementNotifierType> createSimpleCaseManagementNotifierList()
-
getUserPasswordNotifier
public List<UserPasswordNotifierType> getUserPasswordNotifier()
-
createUserPasswordNotifierList
public List<UserPasswordNotifierType> createUserPasswordNotifierList()
-
getUserRegistrationNotifier
public List<RegistrationConfirmationNotifierType> getUserRegistrationNotifier()
-
createUserRegistrationNotifierList
public List<RegistrationConfirmationNotifierType> createUserRegistrationNotifierList()
-
getPasswordResetNotifier
public List<PasswordResetNotifierType> getPasswordResetNotifier()
-
createPasswordResetNotifierList
public List<PasswordResetNotifierType> createPasswordResetNotifierList()
-
getAccountActivationNotifier
public List<AccountActivationNotifierType> getAccountActivationNotifier()
-
createAccountActivationNotifierList
public List<AccountActivationNotifierType> createAccountActivationNotifierList()
-
getAccountPasswordNotifier
public List<AccountPasswordNotifierType> getAccountPasswordNotifier()
-
createAccountPasswordNotifierList
public List<AccountPasswordNotifierType> createAccountPasswordNotifierList()
-
getSimpleCampaignNotifier
public List<SimpleCampaignNotifierType> getSimpleCampaignNotifier()
-
createSimpleCampaignNotifierList
public List<SimpleCampaignNotifierType> createSimpleCampaignNotifierList()
-
getSimpleCampaignStageNotifier
public List<SimpleCampaignStageNotifierType> getSimpleCampaignStageNotifier()
-
createSimpleCampaignStageNotifierList
public List<SimpleCampaignStageNotifierType> createSimpleCampaignStageNotifierList()
-
getSimpleReviewerNotifier
public List<SimpleReviewerNotifierType> getSimpleReviewerNotifier()
-
createSimpleReviewerNotifierList
public List<SimpleReviewerNotifierType> createSimpleReviewerNotifierList()
-
getSimpleTaskNotifier
public List<SimpleTaskNotifierType> getSimpleTaskNotifier()
-
createSimpleTaskNotifierList
public List<SimpleTaskNotifierType> createSimpleTaskNotifierList()
-
getSimpleReportNotifier
public List<SimpleReportNotifierType> getSimpleReportNotifier()
-
createSimpleReportNotifierList
public List<SimpleReportNotifierType> createSimpleReportNotifierList()
-
getSimplePolicyRuleNotifier
public List<SimplePolicyRuleNotifierType> getSimplePolicyRuleNotifier()
-
createSimplePolicyRuleNotifierList
public List<SimplePolicyRuleNotifierType> createSimplePolicyRuleNotifierList()
-
getGeneralNotifier
public List<GeneralNotifierType> getGeneralNotifier()
-
createGeneralNotifierList
public List<GeneralNotifierType> createGeneralNotifierList()
-
getCustomNotifier
public List<CustomNotifierType> getCustomNotifier()
-
createCustomNotifierList
public List<CustomNotifierType> createCustomNotifierList()
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classBaseEventHandlerType
-
chained
public EventHandlerType chained(EventHandlerType value)
-
beginChained
public EventHandlerType beginChained()
-
forked
public EventHandlerType forked(EventHandlerType value)
-
beginForked
public EventHandlerType beginForked()
-
simpleUserNotifier
public EventHandlerType simpleUserNotifier(SimpleUserNotifierType value)
-
beginSimpleUserNotifier
public SimpleUserNotifierType beginSimpleUserNotifier()
-
timeValidityNotifier
public EventHandlerType timeValidityNotifier(TimeValidityNotifierType value)
-
beginTimeValidityNotifier
public TimeValidityNotifierType beginTimeValidityNotifier()
-
simpleFocalObjectNotifier
public EventHandlerType simpleFocalObjectNotifier(SimpleFocalObjectNotifierType value)
-
beginSimpleFocalObjectNotifier
public SimpleFocalObjectNotifierType beginSimpleFocalObjectNotifier()
-
simpleResourceObjectNotifier
public EventHandlerType simpleResourceObjectNotifier(SimpleResourceObjectNotifierType value)
-
beginSimpleResourceObjectNotifier
public SimpleResourceObjectNotifierType beginSimpleResourceObjectNotifier()
-
simpleWorkflowNotifier
public EventHandlerType simpleWorkflowNotifier(SimpleWorkflowNotifierType value)
-
beginSimpleWorkflowNotifier
public SimpleWorkflowNotifierType beginSimpleWorkflowNotifier()
-
simpleCaseManagementNotifier
public EventHandlerType simpleCaseManagementNotifier(SimpleCaseManagementNotifierType value)
-
beginSimpleCaseManagementNotifier
public SimpleCaseManagementNotifierType beginSimpleCaseManagementNotifier()
-
userPasswordNotifier
public EventHandlerType userPasswordNotifier(UserPasswordNotifierType value)
-
beginUserPasswordNotifier
public UserPasswordNotifierType beginUserPasswordNotifier()
-
userRegistrationNotifier
public EventHandlerType userRegistrationNotifier(RegistrationConfirmationNotifierType value)
-
beginUserRegistrationNotifier
public RegistrationConfirmationNotifierType beginUserRegistrationNotifier()
-
passwordResetNotifier
public EventHandlerType passwordResetNotifier(PasswordResetNotifierType value)
-
beginPasswordResetNotifier
public PasswordResetNotifierType beginPasswordResetNotifier()
-
accountActivationNotifier
public EventHandlerType accountActivationNotifier(AccountActivationNotifierType value)
-
beginAccountActivationNotifier
public AccountActivationNotifierType beginAccountActivationNotifier()
-
accountPasswordNotifier
public EventHandlerType accountPasswordNotifier(AccountPasswordNotifierType value)
-
beginAccountPasswordNotifier
public AccountPasswordNotifierType beginAccountPasswordNotifier()
-
simpleCampaignNotifier
public EventHandlerType simpleCampaignNotifier(SimpleCampaignNotifierType value)
-
beginSimpleCampaignNotifier
public SimpleCampaignNotifierType beginSimpleCampaignNotifier()
-
simpleCampaignStageNotifier
public EventHandlerType simpleCampaignStageNotifier(SimpleCampaignStageNotifierType value)
-
beginSimpleCampaignStageNotifier
public SimpleCampaignStageNotifierType beginSimpleCampaignStageNotifier()
-
simpleReviewerNotifier
public EventHandlerType simpleReviewerNotifier(SimpleReviewerNotifierType value)
-
beginSimpleReviewerNotifier
public SimpleReviewerNotifierType beginSimpleReviewerNotifier()
-
simpleTaskNotifier
public EventHandlerType simpleTaskNotifier(SimpleTaskNotifierType value)
-
beginSimpleTaskNotifier
public SimpleTaskNotifierType beginSimpleTaskNotifier()
-
simpleReportNotifier
public EventHandlerType simpleReportNotifier(SimpleReportNotifierType value)
-
beginSimpleReportNotifier
public SimpleReportNotifierType beginSimpleReportNotifier()
-
simplePolicyRuleNotifier
public EventHandlerType simplePolicyRuleNotifier(SimplePolicyRuleNotifierType value)
-
beginSimplePolicyRuleNotifier
public SimplePolicyRuleNotifierType beginSimplePolicyRuleNotifier()
-
generalNotifier
public EventHandlerType generalNotifier(GeneralNotifierType value)
-
beginGeneralNotifier
public GeneralNotifierType beginGeneralNotifier()
-
customNotifier
public EventHandlerType customNotifier(CustomNotifierType value)
-
beginCustomNotifier
public CustomNotifierType beginCustomNotifier()
-
name
public EventHandlerType name(String value)
- Overrides:
name
in classBaseEventHandlerType
-
description
public EventHandlerType description(String value)
- Overrides:
description
in classBaseEventHandlerType
-
documentation
public EventHandlerType documentation(String value)
- Overrides:
documentation
in classBaseEventHandlerType
-
category
public EventHandlerType category(EventCategoryType value)
- Overrides:
category
in classBaseEventHandlerType
-
operation
public EventHandlerType operation(EventOperationType value)
- Overrides:
operation
in classBaseEventHandlerType
-
status
public EventHandlerType status(EventStatusType value)
- Overrides:
status
in classBaseEventHandlerType
-
objectKind
public EventHandlerType objectKind(ShadowKindType value)
- Overrides:
objectKind
in classBaseEventHandlerType
-
objectIntent
public EventHandlerType objectIntent(String value)
- Overrides:
objectIntent
in classBaseEventHandlerType
-
focusType
public EventHandlerType focusType(QName value)
- Overrides:
focusType
in classBaseEventHandlerType
-
expressionFilter
public EventHandlerType expressionFilter(ExpressionType value)
- Overrides:
expressionFilter
in classBaseEventHandlerType
-
beginExpressionFilter
public ExpressionType beginExpressionFilter()
- Overrides:
beginExpressionFilter
in classBaseEventHandlerType
-
end
public <X> X end()
- Overrides:
end
in classBaseEventHandlerType
-
clone
public EventHandlerType clone()
- Overrides:
clone
in classBaseEventHandlerType
-
-