BaseEventHandlerType (Complex Type)

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

Common base type for handler and notifiers - filtering and common information. It can contain conditions - general expressions or lists of event categories, operation types, success/failure statuses, and so on.
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).