|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ProcessMgrIteratorExpressionBuilder
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 |
addCreatedTimeAfter(WMSessionHandle sHandle,
long arg)
Appends condition "process manager created time > arg" |
WMFilter |
addCreatedTimeBefore(WMSessionHandle sHandle,
long arg)
Appends condition "process manager created time < arg" |
WMFilter |
addCreatedTimeEquals(WMSessionHandle sHandle,
long arg)
Appends condition "process manager created time == arg" |
WMFilter |
addIsEnabled(WMSessionHandle sHandle)
Appends condition "process manager enabled" |
WMFilter |
addNameEquals(WMSessionHandle sHandle,
java.lang.String exp)
Appends condition "process manager name == value of exp" |
WMFilter |
addPackageIdEquals(WMSessionHandle sHandle,
java.lang.String exp)
Appends condition "package id == value of exp" |
WMFilter |
addProcessDefIdEquals(WMSessionHandle sHandle,
java.lang.String exp)
Appends condition "process definition id == value of exp" |
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 |
setOrderByEnabled(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 |
setOrderByPackageId(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 |
setOrderByProcessDefId(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 |
setOrderByVersion(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 addNameEquals(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 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 addIsEnabled(WMSessionHandle sHandle) throws java.lang.Exception
java.lang.Exception
public WMFilter setOrderByPackageId(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws java.lang.Exception
This method sets ordering by packageId value.
ascending
-
java.lang.Exception
public WMFilter setOrderByProcessDefId(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws java.lang.Exception
This method sets ordering by processDefinitionId value.
ascending
-
java.lang.Exception
public WMFilter setOrderByName(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 setOrderByVersion(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws java.lang.Exception
This method sets ordering by process manager version value.
ascending
-
java.lang.Exception
public WMFilter setOrderByCreatedTime(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws java.lang.Exception
This method sets ordering by process manager created time value.
ascending
-
java.lang.Exception
public WMFilter setOrderByEnabled(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws java.lang.Exception
This method sets ordering by process manager enabled value.
ascending
-
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |