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