当前页面:
在线文档首页 >
JBoss JBPM 3.1.3 API 英文版文档
CreateTimerAction (jbpm-3.1.3) - JBoss JBPM 3.1.3 API 英文版文档
org.jbpm.scheduler.def
Class CreateTimerAction
java.lang.Object
org.jbpm.graph.def.Action
org.jbpm.scheduler.def.CreateTimerAction
- All Implemented Interfaces:
- java.io.Serializable, ActionHandler, Parsable
public class CreateTimerAction
- extends Action
- See Also:
- Serialized Form
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 |
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 java.lang.Exception
- Specified by:
execute
in interface ActionHandler
- Overrides:
execute
in class Action
- Throws:
java.lang.Exception
createTimer
protected Timer createTimer(ExecutionContext executionContext)
getDueDate
public java.lang.String getDueDate()
setDueDate
public void setDueDate(java.lang.String dueDateDuration)
getRepeat
public java.lang.String getRepeat()
setRepeat
public void setRepeat(java.lang.String repeatDuration)
getTransitionName
public java.lang.String getTransitionName()
setTransitionName
public void setTransitionName(java.lang.String transitionName)
getTimerName
public java.lang.String getTimerName()
setTimerName
public void setTimerName(java.lang.String timerName)
getTimerAction
public Action getTimerAction()
setTimerAction
public void setTimerAction(Action timerAction)
Version : jbpm-3.1.3