org.jbpm.scheduler.def
Class CreateTimerAction
java.lang.Object
org.jbpm.graph.def.Action
org.jbpm.scheduler.def.CreateTimerAction
- All Implemented Interfaces:
- Serializable, ActionHandler, Parsable
public class CreateTimerAction
- extends Action
- See Also:
- Serialized Form
| Methods inherited from class org.jbpm.graph.def.Action |
acceptsPropagatedEvents, equals, getActionDelegation, getActionExpression, getEvent, getId, getName, getProcessDefinition, getReferencedAction, hashCode, isAsync, isAsyncExclusive, isPropagationAllowed, setActionDelegation, setActionExpression, setAsync, setAsyncExclusive, setEvent, setName, setProcessDefinition, setPropagationAllowed, setReferencedAction, write |
CreateTimerAction
public CreateTimerAction()
read
public void read(org.dom4j.Element actionElement,
JpdlXmlReader jpdlReader)
- Specified by:
read in interface Parsable- Overrides:
read in class Action
execute
public void execute(ExecutionContext executionContext)
throws Exception
- Specified by:
execute in interface ActionHandler- Overrides:
execute in class Action
- Throws:
Exception
toString
public String toString()
- Overrides:
toString in class Action
createTimer
protected Timer createTimer(ExecutionContext executionContext)
getDueDate
public String getDueDate()
setDueDate
public void setDueDate(String dueDateDuration)
getRepeat
public String getRepeat()
setRepeat
public void setRepeat(String repeatDuration)
getTransitionName
public String getTransitionName()
setTransitionName
public void setTransitionName(String transitionName)
getTimerName
public String getTimerName()
setTimerName
public void setTimerName(String timerName)
getTimerAction
public Action getTimerAction()
setTimerAction
public void setTimerAction(Action timerAction)
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.