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 ExecTOTaskLogic. 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 intTaskExecDAO. count(Task<?> task, OffsetDateTime before, OffsetDateTime after)voidTaskDAO. 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 interfaceTask<T extends Task<T>>interfaceTaskExec<T extends Task<T>>Subinterfaces of Task in org.apache.syncope.core.persistence.api.entity.task Modifier and Type Interface Description interfaceMacroTaskinterfaceNotificationTaskinterfacePropagationTaskinterfaceProvisioningTask<T extends SchedTask>interfacePullTaskinterfacePushTaskinterfaceSchedTaskMethods 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 TaskUtilsTaskUtilsFactory. 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 intJPATaskExecDAO. count(Task<?> task, OffsetDateTime before, OffsetDateTime after)voidJPATaskDAO. 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 StringBuilderJPATaskExecDAO. 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 StringJPATaskDAO. 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 classAbstractTask<T extends Task<T>>classAbstractTaskExec<T extends Task<T>>Classes in org.apache.syncope.core.persistence.jpa.entity.task that implement Task Modifier and Type Class Description classAbstractProvisioningTask<T extends SchedTask>classAbstractTask<T extends Task<T>>classJPAMacroTaskclassJPANotificationTaskclassJPAPropagationTaskEncapsulate all information about a propagation task.classJPAPullTaskclassJPAPushTaskclassJPASchedTaskMethods 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 TaskUtilsJPATaskUtilsFactory. 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 StringTaskDataBinder. 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.JobKeyJobNamer. getJobKey(Task<?> task)voidJobManager. 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 StringTaskDataBinderImpl. 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 voidDefaultJobManager. unregister(Task<?> task)
-