Uses of Class
wt.workflow.definer.WfURLRobotTemplate

Packages that use WfURLRobotTemplate
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 WfURLRobotTemplate in wt.workflow.definer
 

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

Supported API: false
private static WfURLRobotTemplate WfDefinitionHandler.validateURLTemplate(WfURLRobotTemplate ut)
           
 

Methods in wt.workflow.definer with parameters of type WfURLRobotTemplate
protected  boolean WfURLRobotTemplate.readVersion(WfURLRobotTemplate 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.stringWfURLRobotTemplate(WfURLRobotTemplate template)
           
private static WfURLRobotTemplate WfDefinitionHandler.validateURLTemplate(WfURLRobotTemplate ut)
           
 

Uses of WfURLRobotTemplate in wt.workflow.robots
 

Fields in wt.workflow.robots declared as WfURLRobotTemplate
private  WfURLRobotTemplate WfURLRobot.template