Uses of Class
org.duracloud.snapshot.service.impl.StoreClientHelper
-
Packages that use StoreClientHelper Package Description org.duracloud.snapshot.service.impl -
-
Uses of StoreClientHelper in org.duracloud.snapshot.service.impl
Methods in org.duracloud.snapshot.service.impl with parameters of type StoreClientHelper Modifier and Type Method Description protected voidRestoreManagerImpl. setStoreClientHelper(StoreClientHelper storeClientHelper)For testing purposes onlyvoidSnapshotManagerImpl. setStoreClientHelper(StoreClientHelper storeClientHelper)Constructors in org.duracloud.snapshot.service.impl with parameters of type StoreClientHelper Constructor Description RestoreJobBuilder(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)
-