|
||||||||||
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, isAsyncExclusive, 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, getActionExpression, getEvent, getId, getName, getProcessDefinition, getReferencedAction, isAsync, isAsyncExclusive, isPropagationAllowed, setActionDelegation, setActionExpression, setAsync, setEvent, 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 Parsable
read
in class Action
public void execute(ExecutionContext executionContext) throws java.lang.Exception
execute
in interface ActionHandler
execute
in class Action
java.lang.Exception
public 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 |