|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WfTemplateObject | |
com.ptc.netmarkets.nmixb | |
wt.clients.workflow.definer | |
wt.clients.workflow.manager | |
wt.ixb.handlers.netmarkets | |
wt.pdmlink | |
wt.projmgmt.definer | |
wt.projmgmt.execution | |
wt.projmgmt.ix | |
wt.projmgmt.resource | |
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.work |
Provides workflow classes responsible for managing the work
assigned to individual users. |
Uses of WfTemplateObject in com.ptc.netmarkets.nmixb |
Methods in com.ptc.netmarkets.nmixb with parameters of type WfTemplateObject | |
private WfContainerTemplate |
ProjectPlanStructCopyHelper.getParentTemplate(WfTemplateObject template)
|
Uses of WfTemplateObject in wt.clients.workflow.definer |
Methods in wt.clients.workflow.definer that return WfTemplateObject | |
private static WfTemplateObject |
SetConfiguration.editEventConfiguration(WfTemplateObject template)
|
Methods in wt.clients.workflow.definer with parameters of type WfTemplateObject | |
private static void |
SetConfiguration.showActivityTemplate(WfTemplateObject template)
|
private static WfTemplateObject |
SetConfiguration.editEventConfiguration(WfTemplateObject template)
|
Uses of WfTemplateObject in wt.clients.workflow.manager |
Methods in wt.clients.workflow.manager with parameters of type WfTemplateObject | |
private static void |
PMServer.setupTemplate(WfTemplateObject templateObject,
MonitorNode pNode)
|
Uses of WfTemplateObject in wt.ixb.handlers.netmarkets |
Methods in wt.ixb.handlers.netmarkets that return WfTemplateObject | |
static WfTemplateObject |
WfLoadUtils.setWfMasterInfoAttributes(IxbElement elem,
WfTemplateObject pt)
This method expects IxbElement to be a WfMasterInfo node. |
static WfTemplateObject |
WfLoadUtils.setWfNodeTemplateAttributes(IxbElement elem,
WfTemplateObject pt,
WfContainerTemplateEditor pe)
This method expects IxbElement to be a WfNodeInfo node. |
Methods in wt.ixb.handlers.netmarkets with parameters of type WfTemplateObject | |
static WfTemplateObject |
WfLoadUtils.setWfMasterInfoAttributes(IxbElement elem,
WfTemplateObject pt)
This method expects IxbElement to be a WfMasterInfo node. |
static WfTemplateObject |
WfLoadUtils.setWfNodeTemplateAttributes(IxbElement elem,
WfTemplateObject pt,
WfContainerTemplateEditor pe)
This method expects IxbElement to be a WfNodeInfo node. |
Uses of WfTemplateObject in wt.pdmlink |
Methods in wt.pdmlink with parameters of type WfTemplateObject | |
private static WfContainerTemplate |
ProductIXUtils.getParentTemplate(WfTemplateObject template)
|
Uses of WfTemplateObject in wt.projmgmt.definer |
Subclasses of WfTemplateObject in wt.projmgmt.definer | |
class |
MilestoneTemplate
A MilestoneTemplate is the template associated with a project
management milestone. |
class |
ProjectActivityTemplate
A ProjectActivityTemplate is the template associated with
a project management project activity. |
class |
ProjectPlanTemplate
Use the newProjectPlanTemplate static factory method(s),
not the ProjectPlanTemplate constructor, to construct instances
of this class. |
class |
ProjectProxyTemplate
A ProjectProxyTemplate is the template associated with a
project proxy. |
class |
SummaryActivityTemplate
Use the newSummaryActivityTemplate static factory method(s),
not the SummaryActivityTemplate constructor, to construct
instances of this class. |
Methods in wt.projmgmt.definer that return WfTemplateObject | |
WfTemplateObject |
SummaryActivityTemplate.copy()
Creates template object of the same type and with the same attributes as the object. |
private WfTemplateObject |
StandardProjDefinerService.createTemplateObject(ProjectNode node)
|
WfTemplateObject |
ProjectProxyTemplate.copy()
Creates template object of the same type and with the same attributes as the object. |
WfTemplateObject |
ProjectProxyTemplate.copy(WTContainerRef context_ref)
Produces a transient, shallow copy of the object. |
WfTemplateObject |
ProjectPlanTemplate.copy()
Creates template object of the same type and with the same attributes as the object. |
WfTemplateObject |
ProjectActivityTemplate.copy()
Creates template object of the same type and with the same attributes as the object. |
WfTemplateObject |
MilestoneTemplate.copy()
Creates template object of the same type and with the same attributes as the object. |
WfTemplateObject |
MilestoneTemplate.copy(WTContainerRef context_ref)
Produces a transient, shallow copy of the object. |
Methods in wt.projmgmt.definer with parameters of type WfTemplateObject | |
void |
SummaryActivityTemplate.copyAttributes(WfTemplateObject template)
Copies summary activity template attributes to the milestone template passed as argument. |
protected void |
ProjectProxyTemplate.copyAttributes(WfTemplateObject template)
Copies milestone template attributes to the project proxy template passed as argument. |
void |
ProjectPlanTemplate.copyAttributes(WfTemplateObject template)
Supported API: false |
protected void |
ProjectActivityTemplate.copyAttributes(WfTemplateObject template)
Copies project activity template attributes to the project activity template passed as argument. |
protected void |
MilestoneTemplate.copyAttributes(WfTemplateObject template)
Copies milestone template attributes to the milestone template passed as argument. |
Uses of WfTemplateObject in wt.projmgmt.execution |
Methods in wt.projmgmt.execution that return WfTemplateObject | |
WfTemplateObject |
SummaryActivity.createTemplateObject()
Creates a summary activity template given the summary activity. |
WfTemplateObject |
SummaryActivity.getTemplateObject()
Returns template to which the execution object is associated. |
private WfTemplateObject |
StandardProjExecService.transferContainment(WfTemplateObject from,
WfTemplateObject to)
|
WfTemplateObject |
ProjectWorkItem.getTemplateObject()
Returns template to which the execution object is associated. |
WfTemplateObject |
ProjectProxy.createTemplateObject()
Creates a project proxy template given the milestone. |
WfTemplateObject |
ProjectProxy.getTemplateObject()
Returns template to which the execution object is associated. |
WfTemplateObject |
ProjectPlan.createTemplateObject()
Returns template object of type ProjectPlanTemplate
derived from the project plan. |
WfTemplateObject |
ProjectPlan.getTemplateObject()
Returns template to which the execution object is associated. |
WfTemplateObject |
ProjectActivity.createTemplateObject()
Creates a project activity template given the project activity. |
WfTemplateObject |
ProjectActivity.getTemplateObject()
Returns template to which the execution object is associated. |
WfTemplateObject |
Milestone.createTemplateObject()
Creates a milestone template given the milestone. |
WfTemplateObject |
Milestone.getTemplateObject()
Returns template to which the execution object is associated. |
WfTemplateObject |
ExecutionObject.getTemplateObject()
Returns template to which the execution object is associated. |
Methods in wt.projmgmt.execution with parameters of type WfTemplateObject | |
WfNode |
StandardProjExecService.getWfNode(WfTemplateObject node_template)
|
private void |
StandardProjExecService.copyWfTemplateAttributes(WfTemplateObject fromTemplate,
WfTemplateObject toTemplate)
|
private WfTemplateObject |
StandardProjExecService.transferContainment(WfTemplateObject from,
WfTemplateObject to)
|
Uses of WfTemplateObject in wt.projmgmt.ix |
Methods in wt.projmgmt.ix with parameters of type WfTemplateObject | |
private static WfContainerTemplate |
ProjMgmtIxUtils.getParentTemplate(WfTemplateObject template)
|
Uses of WfTemplateObject in wt.projmgmt.resource |
Methods in wt.projmgmt.resource that return WfTemplateObject | |
WfTemplateObject |
Deliverable.getTemplateObject()
Returns template to which the execution object is associated. |
Uses of WfTemplateObject in wt.workflow.definer |
Subclasses of WfTemplateObject in wt.workflow.definer | |
class |
WfAdHocActivityTemplate
Use the newWfAdHocActivityTemplate static factory method(s),
not the WfAdHocActivityTemplate constructor, to construct
instances of this class. |
class |
WfApplRobotTemplate
Template for application robots, that is, activities that correspond to programs or applications. |
class |
WfAssignedActivityTemplate
Template for creation of assigned activities. |
class |
WfBlockTemplate
Class that represents a workflow block. |
class |
WfContainerTemplate
Abstract class that models template objects that can contain other template objects. |
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 |
WfProcessTemplate
A WfProcessTemplate represents a template for a specific
workflow process; it is used to create instances of a workflow process. |
class |
WfProxyTemplate
Object that points to a template. |
class |
WfRobotActivityTemplate
Base template class for for classes that create 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. |
Fields in wt.workflow.definer declared as WfTemplateObject | |
private WfTemplateObject |
VariableDefect.node
|
private WfTemplateObject |
EventDefect.node
|
private WfTemplateObject |
DataFlowDefect.node
|
Methods in wt.workflow.definer that return WfTemplateObject | |
WfTemplateObject |
WfURLRobotTemplate.copy()
Produces a transient, shallow copy of the object. |
WfTemplateObject |
WfURLRobotTemplate.copy(WTContainerRef context_ref)
Produces a transient, shallow copy of the object. |
WfTemplateObject |
WfTimerTemplate.copy()
Produces a transient, shallow copy of the object. |
WfTemplateObject |
WfTimerTemplate.copy(WTContainerRef context_ref)
Produces a transient, shallow copy of the object. |
WfTemplateObject |
WfTemplateObjectType.createTemplateObject()
Creates a transient instance of the specific template object represented by the type. |
abstract WfTemplateObject |
WfTemplateObject.copy()
Produces a transient, shallow copy of the object. |
abstract WfTemplateObject |
WfTemplateObject.copy(WTContainerRef context_ref)
Produces a transient, shallow copy of the object. |
WfTemplateObject |
WfSynchRobotTemplate.copy()
Produces a transient, shallow copy of the object. |
WfTemplateObject |
WfSynchRobotTemplate.copy(WTContainerRef context_ref)
Produces a transient, shallow copy of the object. |
WfTemplateObject |
WfProxyTemplate.copy()
Produces a transient, shallow copy of the proxy template. |
WfTemplateObject |
WfProxyTemplate.copy(WTContainerRef context_ref)
Produces a transient, shallow copy of the proxy template. |
WfTemplateObject |
WfProcessTemplate.copy()
Produces a transient, shallow copy of the object. |
WfTemplateObject |
WfProcessTemplate.copy(WTContainerRef context_ref)
Produces a transient, shallow copy of the object. |
WfTemplateObject |
WfInternalMethodTemplate.copy()
Creates a shallow copy of the current object. |
WfTemplateObject |
WfInternalMethodTemplate.copy(WTContainerRef context_ref)
Creates a shallow copy of the current object. |
WfTemplateObject |
WfExternalMethodTemplate.copy()
Creates a shallow copy of the current object. |
WfTemplateObject |
WfExternalMethodTemplate.copy(WTContainerRef context_ref)
Creates a shallow copy of the current object. |
WfTemplateObject |
WfExprRobotTemplate.copy()
Produces a transient, shallow copy of the object. |
WfTemplateObject |
WfExprRobotTemplate.copy(WTContainerRef context_ref)
Produces a transient, shallow copy of the object. |
WfTemplateObject |
WfDefinerServiceFwd.addStepTemplate(WfContainerTemplate process_def,
WfTemplateObject step)
Adds an activity step to an existing process template. |
WfTemplateObject |
WfDefinerServiceFwd.copyTemplateObject(WfTemplateObject template,
String copyName)
Produces a copy of the template object and persists it with the name passed as argument. |
WfTemplateObject |
WfDefinerServiceFwd.copyTemplateObject(WfTemplateObject template,
String copyName,
WTContainerRef context_ref)
Produces a copy of the template object and persists it with the name passed as argument. |
WfTemplateObject |
WfDefinerServiceFwd.removeStepTemplate(WfTemplateObject step_def)
Removes step template from its containing process. |
WfTemplateObject |
WfDefinerService.addStepTemplate(WfContainerTemplate process_def,
WfTemplateObject step)
Adds an activity step to an existing process template. |
WfTemplateObject |
WfDefinerService.copyTemplateObject(WfTemplateObject template,
String copyName)
Produces a copy of the template object and persists it with the name passed as argument. |
WfTemplateObject |
WfDefinerService.copyTemplateObject(WfTemplateObject template,
String copyName,
WTContainerRef context_ref)
Produces a copy of the template object and persists it with the name passed as argument. |
WfTemplateObject |
WfDefinerService.removeStepTemplate(WfTemplateObject step_def)
Removes step template from its containing process. |
WfTemplateObject |
WfBlockTemplate.copy()
Produces a transient, shallow copy of the object. |
WfTemplateObject |
WfBlockTemplate.copy(WTContainerRef context_ref)
Produces a transient, shallow copy of the object. |
WfTemplateObject |
WfAssignedActivityTemplate.copy()
Produces a transient, shallow copy of the object. |
WfTemplateObject |
WfAssignedActivityTemplate.copy(WTContainerRef context_ref)
Produces a transient, shallow copy of the object. |
WfTemplateObject |
WfApplRobotTemplate.copy()
Produces a transient, shallow copy of the object. |
WfTemplateObject |
WfApplRobotTemplate.copy(WTContainerRef context_ref)
Produces a transient, shallow copy of the object. |
WfTemplateObject |
WfAdHocActivityTemplate.copy()
Produces a transient, shallow copy of the object. |
WfTemplateObject |
WfAdHocActivityTemplate.copy(WTContainerRef context_ref)
Produces a transient, shallow copy of the object. |
WfTemplateObject |
VariableDefect.getNode()
Gets the value of the attribute: node; Node where the defect occurred. |
WfTemplateObject |
StandardWfDefinerService.addStepTemplate(WfContainerTemplate process_def,
WfTemplateObject step)
Adds an activity step to an existing process template. |
WfTemplateObject |
StandardWfDefinerService.copyTemplateObject(WfTemplateObject template,
String copyName)
Produces a copy of the template object and persists it with the name passed as argument. |
WfTemplateObject |
StandardWfDefinerService.copyTemplateObject(WfTemplateObject template,
String copyName,
WTContainerRef context_ref)
Produces a copy of the template object and persists it with the name passed as argument. |
WfTemplateObject |
StandardWfDefinerService.removeStepTemplate(WfTemplateObject step_def)
Removes step template from its containing process. |
private WfTemplateObject |
StandardWfDefinerService.deleteProcessStepTemplateLink(WfTemplateObject step)
Deletes the process step template link from the node if it exists. |
WfTemplateObject |
ProcessStepTemplateLink.getStep()
Gets the object for the association that plays role: STEP_ROLE. |
private static WfTemplateObject |
LoadWorkflow.setWfTemplateObjectAttributes(WfTemplateObject wfTemplateObject,
WfContainerTemplateEditor containerEditor)
|
WfTemplateObject |
EventDefect.getNode()
Gets the value of the attribute: node; Node where the defect occurred. |
WfTemplateObject |
DataFlowDefect.getNode()
Gets the value of the attribute: node; Node where the defect occurred. |
Methods in wt.workflow.definer with parameters of type WfTemplateObject | |
protected void |
WfURLRobotTemplate.copyAttributes(WfTemplateObject template)
Copies all attributes into the template object passed as argument. |
protected void |
WfTimerTemplate.copyAttributes(WfTemplateObject template)
Copies all attributes into the template object passed as argument. |
private boolean |
WfTemplateVerification.isUsedByTemplate(Object event,
WfTemplateObject node)
Returns all data flow defects for a given process templaet. |
static WfTemplateObjectReference |
WfTemplateObjectReference.newWfTemplateObjectReference(WfTemplateObject template)
Constructs a emplate object reference given a template object. |
protected void |
WfTemplateObjectReference.initialize(WfTemplateObject template)
Supports initialization, following construction of an instance. |
protected boolean |
WfTemplateObject.readVersion(WfTemplateObject thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
protected void |
WfTemplateObject.copyAttributes(WfTemplateObject template)
Copies all attributes into the template object passed as argument. |
protected void |
WfSynchRobotTemplate.copyAttributes(WfTemplateObject template)
Copies all attributes into the template object passed as argument. |
protected void |
WfRobotActivityTemplate.copyAttributes(WfTemplateObject template)
Copies all attributes into the template object passed as argument. |
protected void |
WfProxyTemplate.copyAttributes(WfTemplateObject template)
Copies all attributes into the template object passed as argument. |
protected void |
WfProcessTemplate.copyAttributes(WfTemplateObject template)
Copies all attributes into the template object passed as argument. |
protected void |
WfInvokedMethodTemplate.copyAttributes(WfTemplateObject template)
Copies all attributes into the template object passed as argument. |
protected void |
WfInternalMethodTemplate.copyAttributes(WfTemplateObject template)
Copies all attributes into the template object passed as argument. |
protected void |
WfExternalMethodTemplate.copyAttributes(WfTemplateObject template)
Copies all attributes into the template object passed as argument. |
protected void |
WfExprRobotTemplate.copyAttributes(WfTemplateObject template)
Copies all attributes into the template object passed as argument. |
private static String |
WfExportImportHandler.addWfOverdueNotificationRoleAssignees(WfTemplateObject template)
|
private static String |
WfExportImportHandler.addWfVariables(WfTemplateObject template)
|
private static String |
WfExportImportHandler.addWfExpressions(WfTemplateObject template)
|
private static String |
WfExportImportHandler.addWfOverdueActions(WfTemplateObject template)
|
private static String |
WfExportImportHandler.addWfExceptionActions(WfTemplateObject template)
|
private static String |
WfExportImportHandler.insertWfTemplateObjectAttr(WfTemplateObject template)
|
private static void |
WfDefinitionHandler.removeStepTemplate(WfTemplateObject step_def)
Removes step template from its containing process. |
private static void |
WfDefinitionDefaultDelegate.removeStepTemplate(WfTemplateObject step_def)
Removes step template from its containing process. |
WfTemplateObject |
WfDefinerServiceFwd.addStepTemplate(WfContainerTemplate process_def,
WfTemplateObject step)
Adds an activity step to an existing process template. |
WfTemplateObject |
WfDefinerServiceFwd.copyTemplateObject(WfTemplateObject template,
String copyName)
Produces a copy of the template object and persists it with the name passed as argument. |
WfTemplateObject |
WfDefinerServiceFwd.copyTemplateObject(WfTemplateObject template,
String copyName,
WTContainerRef context_ref)
Produces a copy of the template object and persists it with the name passed as argument. |
WfExpression |
WfDefinerServiceFwd.createTransitionExpression(WfTemplateObject template,
Object transition)
Deprecated. Use instead PersistenceHelper.manager.save (WfExpression.newWfExpression (node, transition)) |
void |
WfDefinerServiceFwd.deleteExpression(WfTemplateObject template,
Object event)
Supported API: false |
ProcessStepTemplateLink |
WfDefinerServiceFwd.getProcessStepTemplateLink(WfContainerTemplate process_def,
WfTemplateObject step)
Deprecated. use getProcessTemplateLink (WfTemplateObject) instead |
ProcessStepTemplateLink |
WfDefinerServiceFwd.getProcessStepTemplateLink(WfTemplateObject step)
Returns the link between a node template and the containing process template. |
WfTemplateObject |
WfDefinerServiceFwd.removeStepTemplate(WfTemplateObject step_def)
Removes step template from its containing process. |
WfTemplateObject |
WfDefinerService.addStepTemplate(WfContainerTemplate process_def,
WfTemplateObject step)
Adds an activity step to an existing process template. |
WfTemplateObject |
WfDefinerService.copyTemplateObject(WfTemplateObject template,
String copyName)
Produces a copy of the template object and persists it with the name passed as argument. |
WfTemplateObject |
WfDefinerService.copyTemplateObject(WfTemplateObject template,
String copyName,
WTContainerRef context_ref)
Produces a copy of the template object and persists it with the name passed as argument. |
WfExpression |
WfDefinerService.createTransitionExpression(WfTemplateObject template,
Object transition)
Deprecated. Use instead PersistenceHelper.manager.save (WfExpression.newWfExpression (node, transition)) |
void |
WfDefinerService.deleteExpression(WfTemplateObject template,
Object event)
Supported API: false |
ProcessStepTemplateLink |
WfDefinerService.getProcessStepTemplateLink(WfContainerTemplate process_def,
WfTemplateObject step)
Deprecated. use getProcessTemplateLink (WfTemplateObject) instead |
ProcessStepTemplateLink |
WfDefinerService.getProcessStepTemplateLink(WfTemplateObject step)
Returns the link between a node template and the containing process template. |
WfTemplateObject |
WfDefinerService.removeStepTemplate(WfTemplateObject step_def)
Removes step template from its containing process. |
static ObjectReference |
WfDefinerHelper.getParentLinkRef(WfTemplateObject object)
|
static void |
WfDefinerHelper.setParentLinkRef(WfTemplateObject object,
ProcessStepTemplateLink link)
|
void |
WfBlockTemplate.copyAttributes(WfTemplateObject template)
Copies all attributes into the template object passed as argument. |
protected void |
WfAssignedActivityTemplate.copyAttributes(WfTemplateObject template)
Copies all attributes into the template object passed as argument. |
protected void |
WfApplRobotTemplate.copyAttributes(WfTemplateObject template)
Copies all attributes into the template object passed as argument. |
protected void |
WfAdHocActivityTemplate.copyAttributes(WfTemplateObject template)
Copies all attributes into the template object passed as argument. |
void |
VariableDefect.setNode(WfTemplateObject a_Node)
Sets the value of the attribute: node; Node where the defect occurred. |
WfTemplateObject |
StandardWfDefinerService.addStepTemplate(WfContainerTemplate process_def,
WfTemplateObject step)
Adds an activity step to an existing process template. |
WfTemplateObject |
StandardWfDefinerService.copyTemplateObject(WfTemplateObject template,
String copyName)
Produces a copy of the template object and persists it with the name passed as argument. |
WfTemplateObject |
StandardWfDefinerService.copyTemplateObject(WfTemplateObject template,
String copyName,
WTContainerRef context_ref)
Produces a copy of the template object and persists it with the name passed as argument. |
WfExpression |
StandardWfDefinerService.createTransitionExpression(WfTemplateObject template,
Object transition)
Deprecated. Use instead PersistenceHelper.manager.save (WfExpression.newWfExpression (node, transition)) |
void |
StandardWfDefinerService.deleteExpression(WfTemplateObject template,
Object event)
Supported API: false |
ProcessStepTemplateLink |
StandardWfDefinerService.getProcessStepTemplateLink(WfContainerTemplate process_def,
WfTemplateObject step)
Deprecated. use getProcessTemplateLink (WfTemplateObject) instead |
ProcessStepTemplateLink |
StandardWfDefinerService.getProcessStepTemplateLink(WfTemplateObject step)
Returns the link between a node template and the containing process template. |
WfTemplateObject |
StandardWfDefinerService.removeStepTemplate(WfTemplateObject step_def)
Removes step template from its containing process. |
private WfTemplateObject |
StandardWfDefinerService.deleteProcessStepTemplateLink(WfTemplateObject step)
Deletes the process step template link from the node if it exists. |
private void |
StandardWfDefinerService.deleteExpressions(WfTemplateObject template)
Deletes all expressions associated with the given object template. |
protected WfContainerTemplateReference |
StandardWfDefinerService.getParentProcessTemplate(WfTemplateObject template)
|
void |
ProcessStepTemplateLink.setStep(WfTemplateObject step)
Sets the object for the association that plays role: STEP_ROLE. |
static ProcessStepTemplateLink |
ProcessStepTemplateLink.newProcessStepTemplateLink(WfContainerTemplate process,
WfTemplateObject step)
Default factory for the class. |
protected void |
ProcessStepTemplateLink.initialize(WfContainerTemplate process,
WfTemplateObject step)
|
private DataFlowDefect |
ProcessStepTemplateLink.createDefect(WfTemplateObject node,
String source,
String destination,
DataFlowDefectType defect_type)
Creates a data flow defect given its node, source destination and type. |
private static WfTemplateObject |
LoadWorkflow.setWfTemplateObjectAttributes(WfTemplateObject wfTemplateObject,
WfContainerTemplateEditor containerEditor)
|
void |
EventDefect.setNode(WfTemplateObject a_Node)
Sets the value of the attribute: node; Node where the defect occurred. |
void |
DataFlowDefect.setNode(WfTemplateObject a_Node)
Sets the value of the attribute: node; Node where the defect occurred. |
Uses of WfTemplateObject in wt.workflow.engine |
Methods in wt.workflow.engine with parameters of type WfTemplateObject | |
WfProcess |
WfEngineServiceFwd.createAdHocProcess(WfTemplateObject template,
Object team_spec)
Deprecated. use method with WTContainerRef |
WfProcess |
WfEngineServiceFwd.createAdHocProcess(WfTemplateObject template,
Object team_spec,
WTContainerRef context_ref)
Creates a process given a template object that can be a process template, a block template or an activity template. |
WfProcess |
WfEngineService.createAdHocProcess(WfTemplateObject template,
Object team_spec)
Deprecated. use method with WTContainerRef |
WfProcess |
WfEngineService.createAdHocProcess(WfTemplateObject template,
Object team_spec,
WTContainerRef context_ref)
Creates a process given a template object that can be a process template, a block template or an activity template. |
WfProcess |
StandardWfEngineService.createAdHocProcess(WfTemplateObject template,
Object team_spec)
Deprecated. use method with WTContainerRef |
WfProcess |
StandardWfEngineService.createAdHocProcess(WfTemplateObject template,
Object team_spec,
WTContainerRef context_ref)
Creates a process given a template object that can be a process template, a block template or an activity template. |
private static Enumeration |
StandardWfEngineService.resolveAssignment(WfProcess process,
WfTemplateObject template)
Resolves the roles of the overdue notification list into a vector of principals. |
private WfBlockTemplate |
StandardWfEngineService.createAdHocBlock(WfTemplateObject template,
WTContainerRef context_ref)
Creates a block template given an activity template. |
WfProcess |
WfEngineServiceFwd.createAdHocProcess(WfTemplateObject template,
Object team_spec)
Deprecated. use method with WTContainerRef |
WfProcess |
WfEngineServiceFwd.createAdHocProcess(WfTemplateObject template,
Object team_spec,
WTContainerRef context_ref)
Creates a process given a template object that can be a process template, a block template or an activity template. |
WfProcess |
WfEngineService.createAdHocProcess(WfTemplateObject template,
Object team_spec)
Deprecated. use method with WTContainerRef |
WfProcess |
WfEngineService.createAdHocProcess(WfTemplateObject template,
Object team_spec,
WTContainerRef context_ref)
Creates a process given a template object that can be a process template, a block template or an activity template. |
WfProcess |
StandardWfEngineService.createAdHocProcess(WfTemplateObject template,
Object team_spec)
Deprecated. use method with WTContainerRef |
WfProcess |
StandardWfEngineService.createAdHocProcess(WfTemplateObject template,
Object team_spec,
WTContainerRef context_ref)
Creates a process given a template object that can be a process template, a block template or an activity template. |
private static Enumeration |
StandardWfEngineService.resolveAssignment(WfProcess process,
WfTemplateObject template)
Resolves the roles of the overdue notification list into a vector of principals. |
private WfBlockTemplate |
StandardWfEngineService.createAdHocBlock(WfTemplateObject template,
WTContainerRef context_ref)
Creates a block template given an activity template. |
Uses of WfTemplateObject in wt.workflow.work |
Fields in wt.workflow.work declared as WfTemplateObject | |
private WfTemplateObject |
ProcessManagerProcessor.processTemplate
|
Methods in wt.workflow.work that return WfTemplateObject | |
private WfTemplateObject |
ProcessManagerProcessor.getProcessTemplate()
Gets the Process Template. |
Methods in wt.workflow.work with parameters of type WfTemplateObject | |
private void |
ProcessManagerProcessor.setProcessTemplate(WfTemplateObject template)
Sets the process template. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |