|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WfProcessTemplate | |
com.ptc.netmarkets.templates | |
wt.clients.workflow.definer | |
wt.clients.workflow.initiate | |
wt.clients.workflow.util | |
wt.ixb.handlers.netmarkets | |
wt.lifecycle | |
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 WfProcessTemplate in com.ptc.netmarkets.templates |
Methods in com.ptc.netmarkets.templates with parameters of type WfProcessTemplate | |
ArrayList |
StandardNmTemplatesService.getWorkflowRowData(WfProcessTemplate workflow,
Locale locale)
Supported API: false |
ArrayList |
NmTemplatesServiceFwd.getWorkflowRowData(WfProcessTemplate workflow,
Locale locale)
Supported API: false |
ArrayList |
NmTemplatesService.getWorkflowRowData(WfProcessTemplate workflow,
Locale locale)
Supported API: false |
Uses of WfProcessTemplate in wt.clients.workflow.definer |
Fields in wt.clients.workflow.definer declared as WfProcessTemplate | |
private WfProcessTemplate |
UsageFrame.wfProcessTemplate
|
Methods in wt.clients.workflow.definer that return WfProcessTemplate | |
WfProcessTemplate |
WfTemplateEditor.getParentTemplate()
Returns the parent template. |
protected WfProcessTemplate |
WfProcessTemplateEditor.newWfProcessTemplate()
|
static WfProcessTemplate |
Server.getTemplate(String name,
String oid)
|
static WfProcessTemplate |
Server.getTemplate(String name,
WTContainerRef context_ref)
|
static WfProcessTemplate |
Server.getTemplate(String name,
WTContainerRef context_ref,
Boolean enabled)
|
(package private) WfProcessTemplate |
ProcessInfo.getWfProcessTemplate()
Get the Process Template for this info file |
WfProcessTemplate |
FindProcessTemplate.getWfProcessTemplate()
|
Methods in wt.clients.workflow.definer with parameters of type WfProcessTemplate | |
WfNodeTemplate |
WfTemplateEditor.newWfTemplate(WfProcessTemplate process)
Creates a new node template. |
void |
WfTemplateEditor.populateWfTemplate(WfNodeTemplate node,
WfProcessTemplate process)
Populate the Editor with the WfNodeTemplate it should reference. |
private boolean |
WfProcessTemplateTaskDelegate.isModifyAllowed(WfProcessTemplate process)
|
private static void |
SetConfiguration.showProcessTemplate(WfProcessTemplate template)
|
static ProcessInfo |
Server.getProcessInfo(WfProcessTemplate template)
|
static ProcessInfo |
Server.getProcessInfo(WfProcessTemplate template,
String cabinet)
|
void |
ProcessEditor.TemplateTable.addTemplate(WfProcessTemplate template)
|
void |
ProcessEditor.TemplateTable.updateTemplate(WfProcessTemplate template)
|
void |
ProcessEditor.TemplateTable.removeTemplate(WfProcessTemplate template)
|
Uses of WfProcessTemplate in wt.clients.workflow.initiate |
Fields in wt.clients.workflow.initiate declared as WfProcessTemplate | |
(package private) WfProcessTemplate |
InitiateWorkflowApplet.myTemplate
|
Methods in wt.clients.workflow.initiate that return WfProcessTemplate | |
static WfProcessTemplate |
InitiateHelper.getProcessTemplate(String templateOID)
|
Methods in wt.clients.workflow.initiate with parameters of type WfProcessTemplate | |
static WfProcess |
InitiateHelper.createProcess(WfProcessTemplate processTemplate,
ProjectReference projectReference,
WTContainerRef context_ref)
|
static WfProcess |
InitiateHelper.createProcess(WfProcessTemplate processTemplate,
TeamTemplateReference tTR,
WTContainerRef context_ref)
|
Uses of WfProcessTemplate in wt.clients.workflow.util |
Methods in wt.clients.workflow.util that return WfProcessTemplate | |
WfProcessTemplate |
ChooseProcessTemplateDialog.getChoosenProcessTemplate()
|
Uses of WfProcessTemplate in wt.ixb.handlers.netmarkets |
Methods in wt.ixb.handlers.netmarkets that return WfProcessTemplate | |
static WfProcessTemplate |
WfLoadUtils.setProcessTemplateAttributes(IxbElement elem,
WfProcessTemplate pt,
WfProcessTemplateEditor pe)
This method expects to recieve the WfTemplateObject info. |
Methods in wt.ixb.handlers.netmarkets with parameters of type WfProcessTemplate | |
static WfProcessTemplate |
WfLoadUtils.setProcessTemplateAttributes(IxbElement elem,
WfProcessTemplate pt,
WfProcessTemplateEditor pe)
This method expects to recieve the WfTemplateObject info. |
Uses of WfProcessTemplate in wt.lifecycle |
Methods in wt.lifecycle with parameters of type WfProcessTemplate | |
QueryResult |
StandardLifeCycleService.whereUsed(WfProcessTemplate template)
Given a WfProcessTemplate, return a QueryResult containing all PhaseTemplate objects that use it Supported API: false |
QueryResult |
LifeCycleServiceSvr.whereUsed(WfProcessTemplate template)
Given a WfProcessTemplate, return a QueryResult containing all PhaseTemplate objects that use it Supported API: false |
QueryResult |
StandardLifeCycleService.whereUsed(WfProcessTemplate template)
Given a WfProcessTemplate, return a QueryResult containing all PhaseTemplate objects that use it Supported API: false |
QueryResult |
LifeCycleServiceSvr.whereUsed(WfProcessTemplate template)
Given a WfProcessTemplate, return a QueryResult containing all PhaseTemplate objects that use it Supported API: false |
Uses of WfProcessTemplate in wt.workflow.definer |
Methods in wt.workflow.definer that return WfProcessTemplate | |
WfProcessTemplate |
WfProxyTemplate.getTargetTemplate()
Returns the WfTemplateObject that is not a proxy that the proxy is referring to. |
WfProcessTemplate |
WfProcessTemplateMaster.getProcessTemplate()
Returns a specific iteration of a process template. |
static WfProcessTemplate |
WfProcessTemplate.newWfProcessTemplate()
Deprecated. activities created with this constructor are placed in the classic container. |
static WfProcessTemplate |
WfProcessTemplate.newWfProcessTemplate(WTContainerRef context_ref)
Supported API: false |
WfProcessTemplate |
WfProcessTemplate.getProcessTemplate()
Returns a specific iteration of a process template. |
WfProcessTemplate |
WfProcessDefinition.getProcessTemplate()
Returns a specific iteration of a process template. |
private static WfProcessTemplate |
WfDefinitionHandler.validateProcessTemplate(WfProcessTemplate pt)
|
private static WfProcessTemplate |
WfDefinitionDefaultDelegate.validateProcessTemplate(WfProcessTemplate pt)
|
WfProcessTemplate |
WfDefinerServiceFwd.getLatestIteration(WfProcessTemplateMaster master)
Given a WfProcessTemplateMaster, return the latest iteration (WfProcessTemplate) Supported API: false |
WfProcessTemplate |
WfDefinerServiceFwd.saveProcessTemplate(WfProcessTemplate process_def)
Saves a process template in the database. |
WfProcessTemplate |
WfDefinerServiceFwd.saveProcessTemplate(WfProcessTemplate process_def,
WTContainerRef context_ref)
Saves a process template in the database. |
WfProcessTemplate |
WfDefinerService.getLatestIteration(WfProcessTemplateMaster master)
Given a WfProcessTemplateMaster, return the latest iteration (WfProcessTemplate) Supported API: false |
WfProcessTemplate |
WfDefinerService.saveProcessTemplate(WfProcessTemplate process_def)
Saves a process template in the database. |
WfProcessTemplate |
WfDefinerService.saveProcessTemplate(WfProcessTemplate process_def,
WTContainerRef context_ref)
Saves a process template in the database. |
WfProcessTemplate |
WfBlockTemplate.getParentProcess()
Returns the innermost process template that owns the block. |
WfProcessTemplate |
StandardWfDefinerService.getLatestIteration(WfProcessTemplateMaster master)
Given a WfProcessTemplateMaster, return the latest iteration (WfProcessTemplate) Supported API: false |
WfProcessTemplate |
StandardWfDefinerService.saveProcessTemplate(WfProcessTemplate process_def)
Saves a process template in the database. |
WfProcessTemplate |
StandardWfDefinerService.saveProcessTemplate(WfProcessTemplate process_def,
WTContainerRef context_ref)
Saves a process template in the database. |
Methods in wt.workflow.definer with parameters of type WfProcessTemplate | |
static WfProcessTemplateReference |
WfProcessTemplateReference.newWfProcessTemplateReference(WfProcessTemplate template)
Constructs a process template reference given a process template. |
protected void |
WfProcessTemplateReference.initialize(WfProcessTemplate template)
Supports initialization, following construction of an instance. |
protected boolean |
WfProcessTemplate.readVersion(WfProcessTemplate 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.stringWfProcessTemplate(WfProcessTemplate template)
|
protected static StringBuffer |
WfExportImportHandler.exportTemplateAsStringBuffer(WfProcessTemplate template,
StringBuffer buf)
|
private static void |
WfDefinitionHandler.removeProcessTemplate(WfProcessTemplate aWfProcessTemplate)
Removes process template |
private static WfProcessTemplate |
WfDefinitionHandler.validateProcessTemplate(WfProcessTemplate pt)
|
private static void |
WfDefinitionDefaultDelegate.removeProcessTemplate(WfProcessTemplate aWfProcessTemplate)
Removes process template |
private static WfProcessTemplate |
WfDefinitionDefaultDelegate.validateProcessTemplate(WfProcessTemplate pt)
|
void |
WfDefinerServiceFwd.deleteProcessTemplate(WfProcessTemplate process_def)
Deletes process template passed as argument. |
Enumeration |
WfDefinerServiceFwd.getDirectlyUsedByTemplates(WfProcessTemplate template)
Returns all process templates that directly uses the process template passed as argument. |
Enumeration |
WfDefinerServiceFwd.getDirectlyUsedTemplates(WfProcessTemplate template)
Returns all process templates that are directly used in the process template passed as argument. |
Enumeration |
WfDefinerServiceFwd.getUsedByTemplates(WfProcessTemplate template)
Returns all process templates that uses the process template passed as argument. |
Enumeration |
WfDefinerServiceFwd.getUsedTemplates(WfProcessTemplate template)
Returns all process templates that are used in the process template passed as argument. |
WfProcessTemplate |
WfDefinerServiceFwd.saveProcessTemplate(WfProcessTemplate process_def)
Saves a process template in the database. |
WfProcessTemplate |
WfDefinerServiceFwd.saveProcessTemplate(WfProcessTemplate process_def,
WTContainerRef context_ref)
Saves a process template in the database. |
Vector |
WfDefinerServiceFwd.verifyTemplate(WfProcessTemplate process_def,
boolean recurse)
Returns a report of defects in the process template. |
void |
WfDefinerService.deleteProcessTemplate(WfProcessTemplate process_def)
Deletes process template passed as argument. |
Enumeration |
WfDefinerService.getDirectlyUsedByTemplates(WfProcessTemplate template)
Returns all process templates that directly uses the process template passed as argument. |
Enumeration |
WfDefinerService.getDirectlyUsedTemplates(WfProcessTemplate template)
Returns all process templates that are directly used in the process template passed as argument. |
Enumeration |
WfDefinerService.getUsedByTemplates(WfProcessTemplate template)
Returns all process templates that uses the process template passed as argument. |
Enumeration |
WfDefinerService.getUsedTemplates(WfProcessTemplate template)
Returns all process templates that are used in the process template passed as argument. |
WfProcessTemplate |
WfDefinerService.saveProcessTemplate(WfProcessTemplate process_def)
Saves a process template in the database. |
WfProcessTemplate |
WfDefinerService.saveProcessTemplate(WfProcessTemplate process_def,
WTContainerRef context_ref)
Saves a process template in the database. |
Vector |
WfDefinerService.verifyTemplate(WfProcessTemplate process_def,
boolean recurse)
Returns a report of defects in the process template. |
static StringBuffer |
WfDefinerHelper.exportTemplateAsCsvStringBuffer(WfProcessTemplate template,
StringBuffer buff)
|
void |
StandardWfDefinerService.deleteProcessTemplate(WfProcessTemplate process_def)
Deletes process template passed as argument. |
Enumeration |
StandardWfDefinerService.getDirectlyUsedByTemplates(WfProcessTemplate template)
Returns all process templates that directly uses the process template passed as argument. |
Enumeration |
StandardWfDefinerService.getDirectlyUsedTemplates(WfProcessTemplate template)
Returns all process templates that are directly used in the process template passed as argument. |
Enumeration |
StandardWfDefinerService.getUsedByTemplates(WfProcessTemplate template)
Returns all process templates that uses the process template passed as argument. |
Enumeration |
StandardWfDefinerService.getUsedTemplates(WfProcessTemplate template)
Returns all process templates that are used in the process template passed as argument. |
WfProcessTemplate |
StandardWfDefinerService.saveProcessTemplate(WfProcessTemplate process_def)
Saves a process template in the database. |
WfProcessTemplate |
StandardWfDefinerService.saveProcessTemplate(WfProcessTemplate process_def,
WTContainerRef context_ref)
Saves a process template in the database. |
Vector |
StandardWfDefinerService.verifyTemplate(WfProcessTemplate process_def,
boolean recurse)
Returns a report of defects in the process template. |
private void |
StandardWfDefinerService.checkFolder(WfProcessTemplate process_template)
Throws exception if process template is not in the personal cabinet or in the system cabinet |
protected QueryResult |
StandardWfDefinerService.getCurrentDirectlyUsedBy(WfProcessTemplate template)
Returns all process templates that directly uses the process template passed as argument as a current proxy. |
protected QueryResult |
StandardWfDefinerService.getLatestDirectlyUsedBy(WfProcessTemplate template)
Returns all process templates that directly uses the process template passed as argument as a latest proxy. |
boolean |
StandardWfDefinerService.isSafeToDelete(WfProcessTemplate template)
Returns whether the process template is not used by another and can be safely deleted. |
static MasterIteration |
MasterIteration.newMasterIteration(WfProcessTemplateMaster master,
WfProcessTemplate iteration)
Default factory for the class. |
Uses of WfProcessTemplate in wt.workflow.engine |
Methods in wt.workflow.engine with parameters of type WfProcessTemplate | |
Enumeration |
WfEngineServiceFwd.getProcesses(WfProcessTemplate template,
WfState state)
Returns all processes instantianted from a given template that are in a given state. |
HashMap |
WfEngineServiceFwd.getProcessNodeDueDates(WfProcessTemplate pt)
Returns a HashMap. |
WfRequesterActivity |
WfEngineServiceFwd.createNestedProcess(WfProcessTemplate template,
WfContainer container)
Creates an activity requester and an associated process from the template. |
HashMap |
WfEngineServiceFwd.getProcessNodeInstructions(WfProcessTemplate processTemplate)
Returns a HashMap. |
HashMap |
WfEngineServiceFwd.getProcessNodeDurations(WfProcessTemplate pt)
Returns a HashMap. |
HashMap |
WfEngineServiceFwd.getProcessNodeNotifications(WfProcessTemplate pt)
Returns a HashMap. |
Enumeration |
WfEngineService.getProcesses(WfProcessTemplate template,
WfState state)
Returns all processes instantianted from a given template that are in a given state. |
HashMap |
WfEngineService.getProcessNodeDueDates(WfProcessTemplate pt)
Returns a HashMap. |
WfRequesterActivity |
WfEngineService.createNestedProcess(WfProcessTemplate template,
WfContainer container)
Creates an activity requester and an associated process from the template. |
HashMap |
WfEngineService.getProcessNodeInstructions(WfProcessTemplate processTemplate)
Returns a HashMap. |
HashMap |
WfEngineService.getProcessNodeDurations(WfProcessTemplate pt)
Returns a HashMap. |
HashMap |
WfEngineService.getProcessNodeNotifications(WfProcessTemplate pt)
Returns a HashMap. |
Enumeration |
StandardWfEngineService.getProcesses(WfProcessTemplate template,
WfState state)
Returns all processes instantianted from a given template that are in a given state. |
HashMap |
StandardWfEngineService.getProcessNodeDueDates(WfProcessTemplate pt)
Returns a HashMap. |
WfRequesterActivity |
StandardWfEngineService.createNestedProcess(WfProcessTemplate template,
WfContainer container)
Creates an activity requester and an associated process from the template. |
HashMap |
StandardWfEngineService.getProcessNodeInstructions(WfProcessTemplate processTemplate)
Returns a HashMap. |
HashMap |
StandardWfEngineService.getProcessNodeDurations(WfProcessTemplate pt)
Returns a HashMap. |
HashMap |
StandardWfEngineService.getProcessNodeNotifications(WfProcessTemplate pt)
Returns a HashMap. |
Enumeration |
WfEngineServiceFwd.getProcesses(WfProcessTemplate template,
WfState state)
Returns all processes instantianted from a given template that are in a given state. |
HashMap |
WfEngineServiceFwd.getProcessNodeDueDates(WfProcessTemplate pt)
Returns a HashMap. |
WfRequesterActivity |
WfEngineServiceFwd.createNestedProcess(WfProcessTemplate template,
WfContainer container)
Creates an activity requester and an associated process from the template. |
HashMap |
WfEngineServiceFwd.getProcessNodeInstructions(WfProcessTemplate processTemplate)
Returns a HashMap. |
HashMap |
WfEngineServiceFwd.getProcessNodeDurations(WfProcessTemplate pt)
Returns a HashMap. |
HashMap |
WfEngineServiceFwd.getProcessNodeNotifications(WfProcessTemplate pt)
Returns a HashMap. |
Enumeration |
WfEngineService.getProcesses(WfProcessTemplate template,
WfState state)
Returns all processes instantianted from a given template that are in a given state. |
HashMap |
WfEngineService.getProcessNodeDueDates(WfProcessTemplate pt)
Returns a HashMap. |
WfRequesterActivity |
WfEngineService.createNestedProcess(WfProcessTemplate template,
WfContainer container)
Creates an activity requester and an associated process from the template. |
HashMap |
WfEngineService.getProcessNodeInstructions(WfProcessTemplate processTemplate)
Returns a HashMap. |
HashMap |
WfEngineService.getProcessNodeDurations(WfProcessTemplate pt)
Returns a HashMap. |
HashMap |
WfEngineService.getProcessNodeNotifications(WfProcessTemplate pt)
Returns a HashMap. |
Enumeration |
StandardWfEngineService.getProcesses(WfProcessTemplate template,
WfState state)
Returns all processes instantianted from a given template that are in a given state. |
HashMap |
StandardWfEngineService.getProcessNodeDueDates(WfProcessTemplate pt)
Returns a HashMap. |
WfRequesterActivity |
StandardWfEngineService.createNestedProcess(WfProcessTemplate template,
WfContainer container)
Creates an activity requester and an associated process from the template. |
HashMap |
StandardWfEngineService.getProcessNodeInstructions(WfProcessTemplate processTemplate)
Returns a HashMap. |
HashMap |
StandardWfEngineService.getProcessNodeDurations(WfProcessTemplate pt)
Returns a HashMap. |
HashMap |
StandardWfEngineService.getProcessNodeNotifications(WfProcessTemplate pt)
Returns a HashMap. |
Uses of WfProcessTemplate in wt.workflow.work |
Fields in wt.workflow.work declared as WfProcessTemplate | |
WfProcessTemplate |
InitiateWorkflowProcessor.myProcessTemplate
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |