CustomNotifierType (Complex Type)

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

Supertype: BaseEventHandlerType
Custom notifier which uses expression to produce the message object.
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). 
expression property
ExpressionType
[0,1] Generates resulting NotificationMessageType object. 
transport property
string
[0,-1]  
transportConfig property
NotifierTransportConfigType
[0,-1] More expressive version of `transport` element that allows also customizing template per transport.