|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WfVariableInfo | |
com.ptc.netmarkets.work | |
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. |
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 WfVariableInfo in com.ptc.netmarkets.work |
Fields in com.ptc.netmarkets.work declared as WfVariableInfo | |
private WfVariableInfo[] |
NmWorkItem.variableInfo
|
private WfVariableInfo[] |
NmActivityVariablesBean.variableInfo
|
Methods in com.ptc.netmarkets.work that return WfVariableInfo | |
WfVariableInfo[] |
NmWorkItem.getVariableInfo()
Gets the value of the attribute: variableInfo. |
WfVariableInfo[] |
NmActivityVariablesBean.getVariableInfo()
Gets the value of the attribute: variableInfo. |
Methods in com.ptc.netmarkets.work with parameters of type WfVariableInfo | |
static String |
NmWorkItemCommands.formatToHtml(ProcessData context,
String variableName,
WfVariableInfo variableInfo)
Method used to get values of String instructions. |
void |
NmWorkItem.setVariableInfo(WfVariableInfo[] a_VariableInfo)
Sets the value of the attribute: variableInfo. |
void |
NmActivityVariablesBean.setVariableInfo(WfVariableInfo[] a_VariableInfo)
Sets the value of the attribute: variableInfo. |
Uses of WfVariableInfo in wt.clients.workflow.definer |
Fields in wt.clients.workflow.definer declared as WfVariableInfo | |
(package private) WfVariableInfo[] |
WfURLTemplatePanel.variables
|
(package private) WfVariableInfo[] |
WfInternalMethodTemplateSpec.variableList
Deprecated. |
(package private) WfVariableInfo |
VariableDialog.variableInfo
|
Methods in wt.clients.workflow.definer that return WfVariableInfo | |
WfVariableInfo |
WfNotifierRecipients.RecipientMultiList.getRecipient(WfVariableInfo var_info)
Returns the assignee of a given variable. |
Methods in wt.clients.workflow.definer with parameters of type WfVariableInfo | |
private String |
WfNotifierRecipients.getFromName(WfVariableInfo var_info)
|
private String |
WfNotifierRecipients.getToName(WfVariableInfo var_info)
|
private String |
WfNotifierRecipients.getToType(WfVariableInfo var_info)
|
WfVariableInfo |
WfNotifierRecipients.RecipientMultiList.getRecipient(WfVariableInfo var_info)
Returns the assignee of a given variable. |
void |
WfNotifierRecipients.RecipientMultiList.addRecipient(WfVariableInfo var_info)
|
private String |
WfAssignedActivityTemplateParticipants.getFromName(WfVariableInfo var_info)
|
private String |
WfAssignedActivityTemplateParticipants.getToName(WfVariableInfo var_info)
|
private String |
WfAssignedActivityTemplateParticipants.getToType(WfVariableInfo var_info)
|
void |
WfAssignedActivityTemplateParticipants.AssigneeMultiList.addAssignee(WfVariableInfo var_info)
|
(package private) void |
VariableDialog.initialize(WfTemplateObjectEditor wf_template_object_editor,
WfVariableInfo variable_info)
|
Uses of WfVariableInfo in wt.workflow.definer |
Fields in wt.workflow.definer declared as WfVariableInfo | |
private WfVariableInfo |
VariableDefect.variable
|
Methods in wt.workflow.definer that return WfVariableInfo | |
static WfVariableInfo |
WfVariableInfo.newWfVariableInfo()
No-arg constructor. |
protected WfVariableInfo |
WfVariableInfo.copy()
Creates a copy of the current variable info. |
WfVariableInfo |
VariableDefect.getVariable()
Gets the value of the attribute: variable; Name of the offending variable. |
WfVariableInfo |
ProcessDataInfo.getVariableInfo(String name)
Returns the variable info object associated with a variable name. |
WfVariableInfo[] |
ProcessDataInfo.getVariableList()
Returns an array of WfVariableInfo containing the variables of the object. |
Methods in wt.workflow.definer with parameters of type WfVariableInfo | |
boolean |
WfVariableMap.addPair(WfVariableInfo src,
WfVariableInfo dest)
Adds a pair to the mapping. |
protected boolean |
WfVariableInfo.readVersion(WfVariableInfo thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
boolean |
WfVariableInfo.isTypeCompatibleWith(WfVariableInfo src_var)
Returns whether the current variable as a destination is "type compatible" with the passed as argument. |
boolean |
WfAssignedActivityTemplate.addVariable(WfVariableInfo variable)
Add variable to the template. |
boolean |
WfAssignedActivityTemplate.removeVariable(WfVariableInfo variable)
Remove variable from the template. |
void |
VariableDefect.setVariable(WfVariableInfo a_Variable)
Sets the value of the attribute: variable; Name of the offending variable. |
boolean |
ProcessDataInfo.addVariableInfo(WfVariableInfo var_info)
Adds a variable info object. |
void |
ProcessDataInfo.addOrReplaceVariableInfo(WfVariableInfo var_info)
Replaces var info in the object with the same name as the one passed as argument. |
Uses of WfVariableInfo in wt.workflow.work |
Constructors in wt.workflow.work with parameters of type WfVariableInfo | |
WfVariableAssignee(WfVariableInfo var_info)
Constructor that takes a variable info as argument. |
Uses of WfVariableInfo in wt.workflow.worklist |
Methods in wt.workflow.worklist with parameters of type WfVariableInfo | |
(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)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |