|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessData | |
com.ptc.netmarkets.work | |
wt.clients.workflow.initiate | |
wt.pdmlink | |
wt.projmgmt.execution | |
wt.projmgmt.ix | |
wt.team | |
wt.workflow.engine |
Provides workflow classes responsible for the flow of
control and data from an execution point of view. |
wt.workflow.robots |
Provides workflow classes responsible for the execution of
robot activities that are executed without human intervention. |
wt.workflow.work |
Provides workflow classes responsible for managing the work
assigned to individual users. |
wt.workflow.worklist |
Provides workflow classes that construct
the interface for users to view and act on their work items. |
Uses of ProcessData in com.ptc.netmarkets.work |
Fields in com.ptc.netmarkets.work declared as ProcessData | |
private ProcessData |
NmWorkItem.activityContext
|
private ProcessData |
NmActivityVariablesBean.activityContext
|
Methods in com.ptc.netmarkets.work that return ProcessData | |
protected ProcessData |
StandardNmWorkItemService.updateContext(ProcessData myContext,
String name,
String value,
WTContainer myContainer)
Update a context with a new value |
ProcessData |
NmWorkItem.getActivityContext()
Gets the value of the attribute: activityContext. |
ProcessData |
NmActivityVariablesBean.getActivityContext()
Gets the value of the attribute: activityContext. |
Methods in com.ptc.netmarkets.work with parameters of type ProcessData | |
protected ProcessData |
StandardNmWorkItemService.updateContext(ProcessData myContext,
String name,
String value,
WTContainer myContainer)
Update a context with a new value |
static String |
NmWorkItemCommands.formatToHtml(ProcessData context,
String variableName,
WfVariableInfo variableInfo)
Method used to get values of String instructions. |
void |
NmWorkItem.setActivityContext(ProcessData a_ActivityContext)
Sets the value of the attribute: activityContext. |
void |
NmActivityVariablesBean.setActivityContext(ProcessData a_ActivityContext)
Sets the value of the attribute: activityContext. |
Uses of ProcessData in wt.clients.workflow.initiate |
Methods in wt.clients.workflow.initiate that return ProcessData | |
private ProcessData |
InitiateWorkflowApplet.updateWorkflowVariables(ProcessData context)
updateWorkflowVariables iterates through the defined
workflow process variables updating the context with the user's
supplied values. |
Methods in wt.clients.workflow.initiate with parameters of type ProcessData | |
private ProcessData |
InitiateWorkflowApplet.updateWorkflowVariables(ProcessData context)
updateWorkflowVariables iterates through the defined
workflow process variables updating the context with the user's
supplied values. |
static void |
InitiateHelper.startProcess(WfProcess myProcess,
ProcessData myContext)
|
Uses of ProcessData in wt.pdmlink |
Methods in wt.pdmlink with parameters of type ProcessData | |
static void |
ProductIXUtils.setVariableValue(ProcessData context,
String var_name,
Class var_cls,
String val_str,
Importer imp)
|
Uses of ProcessData in wt.projmgmt.execution |
Methods in wt.projmgmt.execution that return ProcessData | |
ProcessData |
SummaryActivity.getContext()
Supported API: false |
ProcessData |
ProjectProxy.getContext()
Returns the referenced project variables. |
ProcessData |
ProjectPlan.getContext()
Supported API: false |
ProcessData |
ProjectActivity.getContext()
Supported API: false |
ProcessData |
Milestone.getContext()
Supported API: false |
Methods in wt.projmgmt.execution with parameters of type ProcessData | |
void |
SummaryActivity.setContext(ProcessData vars)
Supported API: false |
void |
ProjectProxy.setContext(ProcessData vars)
Supported API: false |
void |
ProjectActivity.setContext(ProcessData vars)
Supported API: false |
void |
Milestone.setContext(ProcessData vars)
Supported API: false |
Uses of ProcessData in wt.projmgmt.ix |
Methods in wt.projmgmt.ix with parameters of type ProcessData | |
static void |
ProjMgmtIxUtils.setVariableValue(ProcessData context,
String var_name,
Class var_cls,
String val_str,
Importer imp)
|
Uses of ProcessData in wt.team |
Methods in wt.team with parameters of type ProcessData | |
void |
MigrateProjectToTeamObject.updateRow(long teamId,
long teamTemplateId,
ProcessData context,
String objectId,
String table)
Overloaded updateRow to handle ProcessData object. |
boolean |
MigrateProjectToTeamObject.updateContext(ProcessData ctx)
|
PreparedStatement |
MigrateProjectToTeamObject.updateWEO(String oid,
ProcessData pData,
String table)
Update the WfExecutionObject's ProcessData CONTEXT attribute. |
void |
MigrateProjectToTeamObject.updateRow(long teamId,
long teamTemplateId,
ProcessData context,
String objectId,
String table)
Overloaded updateRow to handle ProcessData object. |
boolean |
MigrateProjectToTeamObject.updateContext(ProcessData ctx)
|
PreparedStatement |
MigrateProjectToTeamObject.updateWEO(String oid,
ProcessData pData,
String table)
Update the WfExecutionObject's ProcessData CONTEXT attribute. |
Uses of ProcessData in wt.workflow.engine |
Fields in wt.workflow.engine declared as ProcessData | |
private ProcessData |
WfExecutionObject.context
|
private ProcessData |
WfDataEventAudit.oldData
|
private ProcessData |
WfDataEventAudit.newData
|
private ProcessData |
WfExecutionObject.context
|
private ProcessData |
WfDataEventAudit.oldData
|
private ProcessData |
WfDataEventAudit.newData
|
Methods in wt.workflow.engine that return ProcessData | |
ProcessData |
WfRequesterActivity.getContext()
Returns context of the performer process. |
ProcessData |
WfExecutionObject.getContext()
Gets the value of the attribute: CONTEXT. |
ProcessData |
WfDataEventAudit.getOldData()
Gets the value of the attribute: OLD_DATA. |
ProcessData |
WfDataEventAudit.getNewData()
Gets the value of the attribute: NEW_DATA. |
ProcessData |
WfBlock.getContext()
Retuns parent process' variables. |
ProcessData |
WfAdHocActivity.getContext()
Returns the performer's context if there is a performer associated with the activity; otherwise, returns the activity's context. |
static ProcessData |
ProcessData.newProcessData(ProcessDataInfo data_info)
Constructs a process data object from the ProcessDataInfo object passed as argument.. |
ProcessData |
ProcessData.copy()
Produces a copy of the ProcessData object. |
ProcessData |
WfRequesterActivity.getContext()
Returns context of the performer process. |
ProcessData |
WfExecutionObject.getContext()
Gets the value of the attribute: CONTEXT. |
ProcessData |
WfDataEventAudit.getOldData()
Gets the value of the attribute: OLD_DATA. |
ProcessData |
WfDataEventAudit.getNewData()
Gets the value of the attribute: NEW_DATA. |
ProcessData |
WfBlock.getContext()
Retuns parent process' variables. |
ProcessData |
WfAdHocActivity.getContext()
Returns the performer's context if there is a performer associated with the activity; otherwise, returns the activity's context. |
static ProcessData |
ProcessData.newProcessData(ProcessDataInfo data_info)
Constructs a process data object from the ProcessDataInfo object passed as argument.. |
ProcessData |
ProcessData.copy()
Produces a copy of the ProcessData object. |
Methods in wt.workflow.engine with parameters of type ProcessData | |
void |
WfRequesterActivity.setContext(ProcessData new_context)
Sets the context of the performer process. |
void |
WfProcessRequester.start(ProcessData input,
long priority)
Starts the process with a given input data. |
WfProcess |
WfProcess.start(ProcessData input,
long priority,
boolean is_immediate)
Deprecated. (as of 7.0) use instead
process.setPriority (priority);
process.start (input, is_immediate, null);
|
WfProcess |
WfProcess.start(ProcessData input,
boolean is_immediate,
WTContainerRef context_ref)
Starts a process with a given input data in the context passed as argument. |
protected void |
WfProcess.setPrimaryBusinessObject(ProcessData input)
Creates the implicit relationship between the process and the primary business object passed as argument. |
void |
WfExecutionObject.setContext(ProcessData a_Context)
Sets the value of the attribute: CONTEXT. |
static void |
WfEventHelper.createDataEvent(WfEventAuditType event_type,
WfExecutionObject exec_obj,
ProcessData old_data,
Role role,
String instructions)
Creates and stores WfDataEventAudit objects. |
void |
WfEngineServiceSvr.changeDataEvent(WfExecutionObject obj,
ProcessData old_data)
Method called in order to emit a change of data event. |
void |
WfEngineServiceSvr.changeResultEvent(WfExecutionObject obj,
ProcessData old_data)
This method is used to communicate that the result of an execution process (mostly activity) was set. |
void |
WfEngineServiceSvr.changeDataEvent(WfExecutionObject obj,
ProcessData old_data,
Role role,
String instructions)
Method called in order to emit a change of data event in an activity. |
WfProcess |
WfEngineServiceFwd.startProcess(WfProcess process,
ProcessData input,
long priority)
Starts a process with given input data and priority. |
WfProcess |
WfEngineServiceFwd.startProcessImmediate(WfProcess process,
ProcessData input,
long priority)
Starts a process with given input data and priority without creation of new thread or queue entries. |
WfProcess |
WfEngineServiceFwd.startProcess(WfProcess process,
ProcessData input,
long priority,
Timestamp start_time,
Timestamp deadline)
Start a process given, in addition to the input data, absolute start time and deadline. |
WfProcess |
WfEngineService.startProcess(WfProcess process,
ProcessData input,
long priority)
Starts a process with given input data and priority. |
WfProcess |
WfEngineService.startProcessImmediate(WfProcess process,
ProcessData input,
long priority)
Starts a process with given input data and priority without creation of new thread or queue entries. |
WfProcess |
WfEngineService.startProcess(WfProcess process,
ProcessData input,
long priority,
Timestamp start_time,
Timestamp deadline)
Start a process given, in addition to the input data, absolute start time and deadline. |
void |
WfDataEventAudit.setOldData(ProcessData a_OldData)
Sets the value of the attribute: OLD_DATA. |
void |
WfDataEventAudit.setNewData(ProcessData a_NewData)
Sets the value of the attribute: NEW_DATA. |
void |
StandardWfEngineService.changeDataEvent(WfExecutionObject obj,
ProcessData old_data)
Method called in order to emit a change of data event. |
void |
StandardWfEngineService.changeResultEvent(WfExecutionObject obj,
ProcessData old_data)
This method is used to communicate that the result of an execution process (mostly activity) was set. |
void |
StandardWfEngineService.changeDataEvent(WfExecutionObject obj,
ProcessData old_data,
Role role,
String instructions)
Method called in order to emit a change of data event in an activity. |
WfProcess |
StandardWfEngineService.startProcess(WfProcess process,
ProcessData input,
long priority)
Starts a process with given input data and priority. |
WfProcess |
StandardWfEngineService.startProcessImmediate(WfProcess process,
ProcessData input,
long priority)
Starts a process with given input data and priority without creation of new thread or queue entries. |
WfProcess |
StandardWfEngineService.startProcess(WfProcess process,
ProcessData input,
long priority,
Timestamp start_time,
Timestamp deadline)
Start a process given, in addition to the input data, absolute start time and deadline. |
protected boolean |
ProcessData.readVersion(ProcessData thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
boolean |
ProcessData.readValues(ProcessData input,
WfVariableMap variable_map)
Initializes values in the process data object. |
boolean |
ProcessData.writeValues(ProcessData output,
WfVariableMap variable_map)
Updates values in the context of a process. |
void |
WfRequesterActivity.setContext(ProcessData new_context)
Sets the context of the performer process. |
void |
WfProcessRequester.start(ProcessData input,
long priority)
Starts the process with a given input data. |
WfProcess |
WfProcess.start(ProcessData input,
long priority,
boolean is_immediate)
Deprecated. (as of 7.0) use instead
process.setPriority (priority);
process.start (input, is_immediate, null);
|
WfProcess |
WfProcess.start(ProcessData input,
boolean is_immediate,
WTContainerRef context_ref)
Starts a process with a given input data in the context passed as argument. |
protected void |
WfProcess.setPrimaryBusinessObject(ProcessData input)
Creates the implicit relationship between the process and the primary business object passed as argument. |
void |
WfExecutionObject.setContext(ProcessData a_Context)
Sets the value of the attribute: CONTEXT. |
static void |
WfEventHelper.createDataEvent(WfEventAuditType event_type,
WfExecutionObject exec_obj,
ProcessData old_data,
Role role,
String instructions)
Creates and stores WfDataEventAudit objects. |
void |
WfEngineServiceSvr.changeDataEvent(WfExecutionObject obj,
ProcessData old_data)
Method called in order to emit a change of data event. |
void |
WfEngineServiceSvr.changeResultEvent(WfExecutionObject obj,
ProcessData old_data)
This method is used to communicate that the result of an execution process (mostly activity) was set. |
void |
WfEngineServiceSvr.changeDataEvent(WfExecutionObject obj,
ProcessData old_data,
Role role,
String instructions)
Method called in order to emit a change of data event in an activity. |
WfProcess |
WfEngineServiceFwd.startProcess(WfProcess process,
ProcessData input,
long priority)
Starts a process with given input data and priority. |
WfProcess |
WfEngineServiceFwd.startProcessImmediate(WfProcess process,
ProcessData input,
long priority)
Starts a process with given input data and priority without creation of new thread or queue entries. |
WfProcess |
WfEngineServiceFwd.startProcess(WfProcess process,
ProcessData input,
long priority,
Timestamp start_time,
Timestamp deadline)
Start a process given, in addition to the input data, absolute start time and deadline. |
WfProcess |
WfEngineService.startProcess(WfProcess process,
ProcessData input,
long priority)
Starts a process with given input data and priority. |
WfProcess |
WfEngineService.startProcessImmediate(WfProcess process,
ProcessData input,
long priority)
Starts a process with given input data and priority without creation of new thread or queue entries. |
WfProcess |
WfEngineService.startProcess(WfProcess process,
ProcessData input,
long priority,
Timestamp start_time,
Timestamp deadline)
Start a process given, in addition to the input data, absolute start time and deadline. |
void |
WfDataEventAudit.setOldData(ProcessData a_OldData)
Sets the value of the attribute: OLD_DATA. |
void |
WfDataEventAudit.setNewData(ProcessData a_NewData)
Sets the value of the attribute: NEW_DATA. |
void |
StandardWfEngineService.changeDataEvent(WfExecutionObject obj,
ProcessData old_data)
Method called in order to emit a change of data event. |
void |
StandardWfEngineService.changeResultEvent(WfExecutionObject obj,
ProcessData old_data)
This method is used to communicate that the result of an execution process (mostly activity) was set. |
void |
StandardWfEngineService.changeDataEvent(WfExecutionObject obj,
ProcessData old_data,
Role role,
String instructions)
Method called in order to emit a change of data event in an activity. |
WfProcess |
StandardWfEngineService.startProcess(WfProcess process,
ProcessData input,
long priority)
Starts a process with given input data and priority. |
WfProcess |
StandardWfEngineService.startProcessImmediate(WfProcess process,
ProcessData input,
long priority)
Starts a process with given input data and priority without creation of new thread or queue entries. |
WfProcess |
StandardWfEngineService.startProcess(WfProcess process,
ProcessData input,
long priority,
Timestamp start_time,
Timestamp deadline)
Start a process given, in addition to the input data, absolute start time and deadline. |
protected boolean |
ProcessData.readVersion(ProcessData thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
boolean |
ProcessData.readValues(ProcessData input,
WfVariableMap variable_map)
Initializes values in the process data object. |
boolean |
ProcessData.writeValues(ProcessData output,
WfVariableMap variable_map)
Updates values in the context of a process. |
Uses of ProcessData in wt.workflow.robots |
Methods in wt.workflow.robots that return ProcessData | |
ProcessData |
WfURLRobot.getContext()
Returns the parent process' variables. |
ProcessData |
WfSynchRobot.getContext()
Returns the parent process' variables. |
ProcessData |
WfExpressionRobot.getContext()
Returns the parent process' variables. |
ProcessData |
WfApplicationRobot.getContext()
Returns the parent process' variables. |
Uses of ProcessData in wt.workflow.work |
Methods in wt.workflow.work that return ProcessData | |
private ProcessData |
StandardWorkflowService.getVariables(ObjectReference exec_obj_ref)
Returns variables associated to execution object referenced by argument. |
Methods in wt.workflow.work with parameters of type ProcessData | |
String |
WorkflowServiceFwd.replaceVariables(String txt,
ProcessData variables)
Utility method that replaces values for variables whenever they occur. |
String |
WorkflowService.replaceVariables(String txt,
ProcessData variables)
Utility method that replaces values for variables whenever they occur. |
String |
WfAssignedActivity.replaceVariables(String txt,
ProcessData variables)
|
private String |
WfAssignedActivity.getValue(ProcessData vars,
String var_name)
|
String |
StandardWorkflowService.replaceVariables(String txt,
ProcessData variables)
Utility method that replaces values for variables whenever they occur. |
private String |
StandardWorkflowService.getValue(ProcessData vars,
String var_name)
|
Uses of ProcessData in wt.workflow.worklist |
Methods in wt.workflow.worklist that return ProcessData | |
protected ProcessData |
WfTaskCompleteProcessor.updateContext(ProcessData myContext,
String name,
String value)
Update a context with a new value |
protected ProcessData |
TaskCompleteDelegate.updateContext(ProcessData myContext,
String name,
String value)
Update a context with a new value |
Methods in wt.workflow.worklist with parameters of type ProcessData | |
(package private) String |
WfTaskProcessor.displayActivityVariableDisplayName(WfVariableInfo wfvInfo,
ProcessData activityContext,
String formatted,
Locale locale)
|
(package private) String |
WfTaskProcessor.displayActivityVariable(WfVariableInfo wfvInfo,
ProcessData activityContext,
String rows,
String columns,
Locale locale)
|
protected ProcessData |
WfTaskCompleteProcessor.updateContext(ProcessData myContext,
String name,
String value)
Update a context with a new value |
protected ProcessData |
TaskCompleteDelegate.updateContext(ProcessData myContext,
String name,
String value)
Update a context with a new value |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |