Package wt.workflow.engine
Interface WfNode
- All Superinterfaces:
wt.workflow.engine._WfNode
- All Known Implementing Classes:
_Milestone,_ProjectActivity,_ProjectProxy,_SummaryActivity,wt.workflow.engine._WfActivity,wt.workflow.engine._WfAdHocActivity,wt.workflow.work._WfAssignedActivity,wt.workflow.robots._WfRobotActivity,wt.workflow.robots._WfSynchRobot,Milestone,ProjectActivity,ProjectProxy,SummaryActivity,WfActivity,WfAdHocActivity,WfAssignedActivity,WfRobotActivity,WfSynchRobot
@GenAsUnPersistable(properties=@GeneratedProperty(name="parentProcessRef",type=wt.workflow.engine.WfContainerReference.class,javaDoc="Reference to the process that owns the node. Used to implement derived relationship between the process and contained objects.",accessors=@PropertyAccessors(setExceptions={})))
public interface WfNode
extends wt.workflow.engine._WfNode
WfNode is an interface representing the objects that may
occur in a workflow graph. It maintains a pointer to the owning process.
Supported API: true
Extendable: false