Class FastSoftCleanupStatusService
java.lang.Object
com.atlassian.confluence.impl.retention.AbstractSoftCleanupStatusService
com.atlassian.confluence.impl.retention.fast.status.FastSoftCleanupStatusService
- All Implemented Interfaces:
SoftCleanupStatusService
Default service for interacting with VersionsRemovalStatus object
- Since:
- 9.1.0
-
Field Summary
FieldsFields inherited from class com.atlassian.confluence.impl.retention.AbstractSoftCleanupStatusService
bandanaManager, objectMapper -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the bandana key for the status objectprotected FastSoftCleanupJobStatusparseStatusFromBandanaValue(Object bandanaValue) Get the existing SoftCleanupJobStatus object from the bandana valueMethods inherited from class com.atlassian.confluence.impl.retention.AbstractSoftCleanupStatusService
getCurrentStatus, setCurrentStatus
-
Field Details
-
FAST_VERSIONS_REMOVAL_STATUS_KEY
- See Also:
-
-
Constructor Details
-
FastSoftCleanupStatusService
-
-
Method Details
-
getStatusBandanaKey
Description copied from class:AbstractSoftCleanupStatusServiceGet the bandana key for the status object- Specified by:
getStatusBandanaKeyin classAbstractSoftCleanupStatusService- Returns:
- the bandana key for the status object
-
parseStatusFromBandanaValue
Description copied from class:AbstractSoftCleanupStatusServiceGet the existing SoftCleanupJobStatus object from the bandana value- Specified by:
parseStatusFromBandanaValuein classAbstractSoftCleanupStatusService- Parameters:
bandanaValue- the bandana value- Returns:
- the parsed SoftCleanupJobStatus object
-