| Package | Description |
|---|---|
| org.apache.syncope.common.services |
| Modifier and Type | Method and Description |
|---|---|
BulkActionResult |
ResourceService.bulk(BulkAction bulkAction)
Executes the provided bulk action.
|
BulkActionResult |
RoleService.bulk(BulkAction bulkAction)
Executes the provided bulk action.
|
BulkActionResult |
TaskService.bulk(BulkAction bulkAction)
Executes the provided bulk action.
|
BulkActionResult |
ConnectorService.bulk(BulkAction bulkAction)
Executes the provided bulk action.
|
BulkActionResult |
UserService.bulk(BulkAction bulkAction)
Executes the provided bulk action.
|
BulkActionResult |
ResourceService.bulkDeassociation(String resourceName,
SubjectType subjectType,
ResourceDeassociationActionType type,
List<SubjectId> subjectIds)
De-associate users or roles (depending on the provided subject type) from the given resource.
|
BulkActionResult |
ReportService.deleteExecutions(Long reportId,
Date startedBefore,
Date startedAfter,
Date endedBefore,
Date endedAfter)
Deletes the report executions belonging to the given report and matching the date conditions.
|
BulkActionResult |
TaskService.deleteExecutions(Long taskId,
Date startedBefore,
Date startedAfter,
Date endedBefore,
Date endedAfter)
Deletes the task executions belonging to the given task and matching the date conditions.
|
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.