Uses of Class
org.duracloud.snapshot.service.impl.StoreClientHelper
Packages that use StoreClientHelper
-
Uses of StoreClientHelper in org.duracloud.snapshot.service.impl
Methods in org.duracloud.snapshot.service.impl with parameters of type StoreClientHelperModifier and TypeMethodDescriptionprotected voidRestoreManagerImpl.setStoreClientHelper(StoreClientHelper storeClientHelper) For testing purposes onlyvoidSnapshotManagerImpl.setStoreClientHelper(StoreClientHelper storeClientHelper) Constructors in org.duracloud.snapshot.service.impl with parameters of type StoreClientHelperModifierConstructorDescriptionRestoreJobBuilder(RestoreJobExecutionListener jobListener, org.springframework.batch.core.repository.JobRepository jobRepository, org.springframework.transaction.PlatformTransactionManager transactionManager, org.springframework.core.task.TaskExecutor taskExecutor, RestoreManager restoreManager, SnapshotContentItemRepo snapshotContentItemRepo, StoreClientHelper storeClientHelper) SnapshotJobBuilder(SnapshotJobExecutionListener jobListener, org.springframework.batch.core.repository.JobRepository jobRepository, org.springframework.transaction.PlatformTransactionManager transactionManager, org.springframework.core.task.TaskExecutor taskExecutor, SnapshotManager snapshotManager, StoreClientHelper storeClientHelper) SnapshotJobManagerImpl(SnapshotRepo snapshotRepo, RestoreRepo restoreRepo, org.springframework.batch.core.launch.JobLauncher jobLauncher, org.springframework.batch.core.repository.JobRepository jobRepository, BatchJobBuilderManager manager, StoreClientHelper storeClientHelper, EventLog eventLog) SnapshotTaskClientHelper(StoreClientHelper storeClientHelper)