Uses of Class
wt.workflow.definer.WfExternalMethodTemplate

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

Uses of WfExternalMethodTemplate in wt.workflow.definer
 

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

Supported API: false
private static WfExternalMethodTemplate WfDefinitionHandler.validateExternalMethodTemplate(WfExternalMethodTemplate emt)
           
private static WfExternalMethodTemplate WfDefinitionDefaultDelegate.validateExternalMethodTemplate(WfExternalMethodTemplate emt)
           
 

Methods in wt.workflow.definer with parameters of type WfExternalMethodTemplate
protected  boolean WfExternalMethodTemplate.readVersion(WfExternalMethodTemplate 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.stringWfExternalMethodTemplate(WfExternalMethodTemplate template)
           
private static WfExternalMethodTemplate WfDefinitionHandler.validateExternalMethodTemplate(WfExternalMethodTemplate emt)
           
private static WfExternalMethodTemplate WfDefinitionDefaultDelegate.validateExternalMethodTemplate(WfExternalMethodTemplate emt)