Uses of Interface
org.apache.syncope.core.persistence.api.entity.task.PropagationTask
Packages that use PropagationTask
Package
Description
-
Uses of PropagationTask in org.apache.syncope.core.persistence.common.validation
Methods in org.apache.syncope.core.persistence.common.validation with parameters of type PropagationTaskModifier and TypeMethodDescriptionbooleanPropagationTaskValidator.isValid(PropagationTask task, ConstraintValidatorContext context) -
Uses of PropagationTask in org.apache.syncope.core.persistence.jpa.entity.task
Classes in org.apache.syncope.core.persistence.jpa.entity.task that implement PropagationTaskModifier and TypeClassDescriptionclassEncapsulate all information about a propagation task.Methods in org.apache.syncope.core.persistence.jpa.entity.task that return PropagationTaskMethods in org.apache.syncope.core.persistence.jpa.entity.task that return types with arguments of type PropagationTaskModifier and TypeMethodDescriptionprotected 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 -
Uses of PropagationTask in org.apache.syncope.core.persistence.neo4j.entity.task
Classes in org.apache.syncope.core.persistence.neo4j.entity.task that implement PropagationTaskModifier and TypeClassDescriptionclassEncapsulate all information about a propagation task.Methods in org.apache.syncope.core.persistence.neo4j.entity.task that return PropagationTaskMethods in org.apache.syncope.core.persistence.neo4j.entity.task that return types with arguments of type PropagationTaskModifier and TypeMethodDescriptionprotected Class<? extends AbstractTaskExec<PropagationTask>> Neo4jPropagationTask.executionClass()protected List<? extends AbstractTaskExec<PropagationTask>> Neo4jPropagationTask.executions()Methods in org.apache.syncope.core.persistence.neo4j.entity.task with parameters of type PropagationTaskMethod parameters in org.apache.syncope.core.persistence.neo4j.entity.task with type arguments of type PropagationTaskModifier and TypeMethodDescriptionprotected booleanNeo4jPropagationTask.doAdd(TaskExec<PropagationTask> exec) -
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 PropagationTaskModifier and TypeMethodDescriptionPropagationTaskExecutor.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 PropagationTaskModifier and TypeMethodDescriptiondefault voidPropagationActions.after(PropagationTaskInfo taskInfo, TaskExec<PropagationTask> execution, ConnectorObject afterObj) Executes logic after actual propagation.default voidPropagationActions.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 PropagationTaskModifier and TypeMethodDescriptionprotected TaskExec<PropagationTask> AbstractPropagationTaskExecutor.doExecute(PropagationTaskInfo taskInfo, PropagationReporter reporter, String executor) 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 Callable<TaskExec<PropagationTask>> PriorityPropagationTaskExecutor.newPropagationTaskCallable(PropagationTaskInfo taskInfo, PropagationReporter reporter, String executor) Creates new instances ofCallablefor usage withCompletionService.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 PropagationTaskModifier and TypeMethodDescriptionprotected booleanPriorityPropagationTaskExecutor.failed(PropagationTaskInfo taskInfpo, TaskExec<PropagationTask> exec, ExecStatus execStatus) protected Optional<PropagationTask> AbstractPropagationTaskExecutor.hasToBeregistered(PropagationTaskInfo taskInfo, TaskExec<PropagationTask> execution) Check whether an execution has to be stored, for a given task.