|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jbpm.graph.def.Action
org.jbpm.scheduler.def.CancelTimerAction
public class CancelTimerAction
| Field Summary |
|---|
| Fields inherited from class org.jbpm.graph.def.Action |
|---|
actionDelegation, actionExpression, event, isAsync, isPropagationAllowed, name, processDefinition, referencedAction |
| Constructor Summary | |
|---|---|
CancelTimerAction()
|
|
| Method Summary | |
|---|---|
void |
execute(ExecutionContext executionContext)
|
java.lang.String |
getTimerName()
|
void |
read(org.dom4j.Element actionElement,
JpdlXmlReader jpdlReader)
|
void |
setTimerName(java.lang.String timerName)
|
| Methods inherited from class org.jbpm.graph.def.Action |
|---|
acceptsPropagatedEvents, equals, getActionDelegation, getEvent, getId, getName, getProcessDefinition, getReferencedAction, isAsync, isPropagationAllowed, setActionDelegation, setName, setProcessDefinition, setPropagationAllowed, setReferencedAction, toString, write |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CancelTimerAction()
| Method Detail |
|---|
public void read(org.dom4j.Element actionElement,
JpdlXmlReader jpdlReader)
read in interface Parsableread in class Action
public void execute(ExecutionContext executionContext)
throws java.lang.Exception
execute in interface ActionHandlerexecute in class Actionjava.lang.Exceptionpublic java.lang.String getTimerName()
public void setTimerName(java.lang.String timerName)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||