Uses of Class
wt.workflow.definer.WfAdHocActivityTemplate

Packages that use WfAdHocActivityTemplate
wt.workflow.definer
Provides workflow classes responsible for the definition of processes, activities, and the other objects that compose the workflow network. 
wt.workflow.worklist
Provides workflow classes that construct the interface for users to view and act on their work items. 
 

Uses of WfAdHocActivityTemplate in wt.workflow.definer
 

Methods in wt.workflow.definer that return WfAdHocActivityTemplate
static WfAdHocActivityTemplate WfAdHocActivityTemplate.newWfAdHocActivityTemplate()
          Deprecated. activities created with this constructor are placed in the classic container.
static WfAdHocActivityTemplate WfAdHocActivityTemplate.newWfAdHocActivityTemplate(WTContainerRef context_ref)
          

Supported API: false
 

Methods in wt.workflow.definer with parameters of type WfAdHocActivityTemplate
private static String WfExportImportHandler.stringWfAdHocActivityTemplate(WfAdHocActivityTemplate template)
           
protected  boolean WfAdHocActivityTemplate.readVersion(WfAdHocActivityTemplate thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 

Uses of WfAdHocActivityTemplate in wt.workflow.worklist
 

Fields in wt.workflow.worklist declared as WfAdHocActivityTemplate
private  WfAdHocActivityTemplate AdHocActivityInfo.activityTemplate
           
 

Methods in wt.workflow.worklist that return WfAdHocActivityTemplate
 WfAdHocActivityTemplate AdHocActivityInfo.getTemplate()