|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final String PARENT_PROCESS_REF
Method Detail |
public WfContainerReference getParentProcessRef()
public void setParentProcessRef(WfContainerReference a_ParentProcessRef)
a_ParentProcessRef
- public ObjectReference getTemplateReference()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |