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