wt.workflow.engine
Interface WfNode

All Known Subinterfaces:
ProjectNode
All Known Implementing Classes:
Milestone, ProjectActivity, ProjectProxy, SummaryActivity, WfActivity, WfConnector

public interface 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: false

Extendable: false


Field Summary
static String PARENT_PROCESS_REF
          Label for the attribute; Reference to the process that owns the node.
 
Method Summary
 WfContainerReference getParentProcessRef()
          Gets the value of the attribute: PARENT_PROCESS_REF.
 ObjectReference getTemplateReference()
          Returns reference to template.
 void setParentProcessRef(WfContainerReference a_ParentProcessRef)
          Sets the value of the attribute: PARENT_PROCESS_REF.
 

Field Detail

PARENT_PROCESS_REF

public static final String PARENT_PROCESS_REF
Label for the attribute; Reference to the process that owns the node. Used to implement derived relationship between the process and contained objects.

Supported API: false

See Also:
Constant Field Values
Method Detail

getParentProcessRef

public WfContainerReference getParentProcessRef()
Gets the value of the attribute: PARENT_PROCESS_REF. Reference to the process that owns the node. Used to implement derived relationship between the process and contained objects.

Supported API: false

Returns:
WfContainerReference

setParentProcessRef

public void setParentProcessRef(WfContainerReference a_ParentProcessRef)
Sets the value of the attribute: PARENT_PROCESS_REF. Reference to the process that owns the node. Used to implement derived relationship between the process and contained objects.

Supported API: false

Parameters:
a_ParentProcessRef -

getTemplateReference

public ObjectReference getTemplateReference()
Returns reference to template.

Supported API: false

Returns:
ObjectReference