Uses of Class
wt.workflow.definer.WfSynchRobotTemplate

Packages that use WfSynchRobotTemplate
wt.workflow.definer
Provides workflow classes responsible for the definition of processes, activities, and the other objects that compose the workflow network. 
wt.workflow.engine
Provides workflow classes responsible for the flow of control and data from an execution point of view. 
 

Uses of WfSynchRobotTemplate in wt.workflow.definer
 

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

Supported API: false
private static WfSynchRobotTemplate WfDefinitionHandler.validateSynchronizationTemplate(WfSynchRobotTemplate Synch)
           
private static WfSynchRobotTemplate WfDefinitionDefaultDelegate.validateSynchronizationTemplate(WfSynchRobotTemplate Synch)
           
 

Methods in wt.workflow.definer with parameters of type WfSynchRobotTemplate
protected  boolean WfSynchRobotTemplate.readVersion(WfSynchRobotTemplate 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.stringWfSynchRobotTemplate(WfSynchRobotTemplate template)
           
private static void WfDefinitionHandler.deleteSynchronizationTemplate(WfSynchRobotTemplate bt)
          Process the deletion of an WfSynchRobotTemplate object.
private static WfSynchRobotTemplate WfDefinitionHandler.validateSynchronizationTemplate(WfSynchRobotTemplate Synch)
           
private static void WfDefinitionDefaultDelegate.deleteSynchronizationTemplate(WfSynchRobotTemplate bt)
          Process the deletion of an WfSynchRobotTemplate object.
private static WfSynchRobotTemplate WfDefinitionDefaultDelegate.validateSynchronizationTemplate(WfSynchRobotTemplate Synch)
           
 

Uses of WfSynchRobotTemplate in wt.workflow.engine
 

Methods in wt.workflow.engine that return WfSynchRobotTemplate
private  WfSynchRobotTemplate SynchedWorkflow.createSynchRobotTemplate(WfBlockTemplate block_template)
           
private  WfSynchRobotTemplate SynchedWorkflow.createSynchRobotTemplate(WfBlockTemplate block_template)