Uses of Interface
org.apache.syncope.core.persistence.api.entity.task.Task
-
-
Uses of Task in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic with parameters of type Task Modifier and Type Method Description protected ExecTO
TaskLogic. doExecute(Task<?> task, OffsetDateTime startAt, Map<String,Object> additionalDataMap)
-
Uses of Task in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao with type parameters of type Task Modifier and Type Method Description <T extends Task<T>>
voidTaskExecDAO. delete(TaskType type, String key)
<T extends Task<T>>
voidTaskExecDAO. delete(TaskExec<T> execution)
<T extends Task<T>>
TTaskDAO. find(TaskType type, String key)
<T extends Task<T>>
TaskExec<T>TaskExecDAO. find(TaskType type, String key)
<T extends Task<T>>
List<T>TaskDAO. findAll(TaskType type)
<T extends Task<T>>
List<T>TaskDAO. findAll(TaskType type, ExternalResource resource, Notification notification, AnyTypeKind anyTypeKind, String entityKey, int page, int itemsPerPage, List<OrderByClause> orderByClauses)
<T extends Task<T>>
List<T>TaskDAO. findToExec(TaskType type)
<T extends Task<T>>
TTaskDAO. save(T task)
<T extends Task<T>>
TaskExec<T>TaskExecDAO. save(TaskExec<T> execution)
<T extends Task<T>>
voidTaskExecDAO. saveAndAdd(TaskType type, String taskKey, TaskExec<T> execution)
Methods in org.apache.syncope.core.persistence.api.dao that return types with arguments of type Task Modifier and Type Method Description Optional<Task<?>>
TaskDAO. find(String key)
Methods in org.apache.syncope.core.persistence.api.dao with parameters of type Task Modifier and Type Method Description int
TaskExecDAO. count(Task<?> task, OffsetDateTime before, OffsetDateTime after)
void
TaskDAO. delete(Task<?> task)
List<TaskExec<?>>
TaskExecDAO. findAll(Task<?> task, OffsetDateTime before, OffsetDateTime after, int page, int itemsPerPage, List<OrderByClause> orderByClauses)
TaskExec<?>
TaskExecDAO. findLatestEnded(TaskType type, Task<?> task)
TaskExec<?>
TaskExecDAO. findLatestStarted(TaskType type, Task<?> task)
-
Uses of Task in org.apache.syncope.core.persistence.api.entity.task
Classes in org.apache.syncope.core.persistence.api.entity.task with type parameters of type Task Modifier and Type Interface Description interface
Task<T extends Task<T>>
interface
TaskExec<T extends Task<T>>
Subinterfaces of Task in org.apache.syncope.core.persistence.api.entity.task Modifier and Type Interface Description interface
MacroTask
interface
NotificationTask
interface
PropagationTask
interface
ProvisioningTask<T extends SchedTask>
interface
PullTask
interface
PushTask
interface
SchedTask
Methods in org.apache.syncope.core.persistence.api.entity.task with type parameters of type Task Modifier and Type Method Description <T extends Task<T>>
TTaskUtils. newTask()
<T extends Task<T>>
Class<T>TaskUtils. taskClass()
Methods in org.apache.syncope.core.persistence.api.entity.task that return types with arguments of type Task Modifier and Type Method Description Class<? extends Task<?>>
TaskUtils. getTaskEntity()
Methods in org.apache.syncope.core.persistence.api.entity.task with parameters of type Task Modifier and Type Method Description TaskUtils
TaskUtilsFactory. getInstance(Task<?> task)
-
Uses of Task in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao with type parameters of type Task Modifier and Type Method Description protected <T extends Task<T>>
StringBuilderJPATaskDAO. buildFindAllQuery(TaskType type)
<T extends Task<T>>
voidJPATaskExecDAO. delete(TaskType taskType, String key)
<T extends Task<T>>
voidJPATaskExecDAO. delete(TaskExec<T> execution)
<T extends Task<T>>
TJPATaskDAO. find(TaskType type, String key)
<T extends Task<T>>
TaskExec<T>JPATaskExecDAO. find(TaskType type, String key)
<T extends Task<T>>
List<T>JPATaskDAO. findAll(TaskType type)
<T extends Task<T>>
List<T>JPATaskDAO. findAll(TaskType type, ExternalResource resource, Notification notification, AnyTypeKind anyTypeKind, String entityKey, int page, int itemsPerPage, List<OrderByClause> orderByClauses)
protected <T extends Task<T>>
List<TaskExec<T>>JPATaskExecDAO. findRecent(TaskType type, int max)
<T extends Task<T>>
List<T>JPATaskDAO. findToExec(TaskType type)
<T extends Task<T>>
TJPATaskDAO. save(T task)
<T extends Task<T>>
TaskExec<T>JPATaskExecDAO. save(TaskExec<T> execution)
<T extends Task<T>>
voidJPATaskExecDAO. saveAndAdd(TaskType taskType, String taskKey, TaskExec<T> execution)
Methods in org.apache.syncope.core.persistence.jpa.dao that return types with arguments of type Task Modifier and Type Method Description Optional<Task<?>>
JPATaskDAO. find(String key)
Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type Task Modifier and Type Method Description int
JPATaskExecDAO. count(Task<?> task, OffsetDateTime before, OffsetDateTime after)
void
JPATaskDAO. delete(Task<?> task)
List<TaskExec<?>>
JPATaskExecDAO. findAll(Task<?> task, OffsetDateTime before, OffsetDateTime after, int page, int itemsPerPage, List<OrderByClause> orderByClauses)
protected TaskExec<?>
JPATaskExecDAO. findLatest(TaskType type, Task<?> task, String field)
TaskExec<?>
JPATaskExecDAO. findLatestEnded(TaskType type, Task<?> task)
TaskExec<?>
JPATaskExecDAO. findLatestStarted(TaskType type, Task<?> task)
protected StringBuilder
JPATaskExecDAO. query(StringBuilder select, Task<?> task, OffsetDateTime before, OffsetDateTime after)
Method parameters in org.apache.syncope.core.persistence.jpa.dao with type arguments of type Task Modifier and Type Method Description protected String
JPATaskDAO. toOrderByStatement(Class<? extends Task<?>> beanClass, List<OrderByClause> orderByClauses)
-
Uses of Task in org.apache.syncope.core.persistence.jpa.entity.task
Classes in org.apache.syncope.core.persistence.jpa.entity.task with type parameters of type Task Modifier and Type Class Description class
AbstractTask<T extends Task<T>>
class
AbstractTaskExec<T extends Task<T>>
Classes in org.apache.syncope.core.persistence.jpa.entity.task that implement Task Modifier and Type Class Description class
AbstractProvisioningTask<T extends SchedTask>
class
AbstractTask<T extends Task<T>>
class
JPAMacroTask
class
JPANotificationTask
class
JPAPropagationTask
Encapsulate all information about a propagation task.class
JPAPullTask
class
JPAPushTask
class
JPASchedTask
Methods in org.apache.syncope.core.persistence.jpa.entity.task with type parameters of type Task Modifier and Type Method Description <T extends Task<T>>
TJPATaskUtils. newTask()
<T extends Task<T>>
Class<T>JPATaskUtils. taskClass()
Methods in org.apache.syncope.core.persistence.jpa.entity.task that return types with arguments of type Task Modifier and Type Method Description Class<? extends Task<?>>
JPATaskUtils. getTaskEntity()
Methods in org.apache.syncope.core.persistence.jpa.entity.task with parameters of type Task Modifier and Type Method Description TaskUtils
JPATaskUtilsFactory. getInstance(Task<?> task)
-
Uses of Task in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data with parameters of type Task Modifier and Type Method Description String
TaskDataBinder. buildRefDesc(Task<?> task)
<T extends TaskTO>
TTaskDataBinder. getTaskTO(Task<?> task, TaskUtils taskUtil, boolean details)
-
Uses of Task in org.apache.syncope.core.provisioning.api.job
Methods in org.apache.syncope.core.provisioning.api.job with parameters of type Task Modifier and Type Method Description static org.quartz.JobKey
JobNamer. getJobKey(Task<?> task)
void
JobManager. unregister(Task<?> task)
-
Uses of Task in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type Task Modifier and Type Method Description String
TaskDataBinderImpl. buildRefDesc(Task<?> task)
<T extends TaskTO>
TTaskDataBinderImpl. getTaskTO(Task<?> task, TaskUtils taskUtils, boolean details)
-
Uses of Task in org.apache.syncope.core.provisioning.java.job
Methods in org.apache.syncope.core.provisioning.java.job with parameters of type Task Modifier and Type Method Description void
DefaultJobManager. unregister(Task<?> task)
-