Uses of Class
wt.workflow.definer.WfInvokedMethodTemplate

Packages that use WfInvokedMethodTemplate
wt.workflow.definer
Provides workflow classes responsible for the definition of processes, activities, and the other objects that compose the workflow network. 
 

Uses of WfInvokedMethodTemplate in wt.workflow.definer
 

Subclasses of WfInvokedMethodTemplate in wt.workflow.definer
 class WfExternalMethodTemplate
          Template for robot activities which are based on externally callable methods.
 class WfInternalMethodTemplate
          Template for robot activities which are based on internally callable methods.
 

Methods in wt.workflow.definer that return WfInvokedMethodTemplate
private static WfInvokedMethodTemplate LoadWorkflow.setWfInvokedMethodTemplateAttributes(WfInvokedMethodTemplate wfInvokedMethodTemplate, WfContainerTemplateEditor containerEditor)
           
 

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