com.bea.wli.worklist.api.taskplan
Interface Constructor
- All Superinterfaces:
- Action, Comparable, EventSource, NamedIndexedObject, NamedObject, Serializable, WorkAction
public interface Constructor
- extends WorkAction
Represents a constructor for the parent TaskPlan definition. A constructor is
a named entity that the task creation client needs to specify while creating
a task instance. The constructor specifies what properties the creator needs
to supply in order to create the task instance. It also specifies once the
instance is created where in the state model to start the task at. Thus the
constructor contains reference to properties and a start-step id. It can
contain ZERO property references which means nothing is needed to construct a
task instance.
Methods inherited from interface com.bea.wli.worklist.api.taskplan.EventSource |
addPropertyChangeListener, addPropertyChangeListener, clearDirty, dispose, getParent, isComplete, isDirty, isInitializing, isStarted, markDirty, removePropertyChangeListener, removePropertyChangeListener, startProducing |
getTaskPlan
TaskPlan getTaskPlan()
- Get the parent task plan for the constructor.
getStartStep
Step getStartStep()
- This is equivalent to calling getNextStep().
setStartStep
void setStartStep(Step startStep)
- This is equivalent to calling setNextStep().