| Package | Description |
|---|---|
| org.apache.syncope.common.services | |
| org.apache.syncope.common.to |
| 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.
|
<T extends AbstractTaskTO> |
TaskService.read(Long taskId,
boolean details)
Returns the task matching the given id.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TaskService.update(Long taskId,
AbstractTaskTO taskTO)
Updates the task matching the provided id.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSyncTaskTO |
class |
NotificationTaskTO |
class |
PropagationTaskTO |
class |
PushTaskTO |
class |
SchedTaskTO |
class |
SyncTaskTO |
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.