Uses of Class
org.apache.syncope.common.lib.to.TaskTO
-
-
Uses of TaskTO in org.apache.syncope.client.console.commons
Classes in org.apache.syncope.client.console.commons with type parameters of type TaskTO Modifier and Type Class Description classTaskDataProvider<T extends TaskTO> -
Uses of TaskTO in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest with type parameters of type TaskTO Modifier and Type Method Description <T extends TaskTO>
List<T>TaskRestClient. list(String resource, TaskType taskType, int page, int size, SortParam<String> sort)<T extends TaskTO>
List<T>TaskRestClient. list(TaskType taskType, int page, int size, SortParam<String> sort)<T extends TaskTO>
TTaskRestClient. readTask(TaskType type, String taskKey) -
Uses of TaskTO in org.apache.syncope.client.console.tasks
Classes in org.apache.syncope.client.console.tasks with type parameters of type TaskTO Modifier and Type Class Description classTaskDirectoryPanel<T extends TaskTO>TasksDirectoryPanel.protected classTaskDirectoryPanel.TasksProvider<T extends TaskTO>classTaskExecutionDetails<T extends TaskTO>Task executions. -
Uses of TaskTO in org.apache.syncope.common.lib.to
Subclasses of TaskTO in org.apache.syncope.common.lib.to Modifier and Type Class Description classMacroTaskTOclassNotificationTaskTOclassPropagationTaskTOclassProvisioningTaskTOclassPullTaskTOclassPushTaskTOclassSchedTaskTO -
Uses of TaskTO in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return types with arguments of type TaskTO Modifier and Type Method Description Class<? extends TaskTO>TaskType. getToClass()Method parameters in org.apache.syncope.common.lib.types with type arguments of type TaskTO Modifier and Type Method Description static TaskTypeTaskType. fromTOClass(Class<? extends TaskTO> clazz) -
Uses of TaskTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with type parameters of type TaskTO Modifier and Type Method Description <T extends TaskTO>
TTaskService. read(@NotNull TaskType type, @NotNull String key, boolean details)Returns the task matching the given key.<T extends TaskTO>
PagedResult<T>TaskService. search(TaskQuery query)Returns a paged list of existing tasks matching the given query. -
Uses of TaskTO in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic with type parameters of type TaskTO Modifier and Type Method Description <T extends TaskTO>
TTaskLogic. delete(TaskType type, String key)<T extends TaskTO>
TTaskLogic. read(TaskType type, String key, boolean details)<T extends TaskTO>
Pair<Integer,List<T>>TaskLogic. search(TaskType type, String resource, String notification, AnyTypeKind anyTypeKind, String entityKey, int page, int size, List<OrderByClause> orderByClauses, boolean details)Methods in org.apache.syncope.core.logic that return TaskTO Modifier and Type Method Description protected TaskTOTaskLogic. resolveReference(Method method, Object... args) -
Uses of TaskTO in org.apache.syncope.core.persistence.api.entity.task
Methods in org.apache.syncope.core.persistence.api.entity.task with type parameters of type TaskTO Modifier and Type Method Description <T extends TaskTO>
TTaskUtils. newTaskTO()<T extends TaskTO>
Class<T>TaskUtils. taskTOClass()Methods in org.apache.syncope.core.persistence.api.entity.task with parameters of type TaskTO Modifier and Type Method Description TaskUtilsTaskUtilsFactory. getInstance(TaskTO taskTO)Method parameters in org.apache.syncope.core.persistence.api.entity.task with type arguments of type TaskTO Modifier and Type Method Description TaskUtilsTaskUtilsFactory. getInstance(Class<? extends TaskTO> taskClass) -
Uses of TaskTO in org.apache.syncope.core.persistence.jpa.entity.task
Methods in org.apache.syncope.core.persistence.jpa.entity.task with type parameters of type TaskTO Modifier and Type Method Description <T extends TaskTO>
TJPATaskUtils. newTaskTO()<T extends TaskTO>
Class<T>JPATaskUtils. taskTOClass()Methods in org.apache.syncope.core.persistence.jpa.entity.task with parameters of type TaskTO Modifier and Type Method Description TaskUtilsJPATaskUtilsFactory. getInstance(TaskTO taskTO)Method parameters in org.apache.syncope.core.persistence.jpa.entity.task with type arguments of type TaskTO Modifier and Type Method Description TaskUtilsJPATaskUtilsFactory. getInstance(Class<? extends TaskTO> taskClass) -
Uses of TaskTO in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data with type parameters of type TaskTO Modifier and Type Method Description <T extends TaskTO>
TTaskDataBinder. getTaskTO(Task<?> task, TaskUtils taskUtil, boolean details) -
Uses of TaskTO in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data with type parameters of type TaskTO Modifier and Type Method Description <T extends TaskTO>
TTaskDataBinderImpl. getTaskTO(Task<?> task, TaskUtils taskUtils, boolean details) -
Uses of TaskTO in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service with type parameters of type TaskTO Modifier and Type Method Description <T extends TaskTO>
TTaskServiceImpl. read(TaskType type, String key, boolean details)<T extends TaskTO>
PagedResult<T>TaskServiceImpl. search(TaskQuery query)
-