org.jbpm.graph.node
Class MilestoneEvent
java.lang.Object
org.jbpm.graph.node.MilestoneEvent
- All Implemented Interfaces:
- Serializable, ActionHandler
public class MilestoneEvent
- extends 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(String milestoneName,
String relativeTokenPath)
execute
public void execute(ExecutionContext ac)
- Specified by:
execute in interface ActionHandler
getMilestoneName
public String getMilestoneName()
setMilestoneName
public void setMilestoneName(String milestoneName)
getRelativeTokenPath
public String getRelativeTokenPath()
setRelativeTokenPath
public void setRelativeTokenPath(String relativeTokenPath)
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.