Uses of Interface
org.apache.syncope.core.persistence.api.entity.task.PropagationTask
-
-
Uses of PropagationTask in org.apache.syncope.core.persistence.jpa.entity.task
Classes in org.apache.syncope.core.persistence.jpa.entity.task that implement PropagationTask Modifier and Type Class Description class
JPAPropagationTask
Encapsulate all information about a propagation task.Methods in org.apache.syncope.core.persistence.jpa.entity.task that return PropagationTask Modifier and Type Method Description PropagationTask
JPAPropagationTaskExec. getTask()
Methods in org.apache.syncope.core.persistence.jpa.entity.task that return types with arguments of type PropagationTask Modifier and Type Method Description protected Class<? extends TaskExec<PropagationTask>>
JPAPropagationTask. executionClass()
protected List<TaskExec<PropagationTask>>
JPAPropagationTask. executions()
Methods in org.apache.syncope.core.persistence.jpa.entity.task with parameters of type PropagationTask Modifier and Type Method Description void
JPAPropagationTaskExec. setTask(PropagationTask task)
-
Uses of PropagationTask in org.apache.syncope.core.persistence.jpa.validation.entity
Methods in org.apache.syncope.core.persistence.jpa.validation.entity with parameters of type PropagationTask Modifier and Type Method Description boolean
PropagationTaskValidator. isValid(PropagationTask task, javax.validation.ConstraintValidatorContext context)
-
Uses of PropagationTask in org.apache.syncope.core.provisioning.api.propagation
Methods in org.apache.syncope.core.provisioning.api.propagation that return types with arguments of type PropagationTask Modifier and Type Method Description TaskExec<PropagationTask>
PropagationTaskExecutor. execute(PropagationTaskInfo taskInfo, PropagationReporter reporter, String executor)
Execute the given task and returns the generatedTaskExec
.Method parameters in org.apache.syncope.core.provisioning.api.propagation with type arguments of type PropagationTask 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 PropagationTask in org.apache.syncope.core.provisioning.java.propagation
Methods in org.apache.syncope.core.provisioning.java.propagation that return types with arguments of type PropagationTask 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 Optional<PropagationTask>
AbstractPropagationTaskExecutor. hasToBeregistered(PropagationTaskInfo taskInfo, TaskExec<PropagationTask> execution)
Check whether an execution has to be stored, for a given task.protected TaskExec<PropagationTask>
AbstractPropagationTaskExecutor. rejected(PropagationTaskInfo taskInfo, String rejectReason, PropagationReporter reporter, String executor)
Method parameters in org.apache.syncope.core.provisioning.java.propagation with type arguments of type PropagationTask 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.
-