| Package | Description |
|---|---|
| org.apache.syncope.common.services | |
| org.apache.syncope.common.to |
| Modifier and Type | Method and Description |
|---|---|
TaskExecTO |
RoleService.bulkDeprovisionMembers(Long roleId)
Deprovision all members of the given role from all the resources associated to it.
|
TaskExecTO |
RoleService.bulkProvisionMembers(Long roleId)
Provision all members of the given role onto all the resources associated to it.
|
TaskExecTO |
TaskService.execute(Long taskId,
boolean dryRun)
Executes the task matching the given id.
|
TaskExecTO |
TaskService.readExecution(Long executionId)
Returns the task execution with the given id.
|
| Modifier and Type | Method and Description |
|---|---|
PagedResult<TaskExecTO> |
TaskService.listExecutions(Long taskId,
Integer page,
Integer size)
Returns the task executions for the given task.
|
List<TaskExecTO> |
TaskService.listJobs(JobStatusType type)
List task jobs of the given type
|
| Modifier and Type | Method and Description |
|---|---|
List<TaskExecTO> |
AbstractTaskTO.getExecutions() |
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.