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

All Superinterfaces:
EventSource, Serializable

public interface ActionConnector
extends EventSource

Relates an action and its target step


Nested Class Summary
static interface ActionConnector.Event
          Property names for the PropertyChangeEvents that can be produced by edits on a object of this type.
 
Method Summary
 WorkAction getSourceWorkAction()
           
 Step getTargetStep()
           
 boolean isSelfTransition()
          Does this connector start and end on the same container.
 void setSourceWorkAction(WorkAction sourceWorkAction)
           
 void setTargetStep(Step targetStep)
           
 
Methods inherited from interface com.bea.wli.worklist.api.taskplan.EventSource
addPropertyChangeListener, addPropertyChangeListener, clearDirty, dispose, getParent, isComplete, isDirty, isInitializing, isStarted, markDirty, removePropertyChangeListener, removePropertyChangeListener, startProducing
 

Method Detail

getSourceWorkAction

WorkAction getSourceWorkAction()
Returns:
Returns the sourceWorkAction.

setSourceWorkAction

void setSourceWorkAction(WorkAction sourceWorkAction)
Parameters:
sourceWorkAction - the WorkAction you are connecting from

getTargetStep

Step getTargetStep()
Returns:
Returns the targetStep.

setTargetStep

void setTargetStep(Step targetStep)
Parameters:
targetStep - the target step you are connecting to

isSelfTransition

boolean isSelfTransition()
Does this connector start and end on the same container.

Returns: