|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ProcessIteratorExpressionBuilder
All methods are returning 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 |
addActiveActivitiesCountEquals(WMSessionHandle sHandle,
long arg)
Appends condition "process active activities count == arg" |
WMFilter |
addActiveActivitiesCountGreaterThan(WMSessionHandle sHandle,
long arg)
Appends condition "process active activities count > arg" |
WMFilter |
addActiveActivitiesCountLessThan(WMSessionHandle sHandle,
long arg)
Appends condition "process active activities count < arg" |
WMFilter |
addCreatedTimeAfter(WMSessionHandle sHandle,
long arg)
Appends condition "process created time > arg" |
WMFilter |
addCreatedTimeBefore(WMSessionHandle sHandle,
long arg)
Appends condition "process created time < arg" |
WMFilter |
addCreatedTimeEquals(WMSessionHandle sHandle,
long arg)
Appends condition "process created time == arg" |
WMFilter |
addDescriptionContains(WMSessionHandle sHandle,
java.lang.String arg)
Appends condition "process description contains arg" |
WMFilter |
addDescriptionEquals(WMSessionHandle sHandle,
java.lang.String arg)
Appends condition "process description == arg" |
WMFilter |
addIdEquals(WMSessionHandle sHandle,
java.lang.String arg)
Appends condition "process id == arg" |
WMFilter |
addIsMgrEnabled(WMSessionHandle sHandle)
Appends condition "process manager enabled" |
WMFilter |
addLastStateTimeAfter(WMSessionHandle sHandle,
long arg)
Appends condition "process last state time > arg" |
WMFilter |
addLastStateTimeBefore(WMSessionHandle sHandle,
long arg)
Appends condition "process last state time < arg" |
WMFilter |
addLastStateTimeEquals(WMSessionHandle sHandle,
long arg)
Appends condition "process 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 "process 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 "process priority == arg" |
WMFilter |
addProcessDefIdEquals(WMSessionHandle sHandle,
java.lang.String exp)
Appends condition "process definition id == value of exp" |
WMFilter |
addRequesterIdEquals(WMSessionHandle sHandle,
java.lang.String arg)
Appends condition "process requester id == arg" |
WMFilter |
addRequesterUsernameEquals(WMSessionHandle sHandle,
java.lang.String arg)
Appends condition "process requester username == arg" |
WMFilter |
addStartTimeAfter(WMSessionHandle sHandle,
long arg)
Appends condition "process start time > arg" |
WMFilter |
addStartTimeBefore(WMSessionHandle sHandle,
long arg)
Appends condition "process start time < arg" |
WMFilter |
addStartTimeEquals(WMSessionHandle sHandle,
long arg)
Appends condition "process start time == arg" |
WMFilter |
addStateEquals(WMSessionHandle sHandle,
java.lang.String arg)
Appends condition "process state == arg" |
WMFilter |
addStateStartsWith(WMSessionHandle sHandle,
java.lang.String arg)
Appends condition "process state starts with arg" |
WMFilter |
addVariableDoubleEquals(WMSessionHandle sHandle,
java.lang.String vName,
double vValue)
Appends condition "process variable vName == vValue" |
WMFilter |
addVariableDoubleGreaterThan(WMSessionHandle sHandle,
java.lang.String vName,
double vValue)
Appends condition "process variable vName > vValue" |
WMFilter |
addVariableDoubleLessThan(WMSessionHandle sHandle,
java.lang.String vName,
double vValue)
Appends condition "process variable vName < vValue" |
WMFilter |
addVariableEquals(WMSessionHandle sHandle,
java.lang.String vName,
java.lang.Object vValue)
Appends condition "process variable vName == vValue" |
WMFilter |
addVariableLongEquals(WMSessionHandle sHandle,
java.lang.String vName,
long vValue)
throws Exception; Appends condition "process variable vName == vValue" |
WMFilter |
addVariableLongGreaterThan(WMSessionHandle sHandle,
java.lang.String vName,
long vValue)
Appends condition "process variable vName > vValue" |
WMFilter |
addVariableLongLessThan(WMSessionHandle sHandle,
java.lang.String vName,
long vValue)
Appends condition "process variable vName < vValue" |
WMFilter |
addVariableStringEquals(WMSessionHandle sHandle,
java.lang.String vName,
java.lang.String vValue)
Appends condition "process variable vName == vValue" |
WMFilter |
addVersionEquals(WMSessionHandle sHandle,
java.lang.String exp)
Appends condition "process manager version == value of exp" |
WMFilter |
setOrderByCreatedTime(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 |
setOrderByMgrName(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 |
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 |
setOrderByResourceRequesterId(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 |
setOrderByStartTime(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 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
SharkConstants
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 addRequesterIdEquals(WMSessionHandle sHandle, java.lang.String arg) throws java.lang.Exception
arg
-
java.lang.Exception
public WMFilter addRequesterUsernameEquals(WMSessionHandle sHandle, java.lang.String arg) throws java.lang.Exception
arg
-
java.lang.Exception
public WMFilter addCreatedTimeEquals(WMSessionHandle sHandle, long arg) throws java.lang.Exception
arg
-
java.lang.Exception
public WMFilter addCreatedTimeBefore(WMSessionHandle sHandle, long arg) throws java.lang.Exception
arg
-
java.lang.Exception
public WMFilter addCreatedTimeAfter(WMSessionHandle sHandle, long arg) throws java.lang.Exception
arg
-
java.lang.Exception
public WMFilter addStartTimeEquals(WMSessionHandle sHandle, long arg) throws java.lang.Exception
arg
-
java.lang.Exception
public WMFilter addStartTimeBefore(WMSessionHandle sHandle, long arg) throws java.lang.Exception
arg
-
java.lang.Exception
public WMFilter addStartTimeAfter(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 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 addActiveActivitiesCountEquals(WMSessionHandle sHandle, long arg) throws java.lang.Exception
arg
-
java.lang.Exception
public WMFilter addActiveActivitiesCountGreaterThan(WMSessionHandle sHandle, long arg) throws java.lang.Exception
arg
-
java.lang.Exception
public WMFilter addActiveActivitiesCountLessThan(WMSessionHandle sHandle, long arg) throws java.lang.Exception
arg
-
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 setOrderByMgrName(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 setOrderById(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws java.lang.Exception
This method sets ordering by process id value.
ascending
-
java.lang.Exception
public WMFilter setOrderByName(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws java.lang.Exception
This method sets ordering by process name value.
ascending
-
java.lang.Exception
public WMFilter setOrderByState(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws java.lang.Exception
This method sets ordering by process state value.
ascending
-
java.lang.Exception
public WMFilter setOrderByPriority(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws java.lang.Exception
This method sets ordering by process priority value.
ascending
-
java.lang.Exception
public WMFilter setOrderByCreatedTime(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws java.lang.Exception
This method sets ordering by process created time value.
ascending
-
java.lang.Exception
public WMFilter setOrderByStartTime(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws java.lang.Exception
This method sets ordering by process start time value.
ascending
-
java.lang.Exception
public WMFilter setOrderByLastStateTime(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws java.lang.Exception
This method sets ordering by process last state time value.
ascending
-
java.lang.Exception
public WMFilter setOrderByResourceRequesterId(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws java.lang.Exception
This method sets ordering by process resource requester id value.
ascending
-
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |