| Package | Description |
|---|---|
| org.apache.syncope.common.services | |
| org.apache.syncope.common.types |
| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractTaskTO> |
TaskService.list(TaskType taskType)
Returns a list of tasks with matching type.
|
<T extends AbstractTaskTO> |
TaskService.list(TaskType taskType,
Integer page,
Integer size)
Returns a paged list of existing tasks matching type and page/size conditions.
|
<T extends AbstractTaskTO> |
TaskService.list(TaskType taskType,
Integer page,
Integer size,
String orderBy,
boolean details)
Returns a paged list of existing tasks matching type and page/size conditions.
|
<T extends AbstractTaskTO> |
TaskService.list(TaskType taskType,
String orderBy)
Returns a list of tasks with matching type.
|
| Modifier and Type | Method and Description |
|---|---|
static TaskType |
TaskType.fromString(String name) |
static TaskType |
TaskType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskType[] |
TaskType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.