Uses of Interface
org.apache.syncope.core.persistence.api.entity.task.SchedTask
-
-
Uses of SchedTask in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao with type parameters of type SchedTask Modifier and Type Method Description <T extends SchedTask>
Optional<T>TaskDAO. findByName(TaskType type, String name)Methods in org.apache.syncope.core.persistence.api.dao that return types with arguments of type SchedTask Modifier and Type Method Description List<SchedTask>TaskDAO. findByDelegate(Implementation delegate) -
Uses of SchedTask in org.apache.syncope.core.persistence.api.entity.task
Classes in org.apache.syncope.core.persistence.api.entity.task with type parameters of type SchedTask Modifier and Type Interface Description interfaceProvisioningTask<T extends SchedTask>Subinterfaces of SchedTask in org.apache.syncope.core.persistence.api.entity.task Modifier and Type Interface Description interfaceMacroTaskinterfaceProvisioningTask<T extends SchedTask>interfacePullTaskinterfacePushTask -
Uses of SchedTask in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao with type parameters of type SchedTask Modifier and Type Method Description <T extends SchedTask>
Optional<T>JPATaskDAO. findByName(TaskType type, String name)Methods in org.apache.syncope.core.persistence.jpa.dao that return types with arguments of type SchedTask Modifier and Type Method Description List<SchedTask>JPATaskDAO. findByDelegate(Implementation delegate) -
Uses of SchedTask in org.apache.syncope.core.persistence.jpa.entity.task
Classes in org.apache.syncope.core.persistence.jpa.entity.task with type parameters of type SchedTask Modifier and Type Class Description classAbstractProvisioningTask<T extends SchedTask>Classes in org.apache.syncope.core.persistence.jpa.entity.task that implement SchedTask Modifier and Type Class Description classAbstractProvisioningTask<T extends SchedTask>classJPAMacroTaskclassJPAPullTaskclassJPAPushTaskclassJPASchedTaskMethods in org.apache.syncope.core.persistence.jpa.entity.task that return SchedTask Modifier and Type Method Description SchedTaskJPASchedTaskExec. getTask()Methods in org.apache.syncope.core.persistence.jpa.entity.task that return types with arguments of type SchedTask Modifier and Type Method Description protected Class<? extends TaskExec<SchedTask>>JPAMacroTask. executionClass()protected Class<? extends TaskExec<SchedTask>>JPAPullTask. executionClass()protected Class<? extends TaskExec<SchedTask>>JPAPushTask. executionClass()protected Class<? extends TaskExec<SchedTask>>JPASchedTask. executionClass()protected List<TaskExec<SchedTask>>JPAMacroTask. executions()protected List<TaskExec<SchedTask>>JPAPullTask. executions()protected List<TaskExec<SchedTask>>JPAPushTask. executions()protected List<TaskExec<SchedTask>>JPASchedTask. executions()Methods in org.apache.syncope.core.persistence.jpa.entity.task with parameters of type SchedTask Modifier and Type Method Description voidJPAMacroTaskExec. setTask(SchedTask task)voidJPAPullTaskExec. setTask(SchedTask task)voidJPAPushTaskExec. setTask(SchedTask task)voidJPASchedTaskExec. setTask(SchedTask task) -
Uses of SchedTask in org.apache.syncope.core.persistence.jpa.validation.entity
Methods in org.apache.syncope.core.persistence.jpa.validation.entity with parameters of type SchedTask Modifier and Type Method Description booleanSchedTaskValidator. isValid(SchedTask task, javax.validation.ConstraintValidatorContext context) -
Uses of SchedTask in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return SchedTask Modifier and Type Method Description SchedTaskTaskDataBinder. createSchedTask(SchedTaskTO taskTO, TaskUtils taskUtil)Methods in org.apache.syncope.core.provisioning.api.data with parameters of type SchedTask Modifier and Type Method Description voidTaskDataBinder. updateSchedTask(SchedTask task, SchedTaskTO taskTO, TaskUtils taskUtil) -
Uses of SchedTask in org.apache.syncope.core.provisioning.api.job
Methods in org.apache.syncope.core.provisioning.api.job with parameters of type SchedTask Modifier and Type Method Description Map<String,Object>JobManager. register(SchedTask task, OffsetDateTime startAt, String executor) -
Uses of SchedTask in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return SchedTask Modifier and Type Method Description SchedTaskTaskDataBinderImpl. createSchedTask(SchedTaskTO taskTO, TaskUtils taskUtils)Methods in org.apache.syncope.core.provisioning.java.data with parameters of type SchedTask Modifier and Type Method Description protected voidTaskDataBinderImpl. fill(SchedTaskTO schedTaskTO, SchedTask schedTask)voidTaskDataBinderImpl. updateSchedTask(SchedTask task, SchedTaskTO taskTO, TaskUtils taskUtils) -
Uses of SchedTask in org.apache.syncope.core.provisioning.java.job
Classes in org.apache.syncope.core.provisioning.java.job with type parameters of type SchedTask Modifier and Type Class Description classAbstractSchedTaskJobDelegate<T extends SchedTask>Fields in org.apache.syncope.core.provisioning.java.job declared as SchedTask Modifier and Type Field Description protected TAbstractSchedTaskJobDelegate. taskThe actual task to be executed.Methods in org.apache.syncope.core.provisioning.java.job with parameters of type SchedTask Modifier and Type Method Description Map<String,Object>DefaultJobManager. register(SchedTask task, OffsetDateTime startAt, String executor)
-