wt.workflow.definer
Class WfTemplateObject

java.lang.Object
  extended by wt.fc.WTObject
      extended by wt.fc.Item
          extended by wt.workflow.definer.WfTemplateObject
All Implemented Interfaces:
Externalizable, Serializable, AccessControlled, wt.access.PolicyAccessControlled, wt.access.SecurityLabeled, wt.admin.DomainAdministered, NetFactor, ObjectMappable, Persistable, DisplayIdentification, WTContained, wt.recent.RecentlyVisited, wt.workflow.definer.WfNodeTemplate
Direct Known Subclasses:
WfAssignedActivityTemplate

public abstract class WfTemplateObject
extends Item
implements wt.workflow.definer.WfNodeTemplate, WTContained, Externalizable

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

See Also:
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

CONTEXT_SIGNATURE

public static final String CONTEXT_SIGNATURE
Label for the attribute; Map between variable names and their types.

Supported API: true

See Also:
Constant Field Values
Method Detail

getContextSignature

public ProcessDataInfo getContextSignature()
Gets the value of the attribute: CONTEXT_SIGNATURE. Map between variable names and their types.

Supported API: true

Returns:
ProcessDataInfo

setContextSignature

public void setContextSignature(ProcessDataInfo a_ContextSignature)
Sets the value of the attribute: CONTEXT_SIGNATURE. Map between variable names and their types.

Supported API: true

Parameters:
a_ContextSignature -