com.bea.wli.worklist.api.taskplan
Interface StepAction

All Superinterfaces:
Action, Comparable, EventSource, NamedIndexedObject, NamedObject, Serializable
All Known Subinterfaces:
AssignAction, AssignToNextUserAction, ReturnAction, StepWorkAction

public interface StepAction
extends Action

Action defined within a step (as opposed to a constructor).


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.bea.wli.worklist.api.taskplan.Action
Action.Event
 
Method Summary
 Step getStep()
          Get the parent Step for this action.
 
Methods inherited from interface com.bea.wli.worklist.api.taskplan.Action
addPropertyRef, addPropertyRef, getActionContainer, getPropertyNames, getPropertyRefs, removePropertyRef, removePropertyRef, setPropertyRefs
 
Methods inherited from interface com.bea.wli.worklist.api.taskplan.NamedIndexedObject
getIndex, setIndex
 
Methods inherited from interface com.bea.wli.worklist.api.taskplan.NamedObject
getDescription, getName, setDescription
 
Methods inherited from interface com.bea.wli.worklist.api.taskplan.EventSource
addPropertyChangeListener, addPropertyChangeListener, clearDirty, dispose, getParent, isComplete, isDirty, isInitializing, isStarted, markDirty, removePropertyChangeListener, removePropertyChangeListener, startProducing
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getStep

Step getStep()
Get the parent Step for this action.