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 class
TaskDataProvider<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 class
TaskDirectoryPanel<T extends TaskTO>
TasksDirectoryPanel
.protected class
TaskDirectoryPanel.TasksProvider<T extends TaskTO>
class
TaskExecutionDetails<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 class
MacroTaskTO
class
NotificationTaskTO
class
PropagationTaskTO
class
ProvisioningTaskTO
class
PullTaskTO
class
PushTaskTO
class
SchedTaskTO
-
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 TaskType
TaskType. 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 TaskTO
TaskLogic. 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 TaskUtils
TaskUtilsFactory. 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 TaskUtils
TaskUtilsFactory. 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 TaskUtils
JPATaskUtilsFactory. 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 TaskUtils
JPATaskUtilsFactory. 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)
-