Uses of Class
org.apache.syncope.common.lib.to.ExecTO
Packages that use ExecTO
Package
Description
-
Uses of ExecTO in org.apache.syncope.client.console.reports
Method parameters in org.apache.syncope.client.console.reports with type arguments of type ExecTOModifier and TypeMethodDescriptionprotected void
ReportExecutionDetails.ReportExecutionDirectoryPanel.addFurtherActions
(ActionsPanel<ExecTO> panel, IModel<ExecTO> model) protected void
ReportExecutionDetails.ReportExecutionDirectoryPanel.addFurtherActions
(ActionsPanel<ExecTO> panel, IModel<ExecTO> model) -
Uses of ExecTO in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return types with arguments of type ExecTOModifier and TypeMethodDescriptionExecutionRestClient.listExecutions
(String taskKey, int page, int size, SortParam<String> sort) ReportRestClient.listExecutions
(String taskKey, int page, int size, SortParam<String> sort) TaskRestClient.listExecutions
(String taskKey, int page, int size, SortParam<String> sort) ExecutionRestClient.listRecentExecutions
(int max) ReportRestClient.listRecentExecutions
(int max) TaskRestClient.listRecentExecutions
(int max) -
Uses of ExecTO in org.apache.syncope.client.console.tasks
Methods in org.apache.syncope.client.console.tasks that return types with arguments of type ExecTOModifier and TypeMethodDescriptionExecutionsDirectoryPanel.getActions
(IModel<ExecTO> model) ExecutionsDirectoryPanel.getColumns()
ExecutionsDirectoryPanel.ExecProvider.iterator
(long first, long count) Methods in org.apache.syncope.client.console.tasks with parameters of type ExecTOModifier and TypeMethodDescriptionMethod parameters in org.apache.syncope.client.console.tasks with type arguments of type ExecTOModifier and TypeMethodDescriptionprotected void
ExecutionsDirectoryPanel.addFurtherActions
(ActionsPanel<ExecTO> panel, IModel<ExecTO> model) protected void
ExecutionsDirectoryPanel.addFurtherActions
(ActionsPanel<ExecTO> panel, IModel<ExecTO> model) ExecutionsDirectoryPanel.getActions
(IModel<ExecTO> model) protected void
ExecutionsDirectoryPanel.resultTableCustomChanges
(AjaxDataTablePanel.Builder<ExecTO, String> resultTableBuilder) -
Uses of ExecTO in org.apache.syncope.client.console.widgets
Fields in org.apache.syncope.client.console.widgets with type parameters of type ExecTOMethods in org.apache.syncope.client.console.widgets that return types with arguments of type ExecTO -
Uses of ExecTO in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return types with arguments of type ExecTO -
Uses of ExecTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return ExecTOModifier and TypeMethodDescriptionExecutes the executable matching the given specs.TaskService.execute
(ExecSpecs specs, SyncopeForm macroTaskForm) Executes the macro task matching the given specs, with the provided form as input.GroupService.provisionMembers
(@NotNull String key, @NotNull ProvisionAction action) (De)provision all members of the given group from / onto all the resources associated to it.Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type ExecTOModifier and TypeMethodDescriptionExecutableService.listExecutions
(ExecQuery query) Returns a paged list of executions matching the given query.ExecutableService.listRecentExecutions
(@jakarta.validation.constraints.Min(1L) int max) Returns the list of recently completed executions, ordered by end date descendent. -
Uses of ExecTO in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return ExecTOModifier and TypeMethodDescriptionabstract ExecTO
AbstractExecutableLogic.deleteExecution
(String executionKey) ReportLogic.deleteExecution
(String executionKey) TaskLogic.deleteExecution
(String execKey) protected ExecTO
TaskLogic.doExecute
(Task<?> task, OffsetDateTime startAt, boolean dryRun, Map<String, Object> additionalDataMap) abstract ExecTO
TaskLogic.execute
(ExecSpecs specs, SyncopeForm macroTaskForm) GroupLogic.provisionMembers
(String key, ProvisionAction action) Methods in org.apache.syncope.core.logic that return types with arguments of type ExecTOModifier and TypeMethodDescriptionabstract org.springframework.data.domain.Page
<ExecTO> AbstractExecutableLogic.listExecutions
(String key, OffsetDateTime before, OffsetDateTime after, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page
<ExecTO> ReportLogic.listExecutions
(String key, OffsetDateTime before, OffsetDateTime after, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page
<ExecTO> TaskLogic.listExecutions
(String key, OffsetDateTime before, OffsetDateTime after, org.springframework.data.domain.Pageable pageable) AbstractExecutableLogic.listRecentExecutions
(int max) ReportLogic.listRecentExecutions
(int max) TaskLogic.listRecentExecutions
(int max) -
Uses of ExecTO in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return ExecTO -
Uses of ExecTO in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return ExecTO -
Uses of ExecTO in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return ExecTOModifier and TypeMethodDescriptionTaskServiceImpl.execute
(ExecSpecs specs, SyncopeForm macroTaskForm) GroupServiceImpl.provisionMembers
(String key, ProvisionAction action) Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type ExecTOModifier and TypeMethodDescriptionAbstractExecutableService.listExecutions
(ExecQuery query) AbstractExecutableService.listRecentExecutions
(int max)