Uses of Class
wt.workflow.definer.WfInternalMethodTemplate

Packages that use WfInternalMethodTemplate
wt.workflow.definer
Provides workflow classes responsible for the definition of processes, activities, and the other objects that compose the workflow network. 
wt.workflow.robots
Provides workflow classes responsible for the execution of robot activities that are executed without human intervention. 
 

Uses of WfInternalMethodTemplate in wt.workflow.definer
 

Methods in wt.workflow.definer that return WfInternalMethodTemplate
static WfInternalMethodTemplate WfInternalMethodTemplate.newWfInternalMethodTemplate()
          

Supported API: false
static WfInternalMethodTemplate WfInternalMethodTemplate.newWfInternalMethodTemplate(WTContainerRef context_ref)
          

Supported API: false
private static WfInternalMethodTemplate WfDefinitionHandler.validateInternalMethodTemplate(WfInternalMethodTemplate imt)
           
private static WfInternalMethodTemplate WfDefinitionDefaultDelegate.validateInternalMethodTemplate(WfInternalMethodTemplate imt)
           
 

Methods in wt.workflow.definer with parameters of type WfInternalMethodTemplate
private  Vector WfProcessTemplate.getRobotActivityRoles(WfInternalMethodTemplate template, Vector roleList)
           
protected  boolean WfInternalMethodTemplate.readVersion(WfInternalMethodTemplate 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.stringWfInternalMethodTemplate(WfInternalMethodTemplate template)
           
private static String WfExportImportHandler.addWfPrincipalAssignees(WfInternalMethodTemplate template)
           
private static String WfExportImportHandler.addWfRoleAssignees(WfInternalMethodTemplate template)
           
private static String WfExportImportHandler.addWfActorRoleAssignees(WfInternalMethodTemplate template)
           
private static String WfExportImportHandler.addWfTeamAssignees(WfInternalMethodTemplate template)
           
private static String WfExportImportHandler.addWfVariableAssignees(WfInternalMethodTemplate template)
           
private static WfInternalMethodTemplate WfDefinitionHandler.validateInternalMethodTemplate(WfInternalMethodTemplate imt)
           
private static WfInternalMethodTemplate WfDefinitionDefaultDelegate.validateInternalMethodTemplate(WfInternalMethodTemplate imt)
           
 

Uses of WfInternalMethodTemplate in wt.workflow.robots
 

Methods in wt.workflow.robots with parameters of type WfInternalMethodTemplate
private static Object WfInternalRequest.getService(WfInternalMethodTemplate template)
           
private static Method WfInternalRequest.getServiceMethod(Class srv_class, WfInternalMethodTemplate template)
           
private static Class[] WfInternalRequest.getParameterTypes(WfInternalMethodTemplate template)