Package | Description |
---|---|
com.semarchy.mdm.runtime.activity |
This package contains the
IActivityService and the related classes. |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 |
Copyright © 2016. All Rights Reserved.