Class SinglePullJobDelegate
- 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.SinglePullJobDelegate
-
- All Implemented Interfaces:
JobDelegate
,SchedTaskJobDelegate
,SyncopePullExecutor
,SyncopeSinglePullExecutor
public class SinglePullJobDelegate extends PullJobDelegate implements SyncopeSinglePullExecutor
-
-
Field Summary
Fields Modifier and Type Field Description protected ImplementationDAO
implementationDAO
protected RealmDAO
realmDAO
-
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 SinglePullJobDelegate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ProvisioningReport>
pull(ExternalResource resource, Provision provision, Connector connector, ReconFilterBuilder reconFilterBuilder, Set<String> moreAttrsToGet, 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
-
-
-
-
Field Detail
-
implementationDAO
@Autowired protected ImplementationDAO implementationDAO
-
realmDAO
@Autowired protected RealmDAO realmDAO
-
-
Method Detail
-
pull
public List<ProvisioningReport> pull(ExternalResource resource, Provision provision, Connector connector, ReconFilterBuilder reconFilterBuilder, Set<String> moreAttrsToGet, PullTaskTO pullTaskTO, String executor) throws org.quartz.JobExecutionException
- Specified by:
pull
in interfaceSyncopeSinglePullExecutor
- Throws:
org.quartz.JobExecutionException
-
-