|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WfRobotActivityTemplate | |
wt.clients.workflow.definer | |
wt.workflow.definer |
Provides workflow classes responsible for the definition of
processes, activities, and the other objects that compose the workflow network. |
Uses of WfRobotActivityTemplate in wt.clients.workflow.definer |
Methods in wt.clients.workflow.definer with parameters of type WfRobotActivityTemplate | |
WfExpression |
WfSynchRobotTemplateEditor.getInitSynchExpression(WfRobotActivityTemplate template)
|
Uses of WfRobotActivityTemplate in wt.workflow.definer |
Subclasses of WfRobotActivityTemplate in wt.workflow.definer | |
class |
WfApplRobotTemplate
Template for application robots, that is, activities that correspond to programs or applications. |
class |
WfExprRobotTemplate
Use the newWfExprRobotTemplate static factory method(s),
not the WfExprRobotTemplate constructor, to construct instances
of this class. |
class |
WfExternalMethodTemplate
Template for robot activities which are based on externally callable methods. |
class |
WfInternalMethodTemplate
Template for robot activities which are based on internally callable methods. |
class |
WfInvokedMethodTemplate
Template for creation of method robot activities. |
class |
WfSynchRobotTemplate
Use the newWfSynchRobotTemplate static factory method(s),
not the WfSynchRobotTemplate constructor, to construct instances
of this class. |
class |
WfTimerTemplate
Use the newWfTimerTemplate static factory method(s), not
the WfTimerTemplate constructor, to construct instances
of this class. |
class |
WfURLRobotTemplate
Used to define the URL to be executed. |
Methods in wt.workflow.definer that return WfRobotActivityTemplate | |
private static WfRobotActivityTemplate |
LoadWorkflow.setWfRobotActivityTemplateAttributes(WfRobotActivityTemplate wfRobotActivityTemplate,
WfContainerTemplateEditor containerEditor)
|
Methods in wt.workflow.definer with parameters of type WfRobotActivityTemplate | |
protected boolean |
WfRobotActivityTemplate.readVersion(WfRobotActivityTemplate 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.insertWfRobotActivityTemplateAttr(WfRobotActivityTemplate template)
|
private static WfExpression |
WfExportImportHandler.getInitSynchExpression(WfRobotActivityTemplate template)
|
WfExpression |
WfDefinerServiceFwd.getRobotExpression(WfRobotActivityTemplate template)
Returns router expression associated with template if it exists. |
WfExpression |
WfDefinerServiceFwd.getSynchExpression(WfRobotActivityTemplate template)
Returns the fileter expression associated with template if it exists. |
WfExpression |
WfDefinerService.getRobotExpression(WfRobotActivityTemplate template)
Returns router expression associated with template if it exists. |
WfExpression |
WfDefinerService.getSynchExpression(WfRobotActivityTemplate template)
Returns the fileter expression associated with template if it exists. |
WfExpression |
StandardWfDefinerService.getRobotExpression(WfRobotActivityTemplate template)
Returns router expression associated with template if it exists. |
WfExpression |
StandardWfDefinerService.getSynchExpression(WfRobotActivityTemplate template)
Returns the fileter expression associated with template if it exists. |
private static WfRobotActivityTemplate |
LoadWorkflow.setWfRobotActivityTemplateAttributes(WfRobotActivityTemplate wfRobotActivityTemplate,
WfContainerTemplateEditor containerEditor)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |