Class RemoteAuditServiceImpl
- java.lang.Object
-
- com.atlassian.confluence.rest.client.AbstractRemoteService<AuditService>
-
- com.atlassian.confluence.it.audit.RemoteAuditServiceImpl
-
- All Implemented Interfaces:
RemoteAuditService
@Deprecated public class RemoteAuditServiceImpl extends AbstractRemoteService<AuditService> implements RemoteAuditService
Deprecated.since 7.5.0. Use AuditRestResource API from atlassian-audit-pluginAllows using Audit REST API in integration tests- Since:
- 7.3.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RemoteAuditServiceImpl.AuditResponse
Deprecated.
-
Field Summary
-
Fields inherited from class com.atlassian.confluence.rest.client.AbstractRemoteService
provider
-
-
Constructor Summary
Constructors Constructor Description RemoteAuditServiceImpl(AuthenticatedWebResourceProvider provider, ExecutorService executor)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Future<String>
csvExport()
Deprecated.Future<List<AuditRecord>>
getRecords(Instant from, Instant to)
Deprecated.Future<List<AuditRecord>>
getRecords(Instant from, Instant to, String searchString)
Deprecated.Future<RetentionPeriod>
getRetentionPeriod()
Deprecated.Future<RetentionPeriod>
setRetentionPeriod(RetentionPeriod retentionPeriod)
Deprecated.Future<AuditRecord>
storeRecord(AuditRecord record)
Deprecated.-
Methods inherited from class com.atlassian.confluence.rest.client.AbstractRemoteService
addExpansions, addPageRequest, addPageRequestParams, deleteCompletionStage, deleteCompletionStage, deleteFuture, deleteFuture, getCompletionStage, getCompletionStageGenericCollection, getCompletionStageMap, getCompletionStageMapOfPageResponses, getCompletionStageOptional, getCompletionStagePageResponseList, getCompletionStageSearchPageResponseList, getExecutor, getFuture, getFutureGenericCollection, getFutureMap, getFutureMapOfPageResponses, getFutureOption, getFuturePageResponseList, newExperimentalRestWebResource, newRestWebResource, postCompletionStage, postCompletionStage, postCompletionStage, postCompletionStageToPageResponse, postFuture, postFuture, postFuture, postFutureToPageResponse, putCompletionStage, putFuture
-
-
-
-
Constructor Detail
-
RemoteAuditServiceImpl
public RemoteAuditServiceImpl(AuthenticatedWebResourceProvider provider, ExecutorService executor)
Deprecated.
-
-
Method Detail
-
storeRecord
public Future<AuditRecord> storeRecord(AuditRecord record)
Deprecated.- Specified by:
storeRecord
in interfaceRemoteAuditService
-
getRecords
public Future<List<AuditRecord>> getRecords(Instant from, Instant to)
Deprecated.- Specified by:
getRecords
in interfaceRemoteAuditService
-
getRecords
public Future<List<AuditRecord>> getRecords(Instant from, Instant to, String searchString)
Deprecated.- Specified by:
getRecords
in interfaceRemoteAuditService
-
getRetentionPeriod
public Future<RetentionPeriod> getRetentionPeriod()
Deprecated.- Specified by:
getRetentionPeriod
in interfaceRemoteAuditService
-
setRetentionPeriod
public Future<RetentionPeriod> setRetentionPeriod(RetentionPeriod retentionPeriod)
Deprecated.- Specified by:
setRetentionPeriod
in interfaceRemoteAuditService
-
csvExport
public Future<String> csvExport()
Deprecated.- Specified by:
csvExport
in interfaceRemoteAuditService
-
-