|
jBPM distribution 6.0.0.Alpha9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.droolsjbpm.services.impl.event.listeners.CDIProcessEventListener
@ApplicationScoped public class CDIProcessEventListener
| Constructor Summary | |
|---|---|
CDIProcessEventListener()
|
|
| Method Summary | |
|---|---|
void |
afterNodeLeft(ProcessNodeLeftEvent pnle)
This listener method is invoked right after a node in a process instance has been left (which is when the node was completed, for example when it performed the task it was designed for). |
void |
afterNodeTriggered(ProcessNodeTriggeredEvent pnte)
This listener method is invoked right after a node in a process instance has been triggered (which is when the node was entered, for example when an incoming connection triggered it). |
void |
afterProcessCompleted(ProcessCompletedEvent pce)
This listener method is invoked right after a process instance has been completed (or aborted). |
void |
afterProcessStarted(ProcessStartedEvent pse)
This listener method is invoked right after a process instance has been started. |
void |
afterVariableChanged(ProcessVariableChangedEvent pvce)
This listener method is invoked right after the value of a process variable has been changed. |
void |
beforeNodeLeft(ProcessNodeLeftEvent pnle)
This listener method is invoked right before a node in a process instance is being left (which is when the node is completed, for example when it has performed the task it was designed for). |
void |
beforeNodeTriggered(ProcessNodeTriggeredEvent pnte)
This listener method is invoked right before a node in a process instance is being triggered (which is when the node is being entered, for example when an incoming connection triggers it). |
void |
beforeProcessCompleted(ProcessCompletedEvent pce)
This listener method is invoked right before a process instance is being completed (or aborted). |
void |
beforeProcessStarted(ProcessStartedEvent pse)
This listener method is invoked right before a process instance is being started. |
void |
beforeVariableChanged(ProcessVariableChangedEvent pvce)
This listener method is invoked right before the value of a process variable is being changed. |
void |
setDomainName(String domainName)
|
void |
setSessionManager(SessionManager sessionManager)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CDIProcessEventListener()
| Method Detail |
|---|
public void beforeProcessStarted(ProcessStartedEvent pse)
ProcessEventListener
beforeProcessStarted in interface ProcessEventListenerpublic void afterProcessStarted(ProcessStartedEvent pse)
ProcessEventListener
afterProcessStarted in interface ProcessEventListenerpublic void beforeProcessCompleted(ProcessCompletedEvent pce)
ProcessEventListener
beforeProcessCompleted in interface ProcessEventListenerpublic void afterProcessCompleted(ProcessCompletedEvent pce)
ProcessEventListener
afterProcessCompleted in interface ProcessEventListenerpublic void beforeNodeTriggered(ProcessNodeTriggeredEvent pnte)
ProcessEventListener
beforeNodeTriggered in interface ProcessEventListenerpublic void afterNodeTriggered(ProcessNodeTriggeredEvent pnte)
ProcessEventListener
afterNodeTriggered in interface ProcessEventListenerpublic void beforeNodeLeft(ProcessNodeLeftEvent pnle)
ProcessEventListener
beforeNodeLeft in interface ProcessEventListenerpublic void afterNodeLeft(ProcessNodeLeftEvent pnle)
ProcessEventListener
afterNodeLeft in interface ProcessEventListenerpublic void beforeVariableChanged(ProcessVariableChangedEvent pvce)
ProcessEventListener
beforeVariableChanged in interface ProcessEventListenerpublic void afterVariableChanged(ProcessVariableChangedEvent pvce)
ProcessEventListener
afterVariableChanged in interface ProcessEventListenerpublic void setDomainName(String domainName)
public void setSessionManager(SessionManager sessionManager)
|
jBPM distribution 6.0.0.Alpha9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||