Uses of Interface
org.apache.syncope.core.provisioning.api.propagation.PropagationReporter
Packages that use PropagationReporter
Package
Description
-
Uses of PropagationReporter in org.apache.syncope.core.provisioning.api.propagation
Methods in org.apache.syncope.core.provisioning.api.propagation that return PropagationReporterModifier and TypeMethodDescriptionPropagationTaskExecutor.execute(Collection<PropagationTaskInfo> taskInfos, boolean nullPriorityAsync, String executor) Execute the given collection of tasks.Methods in org.apache.syncope.core.provisioning.api.propagation with parameters of type PropagationReporterModifier and TypeMethodDescriptionPropagationTaskExecutor.execute(PropagationTaskInfo taskInfo, PropagationReporter reporter, String executor) Execute the given task and returns the generatedTaskExec. -
Uses of PropagationReporter in org.apache.syncope.core.provisioning.java.propagation
Classes in org.apache.syncope.core.provisioning.java.propagation that implement PropagationReporterMethods in org.apache.syncope.core.provisioning.java.propagation that return PropagationReporterModifier and TypeMethodDescriptionInstrumentedPriorityPropagationTaskExecutor.execute(Collection<PropagationTaskInfo> taskInfos, boolean nullPriorityAsync, String executor) PriorityPropagationTaskExecutor.execute(Collection<PropagationTaskInfo> taskInfos, boolean nullPriorityAsync, String executor) Methods in org.apache.syncope.core.provisioning.java.propagation with parameters of type PropagationReporterModifier and TypeMethodDescriptionprotected TaskExec<PropagationTask> AbstractPropagationTaskExecutor.doExecute(PropagationTaskInfo taskInfo, PropagationReporter reporter, String executor) AbstractPropagationTaskExecutor.execute(PropagationTaskInfo taskInfo, PropagationReporter reporter, String executor) 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) -
Uses of PropagationReporter in org.apache.syncope.core.provisioning.java.pushpull
Methods in org.apache.syncope.core.provisioning.java.pushpull with parameters of type PropagationReporterModifier and TypeMethodDescriptionprotected static voidAbstractPushResultHandler.reportPropagation(ProvisioningReport result, PropagationReporter reporter)