Modifier and Type | Method and Description |
---|---|
boolean |
NotificationManager.processEvent(Event event,
EventHandlerType eventHandlerType,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
void |
NotificationManager.registerEventHandler(Class<? extends EventHandlerType> clazz,
EventHandler handler) |
Modifier and Type | Method and Description |
---|---|
boolean |
OperationFilter.processEvent(Event event,
EventHandlerType eventHandlerType,
NotificationManager notificationManager,
OperationResult result) |
boolean |
StatusFilter.processEvent(Event event,
EventHandlerType eventHandlerType,
NotificationManager notificationManager,
OperationResult result) |
boolean |
ExpressionFilter.processEvent(Event event,
EventHandlerType eventHandlerType,
NotificationManager notificationManager,
OperationResult result) |
boolean |
CategoryFilter.processEvent(Event event,
EventHandlerType eventHandlerType,
NotificationManager notificationManager,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseHandler.logEnd(Trace LOGGER,
Event event,
EventHandlerType eventHandlerType,
boolean result) |
protected void |
BaseHandler.logStart(Trace LOGGER,
Event event,
EventHandlerType eventHandlerType) |
protected void |
BaseHandler.logStart(Trace LOGGER,
Event event,
EventHandlerType eventHandlerType,
Object additionalData) |
boolean |
ForkHandler.processEvent(Event event,
EventHandlerType eventHandlerType,
NotificationManager notificationManager,
OperationResult result) |
boolean |
ChainHandler.processEvent(Event event,
EventHandlerType eventHandlerType,
NotificationManager notificationManager,
OperationResult result) |
boolean |
EventHandler.processEvent(Event event,
EventHandlerType eventHandlerType,
NotificationManager notificationManager,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseHandler.register(Class<? extends EventHandlerType> clazz) |
Modifier and Type | Method and Description |
---|---|
boolean |
GeneralNotifier.processEvent(Event event,
EventHandlerType eventHandlerType,
NotificationManager notificationManager,
OperationResult result) |
Modifier and Type | Class and Description |
---|---|
class |
AccountPasswordNotifierType
TODO
|
class |
DummyNotifierType
TODO
|
class |
EventCategoryFilterType
Java class for EventCategoryFilterType complex type.
|
class |
EventExpressionFilterType
Java class for EventExpressionFilterType complex type.
|
class |
EventHandlerChainType
A chain of event handlers, usually filters and notifiers.
|
class |
EventHandlerForkType
...
|
class |
EventOperationFilterType
Java class for EventOperationFilterType complex type.
|
class |
EventStatusFilterType
Java class for EventStatusFilterType complex type.
|
class |
GeneralNotifierType
Java class for GeneralNotifierType complex type.
|
class |
SimpleAccountNotifierType
TODO
|
class |
SimpleUserNotifierType
TODO
|
class |
SimpleWorkflowNotifierType
TODO
|
class |
UserPasswordNotifierType
TODO
|
Modifier and Type | Field and Description |
---|---|
protected List<JAXBElement<? extends EventHandlerType>> |
EventHandlerChainType.handler |
protected List<JAXBElement<? extends EventHandlerType>> |
NotificationConfigurationType.handler |
protected List<JAXBElement<? extends EventHandlerType>> |
GeneralNotifierType.handler |
protected List<JAXBElement<? extends EventHandlerType>> |
EventHandlerForkType.handler |
Modifier and Type | Method and Description |
---|---|
EventHandlerType |
EventHandlerType.clone()
Creates and returns a deep copy of this object.
|
EventHandlerType |
ObjectFactory.createEventHandlerType()
Create an instance of
EventHandlerType |
Modifier and Type | Method and Description |
---|---|
JAXBElement<EventHandlerType> |
ObjectFactory.createHandler(EventHandlerType value)
|
List<JAXBElement<? extends EventHandlerType>> |
EventHandlerChainType.getHandler()
Gets the value of the handler property.
|
List<JAXBElement<? extends EventHandlerType>> |
NotificationConfigurationType.getHandler()
Gets the value of the handler property.
|
List<JAXBElement<? extends EventHandlerType>> |
GeneralNotifierType.getHandler()
For convenience, filtering can be placed also here (it influences only this notifier,
not any components on the chain after it).
|
List<JAXBElement<? extends EventHandlerType>> |
EventHandlerForkType.getHandler()
Gets the value of the handler property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<EventHandlerType> |
ObjectFactory.createHandler(EventHandlerType value)
|
Constructor and Description |
---|
EventHandlerType(EventHandlerType o)
Creates a new
EventHandlerType instance by deeply copying a given EventHandlerType instance. |
Copyright © 2013 evolveum. All rights reserved.