Uses of Class
org.apache.syncope.common.lib.to.ExecTO
-
-
Uses of ExecTO in org.apache.syncope.client.console.reports
Method parameters in org.apache.syncope.client.console.reports with type arguments of type ExecTO Modifier and Type Method Description protected voidReportExecutionDetails.ReportExecutionDirectoryPanel. addFurtherActions(ActionsPanel<ExecTO> panel, IModel<ExecTO> model)protected voidReportExecutionDetails.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 ExecTO Modifier and Type Method Description List<ExecTO>ExecutionRestClient. listExecutions(String taskKey, int page, int size, SortParam<String> sort)List<ExecTO>ReportRestClient. listExecutions(String taskKey, int page, int size, SortParam<String> sort)List<ExecTO>TaskRestClient. listExecutions(String taskKey, int page, int size, SortParam<String> sort)List<ExecTO>ExecutionRestClient. listRecentExecutions(int max)List<ExecTO>ReportRestClient. listRecentExecutions(int max)List<ExecTO>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 ExecTO Modifier and Type Method Description ActionsPanel<ExecTO>ExecutionsDirectoryPanel. getActions(IModel<ExecTO> model)protected List<IColumn<ExecTO,String>>ExecutionsDirectoryPanel. getColumns()Iterator<ExecTO>ExecutionsDirectoryPanel.ExecProvider. iterator(long first, long count)IModel<ExecTO>ExecutionsDirectoryPanel.ExecProvider. model(ExecTO taskExecution)Methods in org.apache.syncope.client.console.tasks with parameters of type ExecTO Modifier and Type Method Description IModel<ExecTO>ExecutionsDirectoryPanel.ExecProvider. model(ExecTO taskExecution)Method parameters in org.apache.syncope.client.console.tasks with type arguments of type ExecTO Modifier and Type Method Description protected voidExecutionsDirectoryPanel. addFurtherActions(ActionsPanel<ExecTO> panel, IModel<ExecTO> model)protected voidExecutionsDirectoryPanel. addFurtherActions(ActionsPanel<ExecTO> panel, IModel<ExecTO> model)ActionsPanel<ExecTO>ExecutionsDirectoryPanel. getActions(IModel<ExecTO> model)protected voidExecutionsDirectoryPanel. 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 ExecTO Modifier and Type Field Description protected List<ExecTO>JobWidget. recentMethods in org.apache.syncope.client.console.widgets that return types with arguments of type ExecTO Modifier and Type Method Description protected List<ExecTO>JobWidget. getUpdatedRecent() -
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 Modifier and Type Method Description List<ExecTO>ReportTO. getExecutions()List<ExecTO>TaskTO. getExecutions() -
Uses of ExecTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return ExecTO Modifier and Type Method Description ExecTOExecutableService. execute(ExecSpecs specs)Executes the executable matching the given specs.ExecTOTaskService. execute(ExecSpecs specs, SyncopeForm macroTaskForm)Executes the macro task matching the given specs, with the provided form as input.ExecTOGroupService. 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 ExecTO Modifier and Type Method Description PagedResult<ExecTO>ExecutableService. listExecutions(ExecQuery query)Returns a paged list of executions matching the given query.List<ExecTO>ExecutableService. listRecentExecutions(@javax.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 ExecTO Modifier and Type Method Description abstract ExecTOAbstractExecutableLogic. deleteExecution(String executionKey)ExecTOReportLogic. deleteExecution(String executionKey)ExecTOTaskLogic. deleteExecution(String execKey)protected ExecTOTaskLogic. doExecute(Task<?> task, OffsetDateTime startAt, Map<String,Object> additionalDataMap)abstract ExecTOAbstractExecutableLogic. execute(ExecSpecs specs)ExecTOReportLogic. execute(ExecSpecs specs)ExecTOTaskLogic. execute(ExecSpecs specs)ExecTOTaskLogic. execute(ExecSpecs specs, SyncopeForm macroTaskForm)ExecTOGroupLogic. provisionMembers(String key, ProvisionAction action)Methods in org.apache.syncope.core.logic that return types with arguments of type ExecTO Modifier and Type Method Description abstract Pair<Integer,List<ExecTO>>AbstractExecutableLogic. listExecutions(String key, OffsetDateTime before, OffsetDateTime after, int page, int size, List<OrderByClause> orderByClauses)Pair<Integer,List<ExecTO>>ReportLogic. listExecutions(String key, OffsetDateTime before, OffsetDateTime after, int page, int size, List<OrderByClause> orderByClauses)Pair<Integer,List<ExecTO>>TaskLogic. listExecutions(String key, OffsetDateTime before, OffsetDateTime after, int page, int size, List<OrderByClause> orderByClauses)abstract List<ExecTO>AbstractExecutableLogic. listRecentExecutions(int max)List<ExecTO>ReportLogic. listRecentExecutions(int max)List<ExecTO>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 Modifier and Type Method Description ExecTOReportDataBinder. getExecTO(ReportExec execution)ExecTOTaskDataBinder. getExecTO(TaskExec<?> execution) -
Uses of ExecTO in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return ExecTO Modifier and Type Method Description ExecTOReportDataBinderImpl. getExecTO(ReportExec execution)ExecTOTaskDataBinderImpl. getExecTO(TaskExec<?> execution) -
Uses of ExecTO in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return ExecTO Modifier and Type Method Description ExecTOAbstractExecutableService. execute(ExecSpecs execSpecs)ExecTOTaskServiceImpl. execute(ExecSpecs specs, SyncopeForm macroTaskForm)ExecTOGroupServiceImpl. provisionMembers(String key, ProvisionAction action)Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type ExecTO Modifier and Type Method Description PagedResult<ExecTO>AbstractExecutableService. listExecutions(ExecQuery query)List<ExecTO>AbstractExecutableService. listRecentExecutions(int max)
-