Uses of Class
org.apache.syncope.common.lib.to.ProvisioningReport
Packages that use ProvisioningReport
Package
Description
-
Uses of ProvisioningReport in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return types with arguments of type ProvisioningReportModifier and TypeMethodDescriptionReconciliationRestClient.pull(CSVPullSpec spec, InputStream csv) -
Uses of ProvisioningReport in org.apache.syncope.client.console.wizards
Methods in org.apache.syncope.client.console.wizards that return types with arguments of type ProvisioningReportModifier and TypeMethodDescriptionprotected ArrayList<ProvisioningReport> CSVPullWizardBuilder.onApplyInternal(CSVPullSpec modelObject) -
Uses of ProvisioningReport in org.apache.syncope.client.console.wizards.any
Constructor parameters in org.apache.syncope.client.console.wizards.any with type arguments of type ProvisioningReportModifierConstructorDescriptionProvisioningReportsPanel(String id, List<ProvisioningReport> results, PageReference pageRef) -
Uses of ProvisioningReport in org.apache.syncope.common.lib.to
Method parameters in org.apache.syncope.common.lib.to with type arguments of type ProvisioningReportModifier and TypeMethodDescriptionstatic StringProvisioningReport.generate(Collection<ProvisioningReport> results, TraceLevel level) Helper method to invoke logging per provisioning result, for the given trace level. -
Uses of ProvisioningReport in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type ProvisioningReportModifier and TypeMethodDescriptionReconciliationService.pull(CSVPullSpec spec, InputStream csv) Pulls the CSV input into Syncope according to the provided specification.ReconciliationService.pull(ReconQuery query, @NotNull PullTaskTO pullTask) Pulls the matching user, group, any object or linked account from the External Resource into Syncope.ReconciliationService.push(ReconQuery query, @NotNull PushTaskTO pushTask) Pushes the matching user, group, any object or linked account in Syncope onto the External Resource. -
Uses of ProvisioningReport in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return types with arguments of type ProvisioningReportModifier and TypeMethodDescriptionReconciliationLogic.pull(String anyTypeKey, String resourceKey, String anyKey, Set<String> moreAttrsToGet, PullTaskTO pullTask) ReconciliationLogic.pull(String anyTypeKey, String resourceKey, Filter filter, Set<String> moreAttrsToGet, PullTaskTO pullTask) ReconciliationLogic.pull(CSVPullSpec spec, InputStream csv) protected List<ProvisioningReport> ReconciliationLogic.pull(ExternalResource resource, Provision provision, ReconFilterBuilder reconFilterBuilder, Set<String> moreAttrsToGet, PullTaskTO pullTask) ReconciliationLogic.push(String anyTypeKey, String resourceKey, String anyKey, PushTaskTO pushTask) ReconciliationLogic.push(String anyTypeKey, String resourceKey, Filter filter, Set<String> moreAttrsToGet, PushTaskTO pushTask) ReconciliationLogic.push(SearchCond searchCond, org.springframework.data.domain.Pageable pageable, String realm, CSVPushSpec spec, OutputStream os) -
Uses of ProvisioningReport in org.apache.syncope.core.provisioning.api
Methods in org.apache.syncope.core.provisioning.api with parameters of type ProvisioningReport -
Uses of ProvisioningReport in org.apache.syncope.core.provisioning.api.pushpull
Methods in org.apache.syncope.core.provisioning.api.pushpull that return ProvisioningReportModifier and TypeMethodDescriptionSyncopeSinglePushExecutor.push(ExternalResource resource, Provision provision, Connector connector, LinkedAccount account, PushTaskTO pushTaskTO, String executor) Methods in org.apache.syncope.core.provisioning.api.pushpull that return types with arguments of type ProvisioningReportModifier and TypeMethodDescriptionProvisioningProfile.getResults()SyncopeSinglePullExecutor.pull(ExternalResource resource, Provision provision, Connector connector, ReconFilterBuilder reconFilterBuilder, Set<String> moreAttrsToGet, PullTaskTO pullTaskTO, String executor) SyncopeSinglePushExecutor.push(ExternalResource resource, Provision provision, Connector connector, Any any, PushTaskTO pushTaskTO, String executor) Methods in org.apache.syncope.core.provisioning.api.pushpull with parameters of type ProvisioningReportModifier and TypeMethodDescriptiondefault voidInboundActions.after(ProvisioningProfile<?, ?> profile, LiveSyncDelta delta, EntityTO entity, ProvisioningReport result) Action to be executed after each local entity inbound.default voidPushActions.after(ProvisioningProfile<?, ?> profile, Entity entity, ProvisioningReport result) Action to be executed after each local entity push.default voidPushActions.onError(ProvisioningProfile<?, ?> profile, Entity entity, ProvisioningReport result, Exception error) Action to be executed after entity push goes on error. -
Uses of ProvisioningReport in org.apache.syncope.core.provisioning.api.pushpull.stream
Methods in org.apache.syncope.core.provisioning.api.pushpull.stream that return types with arguments of type ProvisioningReportModifier and TypeMethodDescriptionSyncopeStreamPullExecutor.pull(AnyType anyType, String keyColumn, List<String> columns, ConflictResolutionAction conflictResolutionAction, String inboundCorrelationRule, Connector connector, PullTaskTO pullTaskTO, String executor) SyncopeStreamPushExecutor.push(AnyType anyType, List<? extends Any> anys, List<String> columns, Connector connector, List<String> propagationActions, PushTaskTO pushTaskTO, String executor) -
Uses of ProvisioningReport in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java with parameters of type ProvisioningReport -
Uses of ProvisioningReport in org.apache.syncope.core.provisioning.java.pushpull
Methods in org.apache.syncope.core.provisioning.java.pushpull that return ProvisioningReportModifier and TypeMethodDescriptionSinglePushJobDelegate.push(ExternalResource resource, Provision provision, Connector connector, LinkedAccount account, PushTaskTO pushTaskTO, String executor) Methods in org.apache.syncope.core.provisioning.java.pushpull that return types with arguments of type ProvisioningReportModifier and TypeMethodDescriptionSinglePullJobDelegate.pull(ExternalResource resource, Provision provision, Connector connector, ReconFilterBuilder reconFilterBuilder, Set<String> moreAttrsToGet, PullTaskTO pullTaskTO, String executor) SinglePushJobDelegate.push(ExternalResource resource, Provision provision, Connector connector, Any any, PushTaskTO pushTaskTO, String executor) Methods in org.apache.syncope.core.provisioning.java.pushpull with parameters of type ProvisioningReportModifier and TypeMethodDescriptionvoidDBPasswordPullActions.after(ProvisioningProfile<?, ?> profile, LiveSyncDelta delta, EntityTO any, ProvisioningReport result) voidLDAPMembershipPullActions.after(ProvisioningProfile<?, ?> profile, LiveSyncDelta delta, EntityTO entity, ProvisioningReport result) Keep track of members of the group being updated after actual update took place.voidLDAPPasswordPullActions.after(ProvisioningProfile<?, ?> profile, LiveSyncDelta delta, EntityTO entity, ProvisioningReport result) protected voidAbstractPushResultHandler.assign(Any any, Boolean enabled, ProvisioningReport result) protected OpEvent.OutcomeDefaultRealmPullResultHandler.create(RealmTO realmTO, SyncDelta delta, UnmatchingRule unmatchingRule, ProvisioningReport result) protected voidAbstractPullResultHandler.createRemediation(String anyType, String anyKey, AnyCR anyCR, AnyUR anyUR, ProvisioningReport result, SyncDelta delta) protected voidAbstractPullResultHandler.createRemediationIfNeeded(AnyUR anyUR, SyncDelta delta, ProvisioningReport result) protected voidAbstractPushResultHandler.deprovision(Any any, ConnectorObject beforeObj, ProvisioningReport result) protected voidDefaultUserPushResultHandler.deprovision(Any any, ConnectorObject beforeObj, ProvisioningReport result) protected abstract AnyURAbstractPullResultHandler.doUpdate(AnyTO before, AnyUR anyUR, SyncDelta delta, ProvisioningReport result) protected AnyURDefaultAnyObjectPullResultHandler.doUpdate(AnyTO before, AnyUR req, SyncDelta delta, ProvisioningReport result) protected AnyURDefaultGroupPullResultHandler.doUpdate(AnyTO before, AnyUR req, SyncDelta delta, ProvisioningReport result) protected AnyURDefaultUserPullResultHandler.doUpdate(AnyTO before, AnyUR req, SyncDelta delta, ProvisioningReport result) protected voidAbstractPushResultHandler.link(Any any, boolean unlink, ProvisioningReport result) protected voidAbstractPushResultHandler.provision(Any any, Boolean enable, ProvisioningReport result) protected voidDefaultUserPushResultHandler.provision(Any any, Boolean enabled, ProvisioningReport result) protected voidDefaultUserPushResultHandler.provision(LinkedAccount account, Boolean enable, ProvisioningReport result) protected static voidAbstractPushResultHandler.reportPropagation(ProvisioningReport result, PropagationReporter reporter) protected voidAbstractPushResultHandler.unassign(Any any, ConnectorObject beforeObj, ProvisioningReport result) protected voidAbstractPushResultHandler.update(Any any, Boolean enable, ConnectorObject beforeObj, ProvisioningReport result) protected voidDefaultUserPushResultHandler.update(Any any, Boolean enable, ConnectorObject beforeObj, ProvisioningReport result) protected voidDefaultUserPushResultHandler.update(LinkedAccount account, Boolean enable, ConnectorObject beforeObj, ResourceOperation operation, ProvisioningReport result) Method parameters in org.apache.syncope.core.provisioning.java.pushpull with type arguments of type ProvisioningReportModifier and TypeMethodDescriptionprotected StringAbstractProvisioningJobDelegate.createReport(Collection<ProvisioningReport> provResults, ExternalResource resource, boolean dryRun) Create a textual report of the provisioning operation, based on the trace level.protected StringAbstractProvisioningJobDelegate.generate(Collection<ProvisioningReport> results, TraceLevel level) Helper method to invoke logging per provisioning result, for the given trace level. -
Uses of ProvisioningReport in org.apache.syncope.core.provisioning.java.pushpull.stream
Methods in org.apache.syncope.core.provisioning.java.pushpull.stream that return types with arguments of type ProvisioningReportModifier and TypeMethodDescriptionStreamPullJobDelegate.pull(AnyType anyType, String keyColumn, List<String> columns, ConflictResolutionAction conflictResolutionAction, String inboundCorrelationRule, Connector connector, PullTaskTO pullTaskTO, String executor) StreamPushJobDelegate.push(AnyType anyType, List<? extends Any> anys, List<String> columns, Connector connector, List<String> propagationActions, PushTaskTO pushTaskTO, String executor) Methods in org.apache.syncope.core.provisioning.java.pushpull.stream with parameters of type ProvisioningReportModifier and TypeMethodDescriptionprotected voidStreamAnyObjectPushResultHandler.provision(Any any, Boolean enabled, ProvisioningReport result) protected voidStreamGroupPushResultHandler.provision(Any any, Boolean enabled, ProvisioningReport result) protected voidStreamUserPushResultHandler.provision(Any any, Boolean enabled, ProvisioningReport result) -
Uses of ProvisioningReport in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type ProvisioningReportModifier and TypeMethodDescriptionReconciliationServiceImpl.pull(CSVPullSpec spec, InputStream csv) ReconciliationServiceImpl.pull(ReconQuery query, PullTaskTO pullTask) ReconciliationServiceImpl.push(ReconQuery query, PushTaskTO pushTask)