|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WfVariable | |
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 WfVariable in wt.workflow.definer |
Methods in wt.workflow.definer that return WfVariable | |
WfVariable |
WfVariableInfo.createWfVariable()
Creates a WfVariable object with the same name, type, default value and requiredness. |
Uses of WfVariable in wt.workflow.engine |
Fields in wt.workflow.engine declared as WfVariable | |
private WfVariable[] |
ProcessData.variables
|
private WfVariable[] |
ProcessData.variables
|
Methods in wt.workflow.engine that return WfVariable | |
WfVariable |
WfVariable.copy()
Supported API: false |
static WfVariable |
WfVariable.newWfVariable()
Default factory for the class. |
WfVariable[] |
ProcessData.getVariableList()
Returns an array containing the variables of the ProcessData object. |
WfVariable |
ProcessData.getVariable(String name)
|
WfVariable |
WfVariable.copy()
Supported API: false |
static WfVariable |
WfVariable.newWfVariable()
Default factory for the class. |
WfVariable[] |
ProcessData.getVariableList()
Returns an array containing the variables of the ProcessData object. |
WfVariable |
ProcessData.getVariable(String name)
|
Methods in wt.workflow.engine with parameters of type WfVariable | |
protected boolean |
WfVariable.readVersion(WfVariable thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
private static String |
WfMonitor.varToString(int level,
WfVariable[] variables)
|
void |
ProcessData.setVariables(WfVariable[] vars)
|
protected boolean |
WfVariable.readVersion(WfVariable thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
private static String |
WfMonitor.varToString(int level,
WfVariable[] variables)
|
void |
ProcessData.setVariables(WfVariable[] vars)
|
Uses of WfVariable in wt.workflow.work |
Methods in wt.workflow.work with parameters of type WfVariable | |
private boolean |
StandardWorkflowService.setTaskBasedRights(WorkItem wi,
WTPrincipalReference p_ref,
WfVariable var)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |