Uses of Interface
org.apache.syncope.core.persistence.api.entity.task.TaskUtils
-
-
Uses of TaskUtils in org.apache.syncope.core.persistence.api.entity.task
Methods in org.apache.syncope.core.persistence.api.entity.task that return TaskUtils Modifier and Type Method Description TaskUtilsTaskUtilsFactory. getInstance(Class<? extends TaskTO> taskClass)TaskUtilsTaskUtilsFactory. getInstance(TaskTO taskTO)TaskUtilsTaskUtilsFactory. getInstance(TaskType type)TaskUtilsTaskUtilsFactory. getInstance(Task<?> task) -
Uses of TaskUtils in org.apache.syncope.core.persistence.jpa.entity.task
Classes in org.apache.syncope.core.persistence.jpa.entity.task that implement TaskUtils Modifier and Type Class Description classJPATaskUtilsFields in org.apache.syncope.core.persistence.jpa.entity.task with type parameters of type TaskUtils Modifier and Type Field Description protected Map<TaskType,TaskUtils>JPATaskUtilsFactory. instancesMethods in org.apache.syncope.core.persistence.jpa.entity.task that return TaskUtils Modifier and Type Method Description TaskUtilsJPATaskUtilsFactory. getInstance(Class<? extends TaskTO> taskClass)TaskUtilsJPATaskUtilsFactory. getInstance(TaskTO taskTO)TaskUtilsJPATaskUtilsFactory. getInstance(TaskType type)TaskUtilsJPATaskUtilsFactory. getInstance(Task<?> task) -
Uses of TaskUtils in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data with parameters of type TaskUtils Modifier and Type Method Description SchedTaskTaskDataBinder. createSchedTask(SchedTaskTO taskTO, TaskUtils taskUtil)<T extends TaskTO>
TTaskDataBinder. getTaskTO(Task<?> task, TaskUtils taskUtil, boolean details)voidTaskDataBinder. updateSchedTask(SchedTask task, SchedTaskTO taskTO, TaskUtils taskUtil) -
Uses of TaskUtils in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type TaskUtils Modifier and Type Method Description SchedTaskTaskDataBinderImpl. createSchedTask(SchedTaskTO taskTO, TaskUtils taskUtils)<T extends TaskTO>
TTaskDataBinderImpl. getTaskTO(Task<?> task, TaskUtils taskUtils, boolean details)voidTaskDataBinderImpl. updateSchedTask(SchedTask task, SchedTaskTO taskTO, TaskUtils taskUtils)
-