当前页面:
在线文档首页 >
JBoss JBPM 3.1.3 API 英文版文档
MilestoneEvent (jbpm-3.1.3) - JBoss JBPM 3.1.3 API 英文版文档
org.jbpm.graph.node
Class MilestoneEvent
java.lang.Object
org.jbpm.graph.node.MilestoneEvent
- All Implemented Interfaces:
- java.io.Serializable, ActionHandler
public class MilestoneEvent
- extends java.lang.Object
- implements ActionHandler
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MilestoneEvent
public MilestoneEvent()
MilestoneEvent
public MilestoneEvent(java.lang.String milestoneName,
java.lang.String relativeTokenPath)
execute
public void execute(ExecutionContext ac)
- Specified by:
execute
in interface ActionHandler
getMilestoneName
public java.lang.String getMilestoneName()
setMilestoneName
public void setMilestoneName(java.lang.String milestoneName)
getRelativeTokenPath
public java.lang.String getRelativeTokenPath()
setRelativeTokenPath
public void setRelativeTokenPath(java.lang.String relativeTokenPath)
Version : jbpm-3.1.3