public interface NotificationManager
Modifier and Type | Method and Description |
---|---|
Transport |
getTransport(String name) |
WorkflowEventCreator |
getWorkflowEventCreator(PrismObject<? extends com.evolveum.midpoint.xml.ns.model.workflow.process_instance_state_3.ProcessInstanceState> instanceState) |
boolean |
isDisabled() |
void |
processEvent(Event event) |
boolean |
processEvent(Event event,
com.evolveum.midpoint.xml.ns._public.common.common_3.EventHandlerType eventHandlerType,
Task task,
OperationResult result) |
void |
processEvent(Event event,
Task task,
OperationResult result) |
void |
registerTransport(String name,
Transport transport) |
void |
registerWorkflowEventCreator(Class<? extends com.evolveum.midpoint.xml.ns.model.workflow.process_instance_state_3.ProcessInstanceState> clazz,
WorkflowEventCreator workflowEventCreator) |
void |
setDisabled(boolean disabled) |
void registerWorkflowEventCreator(Class<? extends com.evolveum.midpoint.xml.ns.model.workflow.process_instance_state_3.ProcessInstanceState> clazz, WorkflowEventCreator workflowEventCreator)
WorkflowEventCreator getWorkflowEventCreator(PrismObject<? extends com.evolveum.midpoint.xml.ns.model.workflow.process_instance_state_3.ProcessInstanceState> instanceState)
void processEvent(Event event)
void processEvent(Event event, Task task, OperationResult result)
boolean processEvent(Event event, com.evolveum.midpoint.xml.ns._public.common.common_3.EventHandlerType eventHandlerType, Task task, OperationResult result)
boolean isDisabled()
void setDisabled(boolean disabled)
Copyright © 2015 evolveum. All rights reserved.