Uses of Interface
org.apache.syncope.core.persistence.api.entity.task.TaskExec
-
-
Uses of TaskExec in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao that return TaskExec Modifier and Type Method Description <T extends Task<T>>
TaskExec<T>TaskExecDAO. find(TaskType type, String key)
TaskExec<?>
TaskExecDAO. findLatestEnded(TaskType type, Task<?> task)
TaskExec<?>
TaskExecDAO. findLatestStarted(TaskType type, Task<?> task)
<T extends Task<T>>
TaskExec<T>TaskExecDAO. save(TaskExec<T> execution)
Methods in org.apache.syncope.core.persistence.api.dao that return types with arguments of type TaskExec Modifier and Type Method Description Optional<TaskExec<?>>
TaskExecDAO. find(String key)
List<TaskExec<?>>
TaskExecDAO. findAll(Task<?> task, OffsetDateTime before, OffsetDateTime after, int page, int itemsPerPage, List<OrderByClause> orderByClauses)
List<TaskExec<?>>
TaskExecDAO. findRecent(int max)
Methods in org.apache.syncope.core.persistence.api.dao with parameters of type TaskExec Modifier and Type Method Description <T extends Task<T>>
voidTaskExecDAO. delete(TaskExec<T> execution)
<T extends Task<T>>
TaskExec<T>TaskExecDAO. save(TaskExec<T> execution)
<T extends Task<T>>
voidTaskExecDAO. saveAndAdd(TaskType type, String taskKey, TaskExec<T> execution)
-
Uses of TaskExec in org.apache.syncope.core.persistence.api.entity.task
Methods in org.apache.syncope.core.persistence.api.entity.task with type parameters of type TaskExec Modifier and Type Method Description <E extends TaskExec<?>>
ETaskUtils. newTaskExec()
Methods in org.apache.syncope.core.persistence.api.entity.task that return types with arguments of type TaskExec Modifier and Type Method Description List<? extends TaskExec<T>>
Task. getExecs()
Class<? extends TaskExec<?>>
TaskUtils. getTaskExecEntity()
Methods in org.apache.syncope.core.persistence.api.entity.task with parameters of type TaskExec Modifier and Type Method Description boolean
Task. add(TaskExec<T> exec)
-
Uses of TaskExec in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao that return TaskExec Modifier and Type Method Description <T extends Task<T>>
TaskExec<T>JPATaskExecDAO. find(TaskType type, String key)
protected TaskExec<?>
JPATaskExecDAO. findLatest(TaskType type, Task<?> task, String field)
TaskExec<?>
JPATaskExecDAO. findLatestEnded(TaskType type, Task<?> task)
TaskExec<?>
JPATaskExecDAO. findLatestStarted(TaskType type, Task<?> task)
<T extends Task<T>>
TaskExec<T>JPATaskExecDAO. save(TaskExec<T> execution)
Methods in org.apache.syncope.core.persistence.jpa.dao that return types with arguments of type TaskExec Modifier and Type Method Description Optional<TaskExec<?>>
JPATaskExecDAO. find(String key)
List<TaskExec<?>>
JPATaskExecDAO. findAll(Task<?> task, OffsetDateTime before, OffsetDateTime after, int page, int itemsPerPage, List<OrderByClause> orderByClauses)
List<TaskExec<?>>
JPATaskExecDAO. findRecent(int max)
protected <T extends Task<T>>
List<TaskExec<T>>JPATaskExecDAO. findRecent(TaskType type, int max)
Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type TaskExec Modifier and Type Method Description <T extends Task<T>>
voidJPATaskExecDAO. delete(TaskExec<T> execution)
<T extends Task<T>>
TaskExec<T>JPATaskExecDAO. save(TaskExec<T> execution)
<T extends Task<T>>
voidJPATaskExecDAO. saveAndAdd(TaskType taskType, String taskKey, TaskExec<T> execution)
-
Uses of TaskExec in org.apache.syncope.core.persistence.jpa.entity.task
Classes in org.apache.syncope.core.persistence.jpa.entity.task that implement TaskExec Modifier and Type Class Description class
AbstractTaskExec<T extends Task<T>>
class
JPAMacroTaskExec
class
JPANotificationTaskExec
class
JPAPropagationTaskExec
class
JPAPullTaskExec
class
JPAPushTaskExec
class
JPASchedTaskExec
Methods in org.apache.syncope.core.persistence.jpa.entity.task with type parameters of type TaskExec Modifier and Type Method Description <E extends TaskExec<?>>
EJPATaskUtils. newTaskExec()
Methods in org.apache.syncope.core.persistence.jpa.entity.task that return types with arguments of type TaskExec Modifier and Type Method Description protected abstract Class<? extends TaskExec<T>>
AbstractTask. executionClass()
protected Class<? extends TaskExec<SchedTask>>
JPAMacroTask. executionClass()
protected Class<? extends TaskExec<NotificationTask>>
JPANotificationTask. executionClass()
protected Class<? extends TaskExec<PropagationTask>>
JPAPropagationTask. executionClass()
protected Class<? extends TaskExec<SchedTask>>
JPAPullTask. executionClass()
protected Class<? extends TaskExec<SchedTask>>
JPAPushTask. executionClass()
protected Class<? extends TaskExec<SchedTask>>
JPASchedTask. executionClass()
protected abstract List<TaskExec<T>>
AbstractTask. executions()
protected List<TaskExec<SchedTask>>
JPAMacroTask. executions()
protected List<TaskExec<NotificationTask>>
JPANotificationTask. executions()
protected List<TaskExec<PropagationTask>>
JPAPropagationTask. executions()
protected List<TaskExec<SchedTask>>
JPAPullTask. executions()
protected List<TaskExec<SchedTask>>
JPAPushTask. executions()
protected List<TaskExec<SchedTask>>
JPASchedTask. executions()
List<? extends TaskExec<T>>
AbstractTask. getExecs()
Class<? extends TaskExec<?>>
JPATaskUtils. getTaskExecEntity()
Methods in org.apache.syncope.core.persistence.jpa.entity.task with parameters of type TaskExec Modifier and Type Method Description boolean
AbstractTask. add(TaskExec<T> exec)
-
Uses of TaskExec in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data with parameters of type TaskExec Modifier and Type Method Description ExecTO
TaskDataBinder. getExecTO(TaskExec<?> execution)
-
Uses of TaskExec in org.apache.syncope.core.provisioning.api.notification
Methods in org.apache.syncope.core.provisioning.api.notification that return TaskExec Modifier and Type Method Description TaskExec<NotificationTask>
NotificationJobDelegate. executeSingle(NotificationTask task, String executor)
TaskExec<NotificationTask>
NotificationManager. storeExec(TaskExec<NotificationTask> execution)
Store execution of a NotificationTask.Methods in org.apache.syncope.core.provisioning.api.notification with parameters of type TaskExec Modifier and Type Method Description TaskExec<NotificationTask>
NotificationManager. storeExec(TaskExec<NotificationTask> execution)
Store execution of a NotificationTask. -
Uses of TaskExec in org.apache.syncope.core.provisioning.api.propagation
Methods in org.apache.syncope.core.provisioning.api.propagation that return TaskExec Modifier and Type Method Description TaskExec<PropagationTask>
PropagationTaskExecutor. execute(PropagationTaskInfo taskInfo, PropagationReporter reporter, String executor)
Execute the given task and returns the generatedTaskExec
.Methods in org.apache.syncope.core.provisioning.api.propagation with parameters of type TaskExec Modifier and Type Method Description default void
PropagationActions. after(PropagationTaskInfo taskInfo, TaskExec<PropagationTask> execution, ConnectorObject afterObj)
Executes logic after actual propagation.default void
PropagationActions. onError(PropagationTaskInfo taskInfo, TaskExec<PropagationTask> execution, Exception error)
Executes logic in case of propagation error. -
Uses of TaskExec in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type TaskExec Modifier and Type Method Description ExecTO
TaskDataBinderImpl. getExecTO(TaskExec<?> execution)
-
Uses of TaskExec in org.apache.syncope.core.provisioning.java.job
Methods in org.apache.syncope.core.provisioning.java.job with parameters of type TaskExec Modifier and Type Method Description protected boolean
AbstractSchedTaskJobDelegate. hasToBeRegistered(TaskExec<?> execution)
Template method to determine whether this job's task execution has to be persisted or not.protected boolean
ElasticsearchReindex. hasToBeRegistered(TaskExec<?> execution)
protected boolean
GroupMemberProvisionTaskJobDelegate. hasToBeRegistered(TaskExec<?> execution)
protected boolean
MacroJobDelegate. hasToBeRegistered(TaskExec<?> execution)
protected boolean
OpenSearchReindex. hasToBeRegistered(TaskExec<?> execution)
protected void
AbstractSchedTaskJobDelegate. register(TaskExec<?> execution)
-
Uses of TaskExec in org.apache.syncope.core.provisioning.java.job.notification
Methods in org.apache.syncope.core.provisioning.java.job.notification that return TaskExec Modifier and Type Method Description TaskExec<NotificationTask>
AbstractNotificationJobDelegate. executeSingle(NotificationTask task, String executor)
Methods in org.apache.syncope.core.provisioning.java.job.notification with parameters of type TaskExec Modifier and Type Method Description protected void
AbstractNotificationJobDelegate. handleRetries(TaskExec<NotificationTask> execution)
protected static boolean
AbstractNotificationJobDelegate. hasToBeRegistered(TaskExec<NotificationTask> execution)
protected abstract void
AbstractNotificationJobDelegate. notify(String to, NotificationTask task, TaskExec<NotificationTask> execution)
protected void
MailNotificationJobDelegate. notify(String to, NotificationTask task, TaskExec<NotificationTask> execution)
-
Uses of TaskExec in org.apache.syncope.core.provisioning.java.notification
Methods in org.apache.syncope.core.provisioning.java.notification that return TaskExec Modifier and Type Method Description TaskExec<NotificationTask>
DefaultNotificationManager. storeExec(TaskExec<NotificationTask> execution)
Methods in org.apache.syncope.core.provisioning.java.notification with parameters of type TaskExec Modifier and Type Method Description TaskExec<NotificationTask>
DefaultNotificationManager. storeExec(TaskExec<NotificationTask> execution)
-
Uses of TaskExec in org.apache.syncope.core.provisioning.java.propagation
Methods in org.apache.syncope.core.provisioning.java.propagation that return TaskExec Modifier and Type Method Description TaskExec<PropagationTask>
DefaultPropagationTaskCallable. call()
protected TaskExec<PropagationTask>
AbstractPropagationTaskExecutor. doExecute(PropagationTaskInfo taskInfo, PropagationReporter reporter, String executor)
TaskExec<PropagationTask>
AbstractPropagationTaskExecutor. execute(PropagationTaskInfo taskInfo, PropagationReporter reporter, String executor)
protected TaskExec<PropagationTask>
AbstractPropagationTaskExecutor. rejected(PropagationTaskInfo taskInfo, String rejectReason, PropagationReporter reporter, String executor)
Methods in org.apache.syncope.core.provisioning.java.propagation with parameters of type TaskExec Modifier and Type Method Description protected Optional<PropagationTask>
AbstractPropagationTaskExecutor. hasToBeregistered(PropagationTaskInfo taskInfo, TaskExec<PropagationTask> execution)
Check whether an execution has to be stored, for a given task. -
Uses of TaskExec in org.apache.syncope.core.provisioning.java.pushpull
Methods in org.apache.syncope.core.provisioning.java.pushpull with parameters of type TaskExec Modifier and Type Method Description protected boolean
AbstractProvisioningJobDelegate. hasToBeRegistered(TaskExec<?> execution)
-
Uses of TaskExec in org.apache.syncope.fit.core.reference
Methods in org.apache.syncope.fit.core.reference with parameters of type TaskExec Modifier and Type Method Description protected boolean
TestSampleJobDelegate. hasToBeRegistered(TaskExec<?> execution)
-