public class CWorkflowParameter
extends java.lang.Object
The class 'WorkflowEngine' for the use of search
criteria.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ActivatorIdentifier
Search criteria to specify the activator (id)
|
static java.lang.String |
FilterMode
Search criteria to specify the administration mode (0 = Standard, 1 = The
current user is not taken into account)
|
static java.lang.String |
MultipleTransitionToComplete
Search multiple transition criteria
|
static java.lang.String |
SubjectIdentifier
Search criteria to specify a subject of a workflow (id)
|
static java.lang.String |
UserIdentifier
Search criteria to specify a user (id)
|
static java.lang.String |
WorkflowDefinitionIdentifier
Search criteria to specify a workflow (id)
|
static java.lang.String |
WorkflowEngineVersion
Workflow Engine version (0 = the original version, 1 = new optimized
version that do use the participants caches and do no compute everything)
|
static java.lang.String |
WorkflowInstanceIdentifier
Search criteria to specify a instance of a workflow (id)
|
static java.lang.String |
WorkflowInstanceState
Search criteria to specify the state of workflow instance
|
static java.lang.String |
WorkflowRecomputeParticipants
Workflow Instruction to disable recomputing participants
By default the recomputation is done if possible
|
static java.lang.String |
WorkflowStatusIdentifier
Search criteria to specify a instance of a workflow (id)
|
Constructor and Description |
---|
CWorkflowParameter(com.mega.modeling.api.MegaRoot mgobjRoot)
Constructor from a root object
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getProperty(java.lang.String strPropertyId)
Reading a search criteria
|
void |
setProperty(java.lang.String strPropertyId,
java.lang.String strPropertyValue)
Writing a search criteria
|
void |
setPropertyObject(java.lang.String strPropertyId,
com.mega.modeling.api.MegaObject mgobjObject)
Writing a search criteria
|
public static final java.lang.String UserIdentifier
public static final java.lang.String ActivatorIdentifier
public static final java.lang.String SubjectIdentifier
public static final java.lang.String WorkflowDefinitionIdentifier
public static final java.lang.String WorkflowInstanceIdentifier
public static final java.lang.String WorkflowStatusIdentifier
public static final java.lang.String FilterMode
public static final java.lang.String MultipleTransitionToComplete
public static final java.lang.String WorkflowEngineVersion
public static final java.lang.String WorkflowRecomputeParticipants
public static final java.lang.String WorkflowInstanceState
public CWorkflowParameter(com.mega.modeling.api.MegaRoot mgobjRoot)
mgobjRoot
- MegaRootpublic java.lang.Object getProperty(java.lang.String strPropertyId)
strPropertyId
- Identifier of the search criteriapublic void setProperty(java.lang.String strPropertyId, java.lang.String strPropertyValue)
strPropertyId
- Identifier of the search criteriastrPropertyValue
- Value of a search criteriapublic void setPropertyObject(java.lang.String strPropertyId, com.mega.modeling.api.MegaObject mgobjObject)
strPropertyId
- Identifier of the search criteriamgobjObject
- Value of a search criteria