|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.fc.WTObject
wt.fc.Item
wt.workflow.definer.WfTemplateObject
public abstract class WfTemplateObject
WfTemplateObject is the base class for the workflow definition
objects. It defines meta information about data flow behavior and other
attributes.
The association of transitions to expressions is accomplished using
the definer service.
Supported API: true
Extendable: false
WfExecutionObject,
WfRobotActivityTemplate,
WfAssignedActivityTemplate,
Serialized Form| Field Summary | |
|---|---|
static String |
CONTEXT_SIGNATURE
Label for the attribute; Map between variable names and their types. |
| Method Summary | |
|---|---|
ProcessDataInfo |
getContextSignature()
Gets the value of the attribute: CONTEXT_SIGNATURE. |
void |
setContextSignature(ProcessDataInfo a_ContextSignature)
Sets the value of the attribute: CONTEXT_SIGNATURE. |
| Methods inherited from class wt.fc.WTObject |
|---|
getDisplayIdentifier, getDisplayIdentity, getDisplayType |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String CONTEXT_SIGNATURE
| Method Detail |
|---|
public ProcessDataInfo getContextSignature()
public void setContextSignature(ProcessDataInfo a_ContextSignature)
a_ContextSignature -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||