|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
AssignmentIteratorExpressionBuilder
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 |
addActivityDefIdEquals(WMSessionHandle sHandle,
java.lang.String un)
Appends condition "assignments activity definition id == value of un" |
WMFilter |
addActivityIdEquals(WMSessionHandle sHandle,
java.lang.String un)
Appends condition "assignments activity id == value of un" |
WMFilter |
addActivityPriorityEquals(WMSessionHandle sHandle,
int p)
|
WMFilter |
addActivityPriorityGreaterThan(WMSessionHandle sHandle,
int p)
|
WMFilter |
addActivityPriorityLessThan(WMSessionHandle sHandle,
int p)
|
WMFilter |
addActivitySetDefIdEquals(WMSessionHandle sHandle,
java.lang.String un)
Appends condition "assignments activity set id == value of un" |
WMFilter |
addIsAccepted(WMSessionHandle sHandle)
Appends condition "is assignment accepted" |
WMFilter |
addPackageIdEquals(WMSessionHandle sHandle,
java.lang.String un)
Appends condition "assignments package id == value of un" |
WMFilter |
addPackageVersionEquals(WMSessionHandle sHandle,
java.lang.String un)
Appends condition "assignments package version == value of un" |
WMFilter |
addProcessDefIdEquals(WMSessionHandle sHandle,
java.lang.String un)
Appends condition "assignments package definition id == value of un" |
WMFilter |
addProcessIdEquals(WMSessionHandle sHandle,
java.lang.String un)
Appends condition "assignments process id == value of un" |
WMFilter |
addProcessPriorityEquals(WMSessionHandle sHandle,
int p)
|
WMFilter |
addProcessPriorityGreaterThan(WMSessionHandle sHandle,
int p)
|
WMFilter |
addProcessPriorityLessThan(WMSessionHandle sHandle,
int p)
|
WMFilter |
addUsernameEquals(WMSessionHandle sHandle,
java.lang.String un)
Appends condition "assignments resource username == value of un" |
WMFilter |
setOrderByAccepted(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 |
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 |
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 |
setOrderByUsername(WMSessionHandle sHandle,
WMFilter filter,
boolean ascending)
|
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 addUsernameEquals(WMSessionHandle sHandle, java.lang.String un) throws java.lang.Exception
un
-
java.lang.Exception
public WMFilter addProcessIdEquals(WMSessionHandle sHandle, java.lang.String un) throws java.lang.Exception
un
-
java.lang.Exception
public WMFilter addProcessPriorityEquals(WMSessionHandle sHandle, int p) throws java.lang.Exception
java.lang.Exception
public WMFilter addProcessPriorityLessThan(WMSessionHandle sHandle, int p) throws java.lang.Exception
java.lang.Exception
public WMFilter addProcessPriorityGreaterThan(WMSessionHandle sHandle, int p) throws java.lang.Exception
java.lang.Exception
public WMFilter addIsAccepted(WMSessionHandle sHandle) throws java.lang.Exception
java.lang.Exception
public WMFilter addPackageIdEquals(WMSessionHandle sHandle, java.lang.String un) throws java.lang.Exception
un
-
java.lang.Exception
public WMFilter addPackageVersionEquals(WMSessionHandle sHandle, java.lang.String un) throws java.lang.Exception
un
-
java.lang.Exception
public WMFilter addProcessDefIdEquals(WMSessionHandle sHandle, java.lang.String un) throws java.lang.Exception
un
-
java.lang.Exception
public WMFilter addActivitySetDefIdEquals(WMSessionHandle sHandle, java.lang.String un) throws java.lang.Exception
un
-
java.lang.Exception
public WMFilter addActivityDefIdEquals(WMSessionHandle sHandle, java.lang.String un) throws java.lang.Exception
un
-
java.lang.Exception
public WMFilter addActivityIdEquals(WMSessionHandle sHandle, java.lang.String un) throws java.lang.Exception
un
-
java.lang.Exception
public WMFilter addActivityPriorityEquals(WMSessionHandle sHandle, int p) throws java.lang.Exception
java.lang.Exception
public WMFilter addActivityPriorityLessThan(WMSessionHandle sHandle, int p) throws java.lang.Exception
java.lang.Exception
public WMFilter addActivityPriorityGreaterThan(WMSessionHandle sHandle, int p) throws java.lang.Exception
java.lang.Exception
public WMFilter setOrderByUsername(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws java.lang.Exception
ascending
-
java.lang.Exception
public WMFilter setOrderByProcessId(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws java.lang.Exception
This method sets ordering by process id value.
ascending
-
java.lang.Exception
public WMFilter setOrderByCreatedTime(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws java.lang.Exception
This method sets ordering by assignment created time value.
ascending
-
java.lang.Exception
public WMFilter setOrderByAccepted(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws java.lang.Exception
This method sets ordering by assignment accepted status value.
ascending
-
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |