Class StreamPullJobDelegate
- java.lang.Object
-
- org.apache.syncope.core.provisioning.java.job.AbstractSchedTaskJobDelegate<T>
-
- org.apache.syncope.core.provisioning.java.pushpull.AbstractProvisioningJobDelegate<PullTask>
-
- org.apache.syncope.core.provisioning.java.pushpull.PullJobDelegate
-
- org.apache.syncope.core.provisioning.java.pushpull.stream.StreamPullJobDelegate
-
- All Implemented Interfaces:
JobDelegate
,SchedTaskJobDelegate
,SyncopeStreamPullExecutor
,SyncopePullExecutor
public class StreamPullJobDelegate extends PullJobDelegate implements SyncopeStreamPullExecutor
-
-
Field Summary
-
Fields inherited from class org.apache.syncope.core.provisioning.java.pushpull.PullJobDelegate
anyUtilsFactory, groupDAO, handled, inboundMatcher, latestSyncTokens, perContextActions, perContextReconFilterBuilder, plainSchemaDAO, profile, validator, virSchemaDAO
-
Fields inherited from class org.apache.syncope.core.provisioning.java.pushpull.AbstractProvisioningJobDelegate
anyTypeDAO, connectorManager, entityFactory, perContextProvisionSorter, policyDAO, resourceDAO
-
Fields inherited from class org.apache.syncope.core.provisioning.java.job.AbstractSchedTaskJobDelegate
auditManager, interrupt, interrupted, LOG, notificationManager, publisher, securityProperties, task, taskDAO, taskDataBinder, taskExecDAO, taskType, taskUtilsFactory
-
Fields inherited from interface org.apache.syncope.core.provisioning.api.job.JobDelegate
OPERATION_ID
-
-
Constructor Summary
Constructors Constructor Description StreamPullJobDelegate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ProvisioningReport>
pull(AnyType anyType, String keyColumn, List<String> columns, ConflictResolutionAction conflictResolutionAction, String pullCorrelationRule, Connector connector, PullTaskTO pullTaskTO, String executor)
-
Methods inherited from class org.apache.syncope.core.provisioning.java.pushpull.PullJobDelegate
buildAnyObjectHandler, buildGroupHandler, buildRealmHandler, buildUserHandler, doExecuteProvisioning, getPullActions, getReconFilterBuilder, reportHandled, setGroupOwners, setInterrupted, setLatestSyncToken, wasInterruptRequested
-
Methods inherited from class org.apache.syncope.core.provisioning.java.pushpull.AbstractProvisioningJobDelegate
createReport, doExecute, generate, getConnector, getProvisionSorter, getTaskClassReference, hasToBeRegistered
-
Methods inherited from class org.apache.syncope.core.provisioning.java.job.AbstractSchedTaskJobDelegate
execute, interrupt, isInterrupted, register, setStatus
-
-
-
-
Method Detail
-
pull
public List<ProvisioningReport> pull(AnyType anyType, String keyColumn, List<String> columns, ConflictResolutionAction conflictResolutionAction, String pullCorrelationRule, Connector connector, PullTaskTO pullTaskTO, String executor) throws org.quartz.JobExecutionException
- Specified by:
pull
in interfaceSyncopeStreamPullExecutor
- Throws:
org.quartz.JobExecutionException
-
-