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