|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TaskFilterType | |
---|---|
com.semarchy.mdm.runtime.activity | This package contains the IActivityService and the related classes. |
Uses of TaskFilterType in com.semarchy.mdm.runtime.activity |
---|
Methods in com.semarchy.mdm.runtime.activity that return TaskFilterType | |
---|---|
static TaskFilterType |
TaskFilterType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TaskFilterType[] |
TaskFilterType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.semarchy.mdm.runtime.activity with parameters of type TaskFilterType | |
---|---|
long |
IActivityService.countTasks(String pApplicationName,
TaskFilterType pFilter)
Count the number of IActivityTask matching the TaskFilterType |
List<IActivityTask> |
IActivityService.listTasks(String pApplicationName,
TaskFilterType pFilter,
PageCriteria pPageCriteria)
Get the list of IActivityTask matching the TaskFilterType |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |