|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ActivityIteratorExpressionBuilder
All methods are returng the object itself to allow stacking method calls on the same object.
Field Summary |
Fields inherited from interface org.enhydra.shark.api.common.FilterBuilder |
ORDER_ASCENDING, ORDER_DESCENDING, SQL_TYPE_ACTIVITY, SQL_TYPE_ASSIGNMENT, SQL_TYPE_EVENT_AUDIT, SQL_TYPE_MANAGER, SQL_TYPE_PROCESS, SQL_TYPE_RESOURCE |
Method Summary | |
WMFilter |
addAcceptedTimeAfter(WMSessionHandle sHandle,
long arg)
Appends condition "activity accepted time > arg" |
WMFilter |
addAcceptedTimeBefore(WMSessionHandle sHandle,
long arg)
Appends condition "activity accepted time < arg" |
WMFilter |
addAcceptedTimeEquals(WMSessionHandle sHandle,
long arg)
Appends condition "activity accepted time == arg" |
WMFilter |
addActivatedTimeAfter(WMSessionHandle sHandle,
long arg)
Appends condition "activity activated time > arg" |
WMFilter |
addActivatedTimeBefore(WMSessionHandle sHandle,
long arg)
Appends condition "activity activated time < arg" |
WMFilter |
addActivatedTimeEquals(WMSessionHandle sHandle,
long arg)
Appends condition "activity activated time == arg" |
WMFilter |
addActivitySetDefId(WMSessionHandle sHandle,
java.lang.String arg)
Appends condition "activity set definition id == arg" |
WMFilter |
addDefinitionId(WMSessionHandle sHandle,
java.lang.String arg)
Appends condition "activity definition id == arg" |
WMFilter |
addDescriptionContains(WMSessionHandle sHandle,
java.lang.String arg)
Appends condition "activity description contains arg" |
WMFilter |
addDescriptionEquals(WMSessionHandle sHandle,
java.lang.String arg)
Appends condition "activity description == arg" |
WMFilter |
addHasAssignmentForUser(WMSessionHandle sHandle,
java.lang.String arg)
|
WMFilter |
addIdEquals(WMSessionHandle sHandle,
java.lang.String arg)
Appends condition "activity id == arg" |
WMFilter |
addIsAccepted(WMSessionHandle sHandle)
Appends condition "activity is accepted" |
WMFilter |
addIsMgrEnabled(WMSessionHandle sHandle)
Appends condition "process manager is enabled" |
WMFilter |
addLastStateTimeAfter(WMSessionHandle sHandle,
long arg)
Appends condition "activity last state time > arg" |
WMFilter |
addLastStateTimeBefore(WMSessionHandle sHandle,
long arg)
Appends condition "activity last state time < arg" |
WMFilter |
addLastStateTimeEquals(WMSessionHandle sHandle,
long arg)
Appends condition "activity last state time == arg" |
WMFilter |
addLimitTimeAfter(WMSessionHandle sHandle,
long arg)
|
WMFilter |
addLimitTimeBefore(WMSessionHandle sHandle,
long arg)
|
WMFilter |
addLimitTimeEquals(WMSessionHandle sHandle,
long arg)
|
WMFilter |
addMgrNameEquals(WMSessionHandle sHandle,
java.lang.String exp)
Appends condition "process manager name == value of exp" |
WMFilter |
addNameEquals(WMSessionHandle sHandle,
java.lang.String arg)
Appends condition "activity name == arg" |
WMFilter |
addPackageIdEquals(WMSessionHandle sHandle,
java.lang.String exp)
Appends condition "process definition id == value of exp" |
WMFilter |
addPriorityEquals(WMSessionHandle sHandle,
int arg)
Appends condition "activity priority == arg" |
WMFilter |
addProcessCreatedTimeAfter(WMSessionHandle sHandle,
long arg)
Appends condition "process created time > value of exp" |
WMFilter |
addProcessCreatedTimeBefore(WMSessionHandle sHandle,
long arg)
Appends condition "process created time < value of exp" |
WMFilter |
addProcessCreatedTimeEquals(WMSessionHandle sHandle,
long arg)
Appends condition "process created time == value of exp" |
WMFilter |
addProcessDefIdEquals(WMSessionHandle sHandle,
java.lang.String exp)
Appends condition "process definition id == value of exp" |
WMFilter |
addProcessDescriptionContains(WMSessionHandle sHandle,
java.lang.String arg)
Appends condition "process description contains value of exp" |
WMFilter |
addProcessDescriptionEquals(WMSessionHandle sHandle,
java.lang.String arg)
Appends condition "process description == value of exp" |
WMFilter |
addProcessIdEquals(WMSessionHandle sHandle,
java.lang.String arg)
Appends condition "process id == value of exp" |
WMFilter |
addProcessLastStateTimeAfter(WMSessionHandle sHandle,
long arg)
Appends condition "process last state time time > value of exp" |
WMFilter |
addProcessLastStateTimeBefore(WMSessionHandle sHandle,
long arg)
Appends condition "process last state time time < value of exp" |
WMFilter |
addProcessLastStateTimeEquals(WMSessionHandle sHandle,
long arg)
Appends condition "process last state time time == value of exp" |
WMFilter |
addProcessLimitTimeAfter(WMSessionHandle sHandle,
long arg)
|
WMFilter |
addProcessLimitTimeBefore(WMSessionHandle sHandle,
long arg)
|
WMFilter |
addProcessLimitTimeEquals(WMSessionHandle sHandle,
long arg)
|
WMFilter |
addProcessNameEquals(WMSessionHandle sHandle,
java.lang.String arg)
Appends condition "process name == value of exp" |
WMFilter |
addProcessPriorityEquals(WMSessionHandle sHandle,
int arg)
Appends condition "process priority == value of exp" |
WMFilter |
addProcessRequesterIdEquals(WMSessionHandle sHandle,
java.lang.String arg)
Appends condition "process requester == value of exp" |
WMFilter |
addProcessStartTimeAfter(WMSessionHandle sHandle,
long arg)
Appends condition "process started time > value of exp" |
WMFilter |
addProcessStartTimeBefore(WMSessionHandle sHandle,
long arg)
Appends condition "process started time < value of exp" |
WMFilter |
addProcessStartTimeEquals(WMSessionHandle sHandle,
long arg)
Appends condition "process started time == value of exp" |
WMFilter |
addProcessStateEquals(WMSessionHandle sHandle,
java.lang.String arg)
Appends condition "process state == value of exp" |
WMFilter |
addProcessStateStartsWith(WMSessionHandle sHandle,
java.lang.String arg)
Appends condition "process state starts with value of exp" |
WMFilter |
addProcessVariableDoubleEquals(WMSessionHandle sHandle,
java.lang.String vName,
double vValue)
Appends condition "process variable vName == vValue" |
WMFilter |
addProcessVariableDoubleGreaterThan(WMSessionHandle sHandle,
java.lang.String vName,
double vValue)
Appends condition "process variable vName > vValue" |
WMFilter |
addProcessVariableDoubleLessThan(WMSessionHandle sHandle,
java.lang.String vName,
double vValue)
Appends condition "process variable vName < vValue" |
WMFilter |
addProcessVariableEquals(WMSessionHandle sHandle,
java.lang.String vName,
java.lang.Object vValue)
Appends condition "process variable vName == vValue" |
WMFilter |
addProcessVariableLongEquals(WMSessionHandle sHandle,
java.lang.String vName,
long vValue)
Appends condition "process variable vName == vValue" |
WMFilter |
addProcessVariableLongGreaterThan(WMSessionHandle sHandle,
java.lang.String vName,
long vValue)
Appends condition "process variable vName > vValue" |
WMFilter |
addProcessVariableLongLessThan(WMSessionHandle sHandle,
java.lang.String vName,
long vValue)
Appends condition "process variable vName < vValue" |
WMFilter |
addProcessVariableStringEquals(WMSessionHandle sHandle,
java.lang.String vName,
java.lang.String vValue)
Appends condition "process variable vName == vValue" |
WMFilter |
addResourceUsername(WMSessionHandle sHandle,
java.lang.String arg)
Appends condition "activity resource username == arg" |
WMFilter |
addStateEquals(WMSessionHandle sHandle,
java.lang.String arg)
Appends condition "activity state == arg" |
WMFilter |
addStateStartsWith(WMSessionHandle sHandle,
java.lang.String arg)
Appends condition "activity state starts with arg" |
WMFilter |
addVariableDoubleEquals(WMSessionHandle sHandle,
java.lang.String vName,
double vValue)
Appends condition "activity variable vName == vValue" |
WMFilter |
addVariableDoubleGreaterThan(WMSessionHandle sHandle,
java.lang.String vName,
double vValue)
Appends condition "activity variable vName > vValue" |
WMFilter |
addVariableDoubleLessThan(WMSessionHandle sHandle,
java.lang.String vName,
double vValue)
Appends condition "activity variable vName < vValue" |
WMFilter |
addVariableEquals(WMSessionHandle sHandle,
java.lang.String vName,
java.lang.Object vValue)
Appends condition "activity variable vName == vValue" |
WMFilter |
addVariableLongEquals(WMSessionHandle sHandle,
java.lang.String vName,
long vValue)
Appends condition "activity variable vName == vValue" |
WMFilter |
addVariableLongGreaterThan(WMSessionHandle sHandle,
java.lang.String vName,
long vValue)
Appends condition "activity variable vName > vValue" |
WMFilter |
addVariableLongLessThan(WMSessionHandle sHandle,
java.lang.String vName,
long vValue)
Appends condition "activity variable vName < vValue" |
WMFilter |
addVariableStringEquals(WMSessionHandle sHandle,
java.lang.String vName,
java.lang.String vValue)
Appends condition "activity variable vName == vValue" |
WMFilter |
addVersionEquals(WMSessionHandle sHandle,
java.lang.String exp)
Appends condition "process manager version == value of exp" |
WMFilter |
setOrderByAcceptedTime(WMSessionHandle sHandle,
WMFilter filter,
boolean ascending)
Methods starting with setOrderBy obviously don't affect actual expression (nor its evaluation), rather they affect sorting of the result. |
WMFilter |
setOrderByActivatedTime(WMSessionHandle sHandle,
WMFilter filter,
boolean ascending)
Methods starting with setOrderBy obviously don't affect actual expression (nor its evaluation), rather they affect sorting of the result. |
WMFilter |
setOrderByActivitySetDefId(WMSessionHandle sHandle,
WMFilter filter,
boolean ascending)
Methods starting with setOrderBy obviously don't affect actual expression (nor its evaluation), rather they affect sorting of the result. |
WMFilter |
setOrderByDefinitionId(WMSessionHandle sHandle,
WMFilter filter,
boolean ascending)
Methods starting with setOrderBy obviously don't affect actual expression (nor its evaluation), rather they affect sorting of the result. |
WMFilter |
setOrderById(WMSessionHandle sHandle,
WMFilter filter,
boolean ascending)
Methods starting with setOrderBy obviously don't affect actual expression (nor its evaluation), rather they affect sorting of the result. |
WMFilter |
setOrderByLastStateTime(WMSessionHandle sHandle,
WMFilter filter,
boolean ascending)
Methods starting with setOrderBy obviously don't affect actual expression (nor its evaluation), rather they affect sorting of the result. |
WMFilter |
setOrderByName(WMSessionHandle sHandle,
WMFilter filter,
boolean ascending)
Methods starting with setOrderBy obviously don't affect actual expression (nor its evaluation), rather they affect sorting of the result. |
WMFilter |
setOrderByPerformer(WMSessionHandle sHandle,
WMFilter filter,
boolean ascending)
Methods starting with setOrderBy obviously don't affect actual expression (nor its evaluation), rather they affect sorting of the result. |
WMFilter |
setOrderByPriority(WMSessionHandle sHandle,
WMFilter filter,
boolean ascending)
Methods starting with setOrderBy obviously don't affect actual expression (nor its evaluation), rather they affect sorting of the result. |
WMFilter |
setOrderByProcessDefName(WMSessionHandle sHandle,
WMFilter filter,
boolean ascending)
Methods starting with setOrderBy obviously don't affect actual expression (nor its evaluation), rather they affect sorting of the result. |
WMFilter |
setOrderByProcessId(WMSessionHandle sHandle,
WMFilter filter,
boolean ascending)
Methods starting with setOrderBy obviously don't affect actual expression (nor its evaluation), rather they affect sorting of the result. |
WMFilter |
setOrderByResourceUsername(WMSessionHandle sHandle,
WMFilter filter,
boolean ascending)
Methods starting with setOrderBy obviously don't affect actual expression (nor its evaluation), rather they affect sorting of the result. |
WMFilter |
setOrderByState(WMSessionHandle sHandle,
WMFilter filter,
boolean ascending)
Methods starting with setOrderBy obviously don't affect actual expression (nor its evaluation), rather they affect sorting of the result. |
Methods inherited from interface org.enhydra.shark.api.common.FilterBuilder |
addBshExpression, and, andForArray, createEmptyFilter, getIteratorEmptyExpression, not, or, orForArray, setLimit, setStartPosition, toIteratorExpression |
Method Detail |
public WMFilter addPackageIdEquals(WMSessionHandle sHandle, java.lang.String exp) throws java.lang.Exception
exp
-
java.lang.Exception
public WMFilter addProcessDefIdEquals(WMSessionHandle sHandle, java.lang.String exp) throws java.lang.Exception
exp
-
java.lang.Exception
public WMFilter addMgrNameEquals(WMSessionHandle sHandle, java.lang.String exp) throws java.lang.Exception
exp
-
java.lang.Exception
public WMFilter addVersionEquals(WMSessionHandle sHandle, java.lang.String exp) throws java.lang.Exception
exp
-
java.lang.Exception
public WMFilter addIsMgrEnabled(WMSessionHandle sHandle) throws java.lang.Exception
java.lang.Exception
public WMFilter addProcessStateEquals(WMSessionHandle sHandle, java.lang.String arg) throws java.lang.Exception
arg
-
java.lang.Exception
public WMFilter addProcessStateStartsWith(WMSessionHandle sHandle, java.lang.String arg) throws java.lang.Exception
arg
-
java.lang.Exception
public WMFilter addProcessIdEquals(WMSessionHandle sHandle, java.lang.String arg) throws java.lang.Exception
arg
-
java.lang.Exception
public WMFilter addProcessNameEquals(WMSessionHandle sHandle, java.lang.String arg) throws java.lang.Exception
arg
-
java.lang.Exception
public WMFilter addProcessPriorityEquals(WMSessionHandle sHandle, int arg) throws java.lang.Exception
arg
-
java.lang.Exception
public WMFilter addProcessDescriptionEquals(WMSessionHandle sHandle, java.lang.String arg) throws java.lang.Exception
arg
-
java.lang.Exception
public WMFilter addProcessDescriptionContains(WMSessionHandle sHandle, java.lang.String arg) throws java.lang.Exception
arg
-
java.lang.Exception
public WMFilter addProcessRequesterIdEquals(WMSessionHandle sHandle, java.lang.String arg) throws java.lang.Exception
arg
-
java.lang.Exception
public WMFilter addProcessCreatedTimeEquals(WMSessionHandle sHandle, long arg) throws java.lang.Exception
arg
-
java.lang.Exception
public WMFilter addProcessCreatedTimeBefore(WMSessionHandle sHandle, long arg) throws java.lang.Exception
arg
-
java.lang.Exception
public WMFilter addProcessCreatedTimeAfter(WMSessionHandle sHandle, long arg) throws java.lang.Exception
arg
-
java.lang.Exception
public WMFilter addProcessStartTimeEquals(WMSessionHandle sHandle, long arg) throws java.lang.Exception
arg
-
java.lang.Exception
public WMFilter addProcessStartTimeBefore(WMSessionHandle sHandle, long arg) throws java.lang.Exception
arg
-
java.lang.Exception
public WMFilter addProcessStartTimeAfter(WMSessionHandle sHandle, long arg) throws java.lang.Exception
arg
-
java.lang.Exception
public WMFilter addProcessLastStateTimeEquals(WMSessionHandle sHandle, long arg) throws java.lang.Exception
arg
-
java.lang.Exception
public WMFilter addProcessLastStateTimeBefore(WMSessionHandle sHandle, long arg) throws java.lang.Exception
arg
-
java.lang.Exception
public WMFilter addProcessLimitTimeEquals(WMSessionHandle sHandle, long arg) throws java.lang.Exception
java.lang.Exception
public WMFilter addProcessLimitTimeBefore(WMSessionHandle sHandle, long arg) throws java.lang.Exception
java.lang.Exception
public WMFilter addProcessLimitTimeAfter(WMSessionHandle sHandle, long arg) throws java.lang.Exception
java.lang.Exception
public WMFilter addProcessLastStateTimeAfter(WMSessionHandle sHandle, long arg) throws java.lang.Exception
arg
-
java.lang.Exception
public WMFilter addProcessVariableEquals(WMSessionHandle sHandle, java.lang.String vName, java.lang.Object vValue) throws java.lang.Exception
vName
- name of the variable to comparevValue
- value to compare against
java.lang.Exception
- if class of the vValue isn't supported for comparepublic WMFilter addProcessVariableStringEquals(WMSessionHandle sHandle, java.lang.String vName, java.lang.String vValue) throws java.lang.Exception
vName
- name of the variable to comparevValue
- value to compare against
java.lang.Exception
public WMFilter addProcessVariableLongEquals(WMSessionHandle sHandle, java.lang.String vName, long vValue) throws java.lang.Exception
vName
- name of the variable to comparevValue
- value to compare against
java.lang.Exception
public WMFilter addProcessVariableLongGreaterThan(WMSessionHandle sHandle, java.lang.String vName, long vValue) throws java.lang.Exception
vName
- name of the variable to comparevValue
- value to compare against
java.lang.Exception
public WMFilter addProcessVariableLongLessThan(WMSessionHandle sHandle, java.lang.String vName, long vValue) throws java.lang.Exception
vName
- name of the variable to comparevValue
- value to compare against
java.lang.Exception
public WMFilter addProcessVariableDoubleEquals(WMSessionHandle sHandle, java.lang.String vName, double vValue) throws java.lang.Exception
vName
- name of the variable to comparevValue
- value to compare against
java.lang.Exception
public WMFilter addProcessVariableDoubleGreaterThan(WMSessionHandle sHandle, java.lang.String vName, double vValue) throws java.lang.Exception
vName
- name of the variable to comparevValue
- value to compare against
java.lang.Exception
public WMFilter addProcessVariableDoubleLessThan(WMSessionHandle sHandle, java.lang.String vName, double vValue) throws java.lang.Exception
vName
- name of the variable to comparevValue
- value to compare against
java.lang.Exception
public WMFilter addStateEquals(WMSessionHandle sHandle, java.lang.String arg) throws java.lang.Exception
arg
-
java.lang.Exception
public WMFilter addStateStartsWith(WMSessionHandle sHandle, java.lang.String arg) throws java.lang.Exception
arg
-
java.lang.Exception
public WMFilter addIdEquals(WMSessionHandle sHandle, java.lang.String arg) throws java.lang.Exception
arg
-
java.lang.Exception
public WMFilter addNameEquals(WMSessionHandle sHandle, java.lang.String arg) throws java.lang.Exception
arg
-
java.lang.Exception
public WMFilter addPriorityEquals(WMSessionHandle sHandle, int arg) throws java.lang.Exception
arg
-
java.lang.Exception
public WMFilter addDescriptionEquals(WMSessionHandle sHandle, java.lang.String arg) throws java.lang.Exception
arg
-
java.lang.Exception
public WMFilter addDescriptionContains(WMSessionHandle sHandle, java.lang.String arg) throws java.lang.Exception
arg
-
java.lang.Exception
public WMFilter addActivatedTimeEquals(WMSessionHandle sHandle, long arg) throws java.lang.Exception
arg
-
java.lang.Exception
public WMFilter addActivatedTimeBefore(WMSessionHandle sHandle, long arg) throws java.lang.Exception
arg
-
java.lang.Exception
public WMFilter addActivatedTimeAfter(WMSessionHandle sHandle, long arg) throws java.lang.Exception
arg
-
java.lang.Exception
public WMFilter addLastStateTimeEquals(WMSessionHandle sHandle, long arg) throws java.lang.Exception
arg
-
java.lang.Exception
public WMFilter addLastStateTimeBefore(WMSessionHandle sHandle, long arg) throws java.lang.Exception
arg
-
java.lang.Exception
public WMFilter addLastStateTimeAfter(WMSessionHandle sHandle, long arg) throws java.lang.Exception
arg
-
java.lang.Exception
public WMFilter addAcceptedTimeEquals(WMSessionHandle sHandle, long arg) throws java.lang.Exception
arg
-
java.lang.Exception
public WMFilter addAcceptedTimeBefore(WMSessionHandle sHandle, long arg) throws java.lang.Exception
arg
-
java.lang.Exception
public WMFilter addAcceptedTimeAfter(WMSessionHandle sHandle, long arg) throws java.lang.Exception
arg
-
java.lang.Exception
public WMFilter addLimitTimeEquals(WMSessionHandle sHandle, long arg) throws java.lang.Exception
java.lang.Exception
public WMFilter addLimitTimeBefore(WMSessionHandle sHandle, long arg) throws java.lang.Exception
java.lang.Exception
public WMFilter addLimitTimeAfter(WMSessionHandle sHandle, long arg) throws java.lang.Exception
java.lang.Exception
public WMFilter addVariableEquals(WMSessionHandle sHandle, java.lang.String vName, java.lang.Object vValue) throws java.lang.Exception
vName
- name of the variable to comparevValue
- value to compare against
java.lang.Exception
- if class of the vValue isn't supported for comparepublic WMFilter addVariableStringEquals(WMSessionHandle sHandle, java.lang.String vName, java.lang.String vValue) throws java.lang.Exception
vName
- name of the variable to comparevValue
- value to compare against
java.lang.Exception
public WMFilter addVariableLongEquals(WMSessionHandle sHandle, java.lang.String vName, long vValue) throws java.lang.Exception
vName
- name of the variable to comparevValue
- value to compare against
java.lang.Exception
public WMFilter addVariableLongGreaterThan(WMSessionHandle sHandle, java.lang.String vName, long vValue) throws java.lang.Exception
vName
- name of the variable to comparevValue
- value to compare against
java.lang.Exception
public WMFilter addVariableLongLessThan(WMSessionHandle sHandle, java.lang.String vName, long vValue) throws java.lang.Exception
vName
- name of the variable to comparevValue
- value to compare against
java.lang.Exception
public WMFilter addVariableDoubleEquals(WMSessionHandle sHandle, java.lang.String vName, double vValue) throws java.lang.Exception
vName
- name of the variable to comparevValue
- value to compare against
java.lang.Exception
public WMFilter addVariableDoubleGreaterThan(WMSessionHandle sHandle, java.lang.String vName, double vValue) throws java.lang.Exception
vName
- name of the variable to comparevValue
- value to compare against
java.lang.Exception
public WMFilter addVariableDoubleLessThan(WMSessionHandle sHandle, java.lang.String vName, double vValue) throws java.lang.Exception
vName
- name of the variable to comparevValue
- value to compare against
java.lang.Exception
public WMFilter addActivitySetDefId(WMSessionHandle sHandle, java.lang.String arg) throws java.lang.Exception
arg
-
java.lang.Exception
public WMFilter addDefinitionId(WMSessionHandle sHandle, java.lang.String arg) throws java.lang.Exception
arg
-
java.lang.Exception
public WMFilter addIsAccepted(WMSessionHandle sHandle) throws java.lang.Exception
java.lang.Exception
public WMFilter addResourceUsername(WMSessionHandle sHandle, java.lang.String arg) throws java.lang.Exception
arg
-
java.lang.Exception
public WMFilter addHasAssignmentForUser(WMSessionHandle sHandle, java.lang.String arg) throws java.lang.Exception
java.lang.Exception
public WMFilter setOrderById(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws java.lang.Exception
This method sets ordering by activity id.
ascending
-
java.lang.Exception
public WMFilter setOrderByActivitySetDefId(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws java.lang.Exception
This method sets ordering by activity set definition id.
ascending
-
java.lang.Exception
public WMFilter setOrderByDefinitionId(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws java.lang.Exception
This method sets ordering by activity definition id.
ascending
-
java.lang.Exception
public WMFilter setOrderByProcessId(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws java.lang.Exception
This method sets ordering by process id.
ascending
-
java.lang.Exception
public WMFilter setOrderByResourceUsername(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws java.lang.Exception
This method sets ordering by resource username.
ascending
-
java.lang.Exception
public WMFilter setOrderByProcessDefName(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws java.lang.Exception
This method sets ordering by process manager name value.
ascending
-
java.lang.Exception
public WMFilter setOrderByState(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws java.lang.Exception
This method sets ordering by activity state.
ascending
-
java.lang.Exception
public WMFilter setOrderByPerformer(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws java.lang.Exception
This method sets ordering by performer value.
ascending
-
java.lang.Exception
public WMFilter setOrderByPriority(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws java.lang.Exception
This method sets ordering by priority value.
ascending
-
java.lang.Exception
public WMFilter setOrderByName(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws java.lang.Exception
This method sets ordering by activity name value.
ascending
-
java.lang.Exception
public WMFilter setOrderByActivatedTime(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws java.lang.Exception
This method sets ordering by activity activated time value.
ascending
-
java.lang.Exception
public WMFilter setOrderByAcceptedTime(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws java.lang.Exception
This method sets ordering by activity accepted time value.
ascending
-
java.lang.Exception
public WMFilter setOrderByLastStateTime(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws java.lang.Exception
This method sets ordering by last state time value.
ascending
-
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |