Uses of Class
wt.workflow.definer.WfTimerTemplate

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

Uses of WfTimerTemplate in wt.workflow.definer
 

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

Supported API: false
private static WfTimerTemplate WfDefinitionHandler.validateTimerTemplate(WfTimerTemplate tt)
           
private static WfTimerTemplate WfDefinitionDefaultDelegate.validateTimerTemplate(WfTimerTemplate tt)
           
 

Methods in wt.workflow.definer with parameters of type WfTimerTemplate
protected  boolean WfTimerTemplate.readVersion(WfTimerTemplate 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.stringWfTimerTemplate(WfTimerTemplate template)
           
private static WfTimerTemplate WfDefinitionHandler.validateTimerTemplate(WfTimerTemplate tt)
           
private static WfTimerTemplate WfDefinitionDefaultDelegate.validateTimerTemplate(WfTimerTemplate tt)