|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ActivityFilterBuilder
All methods are returng the WMFilter object.
Field Summary | |
---|---|
static int |
ACCEPTED_AND_NON_ACCEPTED
|
static int |
ONLY_ACCEPTED
|
static int |
ONLY_NON_ACCEPTED
|
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 |
addAcceptedTimeAfter(WMSessionHandle sHandle,
long arg)
Sets condition "activity accepted time > arg" |
WMFilter |
addAcceptedTimeBefore(WMSessionHandle sHandle,
long arg)
Sets condition "activity accepted time < arg" |
WMFilter |
addAcceptedTimeEquals(WMSessionHandle sHandle,
long arg)
Sets condition "activity accepted time == arg" |
WMFilter |
addActivatedTimeAfter(WMSessionHandle sHandle,
long arg)
Sets condition "activity activated time > arg" |
WMFilter |
addActivatedTimeBefore(WMSessionHandle sHandle,
long arg)
Sets condition "activity activated time < arg" |
WMFilter |
addActivatedTimeEquals(WMSessionHandle sHandle,
long arg)
Sets condition "activity activated time == arg" |
WMFilter |
addActivitySetDefIdEquals(WMSessionHandle sHandle,
java.lang.String arg)
Sets condition "activity set definition id == arg" |
WMFilter |
addDefinitionIdEquals(WMSessionHandle sHandle,
java.lang.String arg)
Sets condition "activity definition id == arg" |
WMFilter |
addDescriptionContains(WMSessionHandle sHandle,
java.lang.String arg)
Sets condition "activity description contains arg" |
WMFilter |
addDescriptionEquals(WMSessionHandle sHandle,
java.lang.String arg)
Sets condition "activity description == arg" |
WMFilter |
addFinishTimeAfter(WMSessionHandle sHandle,
long arg)
Sets condition "activity finish time > arg" |
WMFilter |
addFinishTimeBefore(WMSessionHandle sHandle,
long arg)
Sets condition "activity finish time < arg" |
WMFilter |
addFinishTimeEquals(WMSessionHandle sHandle,
long arg)
Sets condition "activity finish time == arg" |
WMFilter |
addHasAssignmentForUser(WMSessionHandle sHandle,
java.lang.String username,
int acceptedStatus)
Gets activities that have assignment for the user. |
WMFilter |
addIdContains(WMSessionHandle sHandle,
java.lang.String arg)
Sets condition "activity id contains arg" |
WMFilter |
addIdEquals(WMSessionHandle sHandle,
java.lang.String arg)
Sets condition "activity id == arg" |
WMFilter |
addIsAccepted(WMSessionHandle sHandle)
Sets condition "activity is accepted" |
WMFilter |
addIsMgrEnabled(WMSessionHandle sHandle)
Sets condition "process manager is enabled" |
WMFilter |
addLastStateTimeAfter(WMSessionHandle sHandle,
long arg)
Sets condition "activity last state time > arg" |
WMFilter |
addLastStateTimeBefore(WMSessionHandle sHandle,
long arg)
Sets condition "activity last state time < arg" |
WMFilter |
addLastStateTimeEquals(WMSessionHandle sHandle,
long arg)
Sets condition "activity 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 "activity name contains arg" |
WMFilter |
addNameEquals(WMSessionHandle sHandle,
java.lang.String arg)
Sets condition "activity 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 "activity priority == arg" |
WMFilter |
addPriorityGreaterThan(WMSessionHandle sHandle,
int arg)
Sets condition "activity priority > arg" |
WMFilter |
addPriorityLessThan(WMSessionHandle sHandle,
int arg)
Sets condition "activity priority < arg" |
WMFilter |
addProcessCreatedTimeAfter(WMSessionHandle sHandle,
long arg)
Sets condition "process created time > value of exp" |
WMFilter |
addProcessCreatedTimeBefore(WMSessionHandle sHandle,
long arg)
Sets condition "process created time < value of exp" |
WMFilter |
addProcessCreatedTimeEquals(WMSessionHandle sHandle,
long arg)
Sets condition "process created time == 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 exp" |
WMFilter |
addProcessDefNameEquals(WMSessionHandle sHandle,
java.lang.String exp)
Sets condition "process definition name == exp" |
WMFilter |
addProcessDescriptionContains(WMSessionHandle sHandle,
java.lang.String arg)
Sets condition "process description contains value of exp" |
WMFilter |
addProcessDescriptionEquals(WMSessionHandle sHandle,
java.lang.String arg)
Sets condition "process description == value of exp" |
WMFilter |
addProcessFinishTimeAfter(WMSessionHandle sHandle,
long arg)
Sets condition "process finish time > arg" |
WMFilter |
addProcessFinishTimeBefore(WMSessionHandle sHandle,
long arg)
Sets condition "process finish time < arg" |
WMFilter |
addProcessFinishTimeEquals(WMSessionHandle sHandle,
long arg)
Sets condition "process finish time == arg" |
WMFilter |
addProcessIdContains(WMSessionHandle sHandle,
java.lang.String arg)
Sets condition "process id contains value of exp" |
WMFilter |
addProcessIdEquals(WMSessionHandle sHandle,
java.lang.String arg)
Sets condition "process id == value of exp" |
WMFilter |
addProcessLastStateTimeAfter(WMSessionHandle sHandle,
long arg)
Sets condition "process last state time time > value of exp" |
WMFilter |
addProcessLastStateTimeBefore(WMSessionHandle sHandle,
long arg)
Sets condition "process last state time time < value of exp" |
WMFilter |
addProcessLastStateTimeEquals(WMSessionHandle sHandle,
long arg)
Sets condition "process last state time time == value of exp" |
WMFilter |
addProcessLimitTimeAfter(WMSessionHandle sHandle,
long arg)
|
WMFilter |
addProcessLimitTimeBefore(WMSessionHandle sHandle,
long arg)
|
WMFilter |
addProcessLimitTimeEquals(WMSessionHandle sHandle,
long arg)
|
WMFilter |
addProcessNameContains(WMSessionHandle sHandle,
java.lang.String arg)
Sets condition "process name contains value of exp" |
WMFilter |
addProcessNameEquals(WMSessionHandle sHandle,
java.lang.String arg)
Sets condition "process name == value of exp" |
WMFilter |
addProcessPriorityEquals(WMSessionHandle sHandle,
int arg)
Sets condition "process priority == value of exp" |
WMFilter |
addProcessPriorityGreaterThan(WMSessionHandle sHandle,
int arg)
Sets condition "process priority > value of exp" |
WMFilter |
addProcessPriorityLessThan(WMSessionHandle sHandle,
int arg)
Sets condition "process priority < value of exp" |
WMFilter |
addProcessRequesterIdEquals(WMSessionHandle sHandle,
java.lang.String arg)
Sets condition "process requester == value of exp" |
WMFilter |
addProcessRequesterUsernameEquals(WMSessionHandle shandle,
java.lang.String arg)
|
WMFilter |
addProcessStartTimeAfter(WMSessionHandle sHandle,
long arg)
Sets condition "process started time > value of exp" |
WMFilter |
addProcessStartTimeBefore(WMSessionHandle sHandle,
long arg)
Sets condition "process started time < value of exp" |
WMFilter |
addProcessStartTimeEquals(WMSessionHandle sHandle,
long arg)
Sets condition "process started time == value of exp" |
WMFilter |
addProcessStateEquals(WMSessionHandle sHandle,
java.lang.String arg)
Sets condition "process state == value of exp" |
WMFilter |
addProcessStateStartsWith(WMSessionHandle sHandle,
java.lang.String arg)
Sets condition "process state starts with value of exp" |
WMFilter |
addProcessVariableDoubleEquals(WMSessionHandle sHandle,
java.lang.String vName,
double vValue)
Sets condition "process variable vName == vValue" |
WMFilter |
addProcessVariableDoubleGreaterThan(WMSessionHandle sHandle,
java.lang.String vName,
double vValue)
Sets condition "process variable vName > vValue" |
WMFilter |
addProcessVariableDoubleLessThan(WMSessionHandle sHandle,
java.lang.String vName,
double vValue)
Sets condition "process variable vName < vValue" |
WMFilter |
addProcessVariableEquals(WMSessionHandle sHandle,
java.lang.String vName,
java.lang.Object vValue)
Sets condition "process variable vName == vValue" |
WMFilter |
addProcessVariableLongEquals(WMSessionHandle sHandle,
java.lang.String vName,
long vValue)
Sets condition "process variable vName == vValue" |
WMFilter |
addProcessVariableLongGreaterThan(WMSessionHandle sHandle,
java.lang.String vName,
long vValue)
Sets condition "process variable vName > vValue" |
WMFilter |
addProcessVariableLongLessThan(WMSessionHandle sHandle,
java.lang.String vName,
long vValue)
Sets condition "process variable vName < vValue" |
WMFilter |
addProcessVariableStringEquals(WMSessionHandle sHandle,
java.lang.String vName,
java.lang.String vValue)
Sets condition "process variable vName == vValue" |
WMFilter |
addResourceUsernameEquals(WMSessionHandle sHandle,
java.lang.String arg)
Sets condition "activity resource username == arg" |
WMFilter |
addStateEquals(WMSessionHandle sHandle,
java.lang.String arg)
Sets condition "activity state == arg" |
WMFilter |
addStateStartsWith(WMSessionHandle sHandle,
java.lang.String arg)
Sets condition "activity state starts with arg" |
WMFilter |
addVariableDoubleEquals(WMSessionHandle sHandle,
java.lang.String vName,
double vValue)
Sets condition "activity variable vName == vValue" |
WMFilter |
addVariableDoubleGreaterThan(WMSessionHandle sHandle,
java.lang.String vName,
double vValue)
Sets condition "activity variable vName > vValue" |
WMFilter |
addVariableDoubleLessThan(WMSessionHandle sHandle,
java.lang.String vName,
double vValue)
Sets condition "activity variable vName < vValue" |
WMFilter |
addVariableEquals(WMSessionHandle sHandle,
java.lang.String vName,
java.lang.Object vValue)
Sets condition "activity variable vName == vValue" |
WMFilter |
addVariableLongEquals(WMSessionHandle sHandle,
java.lang.String vName,
long vValue)
Sets condition "activity variable vName == vValue" |
WMFilter |
addVariableLongGreaterThan(WMSessionHandle sHandle,
java.lang.String vName,
long vValue)
Sets condition "activity variable vName > vValue" |
WMFilter |
addVariableLongLessThan(WMSessionHandle sHandle,
java.lang.String vName,
long vValue)
Sets condition "activity variable vName < vValue" |
WMFilter |
addVariableStringEquals(WMSessionHandle sHandle,
java.lang.String vName,
java.lang.String vValue)
Sets condition "activity variable vName == vValue" |
WMFilter |
addVersionEquals(WMSessionHandle sHandle,
java.lang.String exp)
Sets condition "process manager version == value of exp" |
WMFilter |
setOrderByAcceptedTime(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 |
setOrderByActivatedTime(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 |
setOrderByActivitySetDefId(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 |
setOrderByDefinitionId(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 |
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 |
setOrderByPerformer(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 |
setOrderByProcessDefName(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 |
setOrderByResourceUsername(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 |
Field Detail |
---|
static final int ACCEPTED_AND_NON_ACCEPTED
static final int ONLY_NON_ACCEPTED
static final int ONLY_ACCEPTED
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 addProcessStateEquals(WMSessionHandle sHandle, java.lang.String arg) throws java.lang.Exception
java.lang.Exception
WMFilter addProcessStateStartsWith(WMSessionHandle sHandle, java.lang.String arg) throws java.lang.Exception
java.lang.Exception
WMFilter addProcessIdEquals(WMSessionHandle sHandle, java.lang.String arg) throws java.lang.Exception
java.lang.Exception
WMFilter addProcessIdContains(WMSessionHandle sHandle, java.lang.String arg) throws java.lang.Exception
java.lang.Exception
WMFilter addProcessNameEquals(WMSessionHandle sHandle, java.lang.String arg) throws java.lang.Exception
java.lang.Exception
WMFilter addProcessNameContains(WMSessionHandle sHandle, java.lang.String arg) throws java.lang.Exception
java.lang.Exception
WMFilter addProcessPriorityEquals(WMSessionHandle sHandle, int arg) throws java.lang.Exception
java.lang.Exception
WMFilter addProcessPriorityGreaterThan(WMSessionHandle sHandle, int arg) throws java.lang.Exception
java.lang.Exception
WMFilter addProcessPriorityLessThan(WMSessionHandle sHandle, int arg) throws java.lang.Exception
java.lang.Exception
WMFilter addProcessDescriptionEquals(WMSessionHandle sHandle, java.lang.String arg) throws java.lang.Exception
java.lang.Exception
WMFilter addProcessDescriptionContains(WMSessionHandle sHandle, java.lang.String arg) throws java.lang.Exception
java.lang.Exception
WMFilter addProcessRequesterIdEquals(WMSessionHandle sHandle, java.lang.String arg) throws java.lang.Exception
java.lang.Exception
WMFilter addProcessRequesterUsernameEquals(WMSessionHandle shandle, java.lang.String arg) throws java.lang.Exception
java.lang.Exception
WMFilter addProcessCreatedTimeEquals(WMSessionHandle sHandle, long arg) throws java.lang.Exception
java.lang.Exception
WMFilter addProcessCreatedTimeBefore(WMSessionHandle sHandle, long arg) throws java.lang.Exception
java.lang.Exception
WMFilter addProcessCreatedTimeAfter(WMSessionHandle sHandle, long arg) throws java.lang.Exception
java.lang.Exception
WMFilter addProcessStartTimeEquals(WMSessionHandle sHandle, long arg) throws java.lang.Exception
java.lang.Exception
WMFilter addProcessStartTimeBefore(WMSessionHandle sHandle, long arg) throws java.lang.Exception
java.lang.Exception
WMFilter addProcessStartTimeAfter(WMSessionHandle sHandle, long arg) throws java.lang.Exception
java.lang.Exception
WMFilter addProcessLastStateTimeEquals(WMSessionHandle sHandle, long arg) throws java.lang.Exception
java.lang.Exception
WMFilter addProcessLastStateTimeBefore(WMSessionHandle sHandle, long arg) throws java.lang.Exception
java.lang.Exception
WMFilter addProcessLastStateTimeAfter(WMSessionHandle sHandle, long arg) throws java.lang.Exception
java.lang.Exception
WMFilter addProcessFinishTimeEquals(WMSessionHandle sHandle, long arg) throws java.lang.Exception
java.lang.Exception
WMFilter addProcessFinishTimeBefore(WMSessionHandle sHandle, long arg) throws java.lang.Exception
java.lang.Exception
WMFilter addProcessFinishTimeAfter(WMSessionHandle sHandle, long arg) throws java.lang.Exception
java.lang.Exception
WMFilter addProcessLimitTimeEquals(WMSessionHandle sHandle, long arg) throws java.lang.Exception
java.lang.Exception
WMFilter addProcessLimitTimeBefore(WMSessionHandle sHandle, long arg) throws java.lang.Exception
java.lang.Exception
WMFilter addProcessLimitTimeAfter(WMSessionHandle sHandle, long arg) throws java.lang.Exception
java.lang.Exception
WMFilter addProcessVariableEquals(WMSessionHandle sHandle, java.lang.String vName, java.lang.Object vValue) throws java.lang.Exception
java.lang.Exception
WMFilter addProcessVariableStringEquals(WMSessionHandle sHandle, java.lang.String vName, java.lang.String vValue) throws java.lang.Exception
java.lang.Exception
WMFilter addProcessVariableLongEquals(WMSessionHandle sHandle, java.lang.String vName, long vValue) throws java.lang.Exception
java.lang.Exception
WMFilter addProcessVariableLongGreaterThan(WMSessionHandle sHandle, java.lang.String vName, long vValue) throws java.lang.Exception
java.lang.Exception
WMFilter addProcessVariableLongLessThan(WMSessionHandle sHandle, java.lang.String vName, long vValue) throws java.lang.Exception
java.lang.Exception
WMFilter addProcessVariableDoubleEquals(WMSessionHandle sHandle, java.lang.String vName, double vValue) throws java.lang.Exception
java.lang.Exception
WMFilter addProcessVariableDoubleGreaterThan(WMSessionHandle sHandle, java.lang.String vName, double vValue) throws java.lang.Exception
java.lang.Exception
WMFilter addProcessVariableDoubleLessThan(WMSessionHandle sHandle, java.lang.String vName, double vValue) 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 addIdContains(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 addPriorityGreaterThan(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 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 addActivatedTimeEquals(WMSessionHandle sHandle, long arg) throws java.lang.Exception
java.lang.Exception
WMFilter addActivatedTimeBefore(WMSessionHandle sHandle, long arg) throws java.lang.Exception
java.lang.Exception
WMFilter addActivatedTimeAfter(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 addAcceptedTimeEquals(WMSessionHandle sHandle, long arg) throws java.lang.Exception
java.lang.Exception
WMFilter addAcceptedTimeBefore(WMSessionHandle sHandle, long arg) throws java.lang.Exception
java.lang.Exception
WMFilter addAcceptedTimeAfter(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 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 addActivitySetDefIdEquals(WMSessionHandle sHandle, java.lang.String arg) throws java.lang.Exception
java.lang.Exception
WMFilter addDefinitionIdEquals(WMSessionHandle sHandle, java.lang.String arg) throws java.lang.Exception
java.lang.Exception
WMFilter addIsAccepted(WMSessionHandle sHandle) throws java.lang.Exception
java.lang.Exception
WMFilter addResourceUsernameEquals(WMSessionHandle sHandle, java.lang.String arg) throws java.lang.Exception
java.lang.Exception
WMFilter addHasAssignmentForUser(WMSessionHandle sHandle, java.lang.String username, int acceptedStatus) throws java.lang.Exception
java.lang.Exception
WMFilter setOrderById(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws java.lang.Exception
This method sets ordering by activity id.
java.lang.Exception
WMFilter setOrderByActivitySetDefId(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws java.lang.Exception
This method sets ordering by activity set definition id.
java.lang.Exception
WMFilter setOrderByDefinitionId(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws java.lang.Exception
This method sets ordering by activity definition id.
java.lang.Exception
WMFilter setOrderByProcessId(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws java.lang.Exception
This method sets ordering by process id.
java.lang.Exception
WMFilter setOrderByResourceUsername(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws java.lang.Exception
This method sets ordering by resource username.
java.lang.Exception
WMFilter setOrderByProcessDefName(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws java.lang.Exception
This method sets ordering by process manager name value.
java.lang.Exception
WMFilter setOrderByState(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws java.lang.Exception
This method sets ordering by activity state.
java.lang.Exception
WMFilter setOrderByPerformer(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws java.lang.Exception
This method sets ordering by performer value.
java.lang.Exception
WMFilter setOrderByPriority(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws java.lang.Exception
This method sets ordering by priority value.
java.lang.Exception
WMFilter setOrderByName(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws java.lang.Exception
This method sets ordering by activity name value.
java.lang.Exception
WMFilter setOrderByActivatedTime(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws java.lang.Exception
This method sets ordering by activity activated time value.
java.lang.Exception
WMFilter setOrderByAcceptedTime(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws java.lang.Exception
This method sets ordering by activity accepted time value.
java.lang.Exception
WMFilter setOrderByLastStateTime(WMSessionHandle sHandle, WMFilter filter, boolean ascending) throws java.lang.Exception
This method sets ordering by last state time value.
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |