EventHandlerType (Complex Type)

Namespace: http://midpoint.evolveum.com/xml/ns/public/common/common-3

Supertype: 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".
Item Summary  
Name Type Multiplicity Description
name property
string
[0,1] Symbolic name, used either as a comment or (in the future) maybe to reference the filter. 
description property
string
[0,1] A note about the notifier and its filters, e. 
documentation property
string
[0,1] Technical documentation for a particular object or construct. 
category property
EventCategoryType
[0,-1] Event categories supported by this handler. 
operation property
EventOperationType
[0,-1] Operations supported by this handler. 
status property
EventStatusType
[0,-1] Result statuses supported by this handler. 
objectKind property
ShadowKindType
[0,-1] Resource object kinds supported by this handler. 
objectIntent property
string
[0,-1] Resource object intents supported by this handler. 
focusType property
QName
[0,-1] Focus types supported by this handler. 
expressionFilter property
ExpressionType
[0,-1] Expression that returns true (if the event is to be processed and passed further) or false (if it has to be thrown off). 
chained container
EventHandlerType
[0,-1] A chain of handlers (usually filters and notifiers) to be evaluated, one after another. 
forked container
EventHandlerType
[0,-1] A set of handlers to be evaluated without any relation among them (like a fork prongs). 
simpleUserNotifier container
SimpleUserNotifierType
[0,-1] TODO  
timeValidityNotifier container
TimeValidityNotifierType
[0,-1] TODO  
simpleFocalObjectNotifier container
SimpleFocalObjectNotifierType
[0,-1] TODO  
simpleResourceObjectNotifier container
SimpleResourceObjectNotifierType
[0,-1] TODO  
simpleWorkflowNotifier container
SimpleWorkflowNotifierType
[0,-1] TODO  
simpleCaseManagementNotifier container
SimpleCaseManagementNotifierType
[0,-1] TODO  
userPasswordNotifier container
UserPasswordNotifierType
[0,-1] TODO  
userRegistrationNotifier container
RegistrationConfirmationNotifierType
[0,-1] TODO  
passwordResetNotifier container
PasswordResetNotifierType
[0,-1] TODO  
accountActivationNotifier container
AccountActivationNotifierType
[0,-1] TODO  
accountPasswordNotifier container
AccountPasswordNotifierType
[0,-1] TODO  
simpleCampaignNotifier container
SimpleCampaignNotifierType
[0,-1] TODO  
simpleCampaignStageNotifier container
SimpleCampaignStageNotifierType
[0,-1] TODO  
simpleReviewerNotifier container
SimpleReviewerNotifierType
[0,-1] TODO  
simpleTaskNotifier container
SimpleTaskNotifierType
[0,-1] TODO  
simpleReportNotifier container
SimpleReportNotifierType
[0,-1] TODO  
simplePolicyRuleNotifier container
SimplePolicyRuleNotifierType
[0,-1] TODO  
generalNotifier container
GeneralNotifierType
[0,-1] Here can go any notifiers (that extend GeneralNotifierType). 
customNotifier container
CustomNotifierType
[0,-1] TODO EXPERIMENTAL