Uses of Class
wt.workflow.definer.WfBlockTemplate

Packages that use WfBlockTemplate
wt.clients.workflow.definer   
wt.projmgmt.definer   
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. 
wt.workflow.worklist
Provides workflow classes that construct the interface for users to view and act on their work items. 
 

Uses of WfBlockTemplate in wt.clients.workflow.definer
 

Methods in wt.clients.workflow.definer that return WfBlockTemplate
protected  WfBlockTemplate WfBlockTemplateEditor.newWfBlockTemplate()
           
 

Uses of WfBlockTemplate in wt.projmgmt.definer
 

Subclasses of WfBlockTemplate in wt.projmgmt.definer
 class ProjectPlanTemplate
           Use the newProjectPlanTemplate static factory method(s), not the ProjectPlanTemplate constructor, to construct instances of this class.
 class SummaryActivityTemplate
           Use the newSummaryActivityTemplate static factory method(s), not the SummaryActivityTemplate constructor, to construct instances of this class.
 

Uses of WfBlockTemplate in wt.workflow.definer
 

Methods in wt.workflow.definer that return WfBlockTemplate
private static WfBlockTemplate WfDefinitionHandler.validateBlockTemplate(WfBlockTemplate bt)
           
private static WfBlockTemplate WfDefinitionDefaultDelegate.validateBlockTemplate(WfBlockTemplate bt)
           
 WfBlockTemplate WfDefinerServiceFwd.createBlockTemplate(String name, Vector node_set)
          Takes a set of nodes and builds a block out of the nodes.
 WfBlockTemplate WfDefinerService.createBlockTemplate(String name, Vector node_set)
          Takes a set of nodes and builds a block out of the nodes.
static WfBlockTemplate WfBlockTemplate.newWfBlockTemplate()
          Deprecated. activities created with this constructor are placed in the classic container.
static WfBlockTemplate WfBlockTemplate.newWfBlockTemplate(WTContainerRef context_ref)
          

Supported API: false
 WfBlockTemplate StandardWfDefinerService.createBlockTemplate(String name, Vector node_set)
          Takes a set of nodes and builds a block out of the nodes.
 

Methods in wt.workflow.definer with parameters of type WfBlockTemplate
private  Vector WfProcessTemplate.getAllInnerBlocksRoles(WfBlockTemplate blkTemplate, Vector roleList)
           
private static String WfExportImportHandler.stringWfBlockTemplate(WfBlockTemplate template)
           
private static void WfDefinitionHandler.deleteBlockTemplate(WfBlockTemplate bt)
          Process the deletion of an WfBlockTemplate object.
private static WfBlockTemplate WfDefinitionHandler.validateBlockTemplate(WfBlockTemplate bt)
           
private static void WfDefinitionDefaultDelegate.deleteBlockTemplate(WfBlockTemplate bt)
          Process the deletion of an WfBlockTemplate object.
private static WfBlockTemplate WfDefinitionDefaultDelegate.validateBlockTemplate(WfBlockTemplate bt)
           
 void WfDefinerServiceFwd.demoteBlockTemplate(WfBlockTemplate block_template)
          Removes a block and place its constituents directly into the host process.
 WfExpression WfDefinerServiceFwd.getBlockExpression(WfBlockTemplate block_template)
          Returns the expression associated to the block template passed as parameter.
 void WfDefinerService.demoteBlockTemplate(WfBlockTemplate block_template)
          Removes a block and place its constituents directly into the host process.
 WfExpression WfDefinerService.getBlockExpression(WfBlockTemplate block_template)
          Returns the expression associated to the block template passed as parameter.
protected  boolean WfBlockTemplate.readVersion(WfBlockTemplate thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void StandardWfDefinerService.demoteBlockTemplate(WfBlockTemplate block_template)
          Removes a block and place its constituents directly into the host process.
 WfExpression StandardWfDefinerService.getBlockExpression(WfBlockTemplate block_template)
          Returns the expression associated to the block template passed as parameter.
 

Uses of WfBlockTemplate in wt.workflow.engine
 

Methods in wt.workflow.engine that return WfBlockTemplate
 WfBlockTemplate SynchedWorkflow.createBlockTemplate(String name)
           
private  WfBlockTemplate StandardWfEngineService.createAdHocBlock(WfTemplateObject template, WTContainerRef context_ref)
          Creates a block template given an activity template.
 WfBlockTemplate SynchedWorkflow.createBlockTemplate(String name)
           
private  WfBlockTemplate StandardWfEngineService.createAdHocBlock(WfTemplateObject template, WTContainerRef context_ref)
          Creates a block template given an activity template.
 

Methods in wt.workflow.engine with parameters of type WfBlockTemplate
 WfRequesterActivity WfEngineServiceFwd.createBlockProcess(WfBlockTemplate template, WfContainer container)
          Creates a block process and requester activity given the block template and containing process.
 WfRequesterActivity WfEngineService.createBlockProcess(WfBlockTemplate template, WfContainer container)
          Creates a block process and requester activity given the block template and containing process.
private  WfSynchRobotTemplate SynchedWorkflow.createSynchRobotTemplate(WfBlockTemplate block_template)
           
 WfRequesterActivity StandardWfEngineService.createBlockProcess(WfBlockTemplate template, WfContainer container)
          Creates a block process and requester activity given the block template and containing process.
 WfRequesterActivity WfEngineServiceFwd.createBlockProcess(WfBlockTemplate template, WfContainer container)
          Creates a block process and requester activity given the block template and containing process.
 WfRequesterActivity WfEngineService.createBlockProcess(WfBlockTemplate template, WfContainer container)
          Creates a block process and requester activity given the block template and containing process.
private  WfSynchRobotTemplate SynchedWorkflow.createSynchRobotTemplate(WfBlockTemplate block_template)
           
 WfRequesterActivity StandardWfEngineService.createBlockProcess(WfBlockTemplate template, WfContainer container)
          Creates a block process and requester activity given the block template and containing process.
 

Uses of WfBlockTemplate in wt.workflow.worklist
 

Methods in wt.workflow.worklist with parameters of type WfBlockTemplate
 void AdHocActivityInfo.save(WfBlockTemplate block)