|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessDataInfo | |
wt.clients.workflow.definer | |
wt.projmgmt.execution | |
wt.team | |
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. |
Uses of ProcessDataInfo in wt.clients.workflow.definer |
Fields in wt.clients.workflow.definer declared as ProcessDataInfo | |
(package private) ProcessDataInfo |
WfTemplateObjectVariables.dataInfo
|
(package private) ProcessDataInfo |
WfTemplateObjectVariables.originalDataInfo
|
(package private) ProcessDataInfo |
WfProxyTemplateVariables.dataInfo
|
(package private) ProcessDataInfo |
WfInternalMethodTemplatePanel.data_info
|
(package private) ProcessDataInfo |
VariableDialog.dataInfo
|
(package private) ProcessDataInfo |
VariableDialog.processDataInfo
|
Methods in wt.clients.workflow.definer that return ProcessDataInfo | |
(package private) ProcessDataInfo |
WfTemplateObjectEditor.getContextSignature()
|
(package private) ProcessDataInfo |
WfBlockTemplateEditor.getContextSignature()
|
Uses of ProcessDataInfo in wt.projmgmt.execution |
Methods in wt.projmgmt.execution that return ProcessDataInfo | |
static ProcessDataInfo |
ProjExecHelper.getVariableSignature()
Returns basic variablesignature data for the creation of execution object. |
Uses of ProcessDataInfo in wt.team |
Methods in wt.team with parameters of type ProcessDataInfo | |
boolean |
MigrateProjectToTeamObject.updateContextSignature(ProcessDataInfo ctxSig)
|
PreparedStatement |
MigrateProjectToTeamObject.updateWTO(String oid,
ProcessDataInfo pDataInfo,
String table)
Update the WfTemplateObject's ProcessDataInfo CONTEXTSIGNATURE attribute. |
boolean |
MigrateProjectToTeamObject.updateContextSignature(ProcessDataInfo ctxSig)
|
PreparedStatement |
MigrateProjectToTeamObject.updateWTO(String oid,
ProcessDataInfo pDataInfo,
String table)
Update the WfTemplateObject's ProcessDataInfo CONTEXTSIGNATURE attribute. |
Uses of ProcessDataInfo in wt.workflow.definer |
Fields in wt.workflow.definer declared as ProcessDataInfo | |
private ProcessDataInfo |
WfTemplateObject.contextSignature
|
Methods in wt.workflow.definer that return ProcessDataInfo | |
ProcessDataInfo |
WfTemplateObject.getContextSignature()
Gets the value of the attribute: CONTEXT_SIGNATURE. |
ProcessDataInfo |
WfSynchRobotTemplate.getContextSignature()
Returns context signature of the robot template. |
ProcessDataInfo |
WfProxyTemplate.getContextSignature()
Returns the target template's context signature. |
ProcessDataInfo |
WfExprRobotTemplate.getContextSignature()
Returns context signature of the robot template. |
protected ProcessDataInfo |
WfExpression.getContextSignature()
Returns the contextSignature (ProcessDataInfo object) of the associated template if this is not a connector. |
ProcessDataInfo |
WfBlockTemplate.getContextSignature()
Returns parent process' context signature if it exists; or its own if block is stand-alone. |
ProcessDataInfo |
WfApplRobotTemplate.getContextSignature()
Returns context signature of the robot template. |
static ProcessDataInfo |
ProcessDataInfo.newProcessDataInfo()
No-arg constructor. |
ProcessDataInfo |
ProcessDataInfo.copy()
Produces a copy of the current object. |
Methods in wt.workflow.definer with parameters of type ProcessDataInfo | |
void |
WfTemplateObject.setContextSignature(ProcessDataInfo a_ContextSignature)
Sets the value of the attribute: CONTEXT_SIGNATURE. |
WfExpression |
WfExpression.compile(ProcessDataInfo signature)
Compiles expression with the given context signature. |
protected String |
WfExpression.getExprMethod(ProcessDataInfo signature)
Returns a String containing the code for the expression method. |
protected String |
WfExpression.getMethods(ObjectReference template_ref,
ProcessDataInfo signature)
Returns a String containing the code for all methods associated with the given template (given its reference). |
private String |
WfExpression.getImportStmts(ProcessDataInfo signature)
Returns String containing the import statements. |
private void |
WfExpression.createFile(ProcessDataInfo signature)
Creates and writes expression file. |
private String |
WfExpression.getVariableAssignment(ProcessDataInfo signature)
Returns String containing assignments of the input argument elements to local variables. |
private String |
WfExpression.getContextAssignment(ProcessDataInfo signature)
Returns a String containing assignments of the local variables to input argument elements. |
private String |
WfExpression.getRouterMethod(ProcessDataInfo signature)
Returns the execution method for router expressions. |
private String |
WfExpression.getSynchMethod(ProcessDataInfo signature)
Returns the execution method for synchronization expressions. |
private String |
WfExpression.getWorkMethod(ProcessDataInfo signature)
Returns the execution method for expressions that have as input only the object's context. |
WfExpression |
WfDefinerServiceFwd.compileExpression(WfExpression expression,
ProcessDataInfo signature)
Compiles the expression passed as argument with the given signature. |
WfExpression |
WfDefinerService.compileExpression(WfExpression expression,
ProcessDataInfo signature)
Compiles the expression passed as argument with the given signature. |
void |
WfBlockTemplate.setContextSignature(ProcessDataInfo sign)
If the block template is nested, nothing happens; otherwise signature is set to the one passed as argument. |
WfExpression |
StandardWfDefinerService.compileExpression(WfExpression expression,
ProcessDataInfo signature)
Compiles the expression passed as argument with the given signature. |
protected boolean |
ProcessDataInfo.readVersion(ProcessDataInfo thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
Uses of ProcessDataInfo in wt.workflow.engine |
Methods in wt.workflow.engine with parameters of type ProcessDataInfo | |
static ProcessData |
ProcessData.newProcessData(ProcessDataInfo data_info)
Constructs a process data object from the ProcessDataInfo object passed as argument.. |
protected void |
ProcessData.initialize(ProcessDataInfo data_info)
Supports initialization, following construction of an instance. |
void |
ProcessData.reset(ProcessDataInfo data_info)
Resets the values to the object. |
static ProcessData |
ProcessData.newProcessData(ProcessDataInfo data_info)
Constructs a process data object from the ProcessDataInfo object passed as argument.. |
protected void |
ProcessData.initialize(ProcessDataInfo data_info)
Supports initialization, following construction of an instance. |
void |
ProcessData.reset(ProcessDataInfo data_info)
Resets the values to the object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |