Uses of Interface
org.apache.syncope.core.provisioning.api.propagation.PropagationReporter
-
-
Uses of PropagationReporter in org.apache.syncope.core.provisioning.api.propagation
Methods in org.apache.syncope.core.provisioning.api.propagation that return PropagationReporter Modifier and Type Method Description PropagationReporterPropagationTaskExecutor. 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 PropagationReporter Modifier and Type Method Description TaskExec<PropagationTask>PropagationTaskExecutor. execute(PropagationTaskInfo taskInfo, PropagationReporter reporter, String executor)Execute the given task and returns the generatedTaskExec.voidPropagationTaskCallable. setReporter(PropagationReporter reporter) -
Uses of PropagationReporter in org.apache.syncope.core.provisioning.java.propagation
Classes in org.apache.syncope.core.provisioning.java.propagation that implement PropagationReporter Modifier and Type Class Description classDefaultPropagationReporterFields in org.apache.syncope.core.provisioning.java.propagation declared as PropagationReporter Modifier and Type Field Description protected PropagationReporterDefaultPropagationTaskCallable. reporterMethods in org.apache.syncope.core.provisioning.java.propagation that return PropagationReporter Modifier and Type Method Description PropagationReporterPriorityPropagationTaskExecutor. execute(Collection<PropagationTaskInfo> taskInfos, boolean nullPriorityAsync, String executor)Methods in org.apache.syncope.core.provisioning.java.propagation with parameters of type PropagationReporter Modifier and Type Method Description protected TaskExec<PropagationTask>AbstractPropagationTaskExecutor. doExecute(PropagationTaskInfo taskInfo, PropagationReporter reporter, String executor)TaskExec<PropagationTask>AbstractPropagationTaskExecutor. execute(PropagationTaskInfo taskInfo, PropagationReporter reporter, String executor)protected PropagationTaskCallablePriorityPropagationTaskExecutor. newPropagationTaskCallable(PropagationTaskInfo taskInfo, PropagationReporter reporter, String executor)Creates new instances ofPropagationTaskCallablefor usage withCompletionService.protected TaskExec<PropagationTask>AbstractPropagationTaskExecutor. rejected(PropagationTaskInfo taskInfo, String rejectReason, PropagationReporter reporter, String executor)voidDefaultPropagationTaskCallable. setReporter(PropagationReporter reporter) -
Uses of PropagationReporter in org.apache.syncope.core.provisioning.java.pushpull
Methods in org.apache.syncope.core.provisioning.java.pushpull with parameters of type PropagationReporter Modifier and Type Method Description protected static voidAbstractPushResultHandler. reportPropagation(ProvisioningReport result, PropagationReporter reporter)
-