Class DefaultSoftCleanupStatusService
java.lang.Object
com.atlassian.confluence.impl.retention.AbstractSoftCleanupStatusService
com.atlassian.confluence.impl.retention.DefaultSoftCleanupStatusService
- All Implemented Interfaces:
SoftCleanupStatusService
Default service for interacting with VersionsRemovalStatus object
- Since:
- 7.12
-
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 SoftCleanupJobStatus
parseStatusFromBandanaValue
(Object bandanaValue) Get the existing SoftCleanupJobStatus object from the bandana valueMethods inherited from class com.atlassian.confluence.impl.retention.AbstractSoftCleanupStatusService
getCurrentStatus, setCurrentStatus
-
Field Details
-
VERSIONS_REMOVAL_STATUS_KEY
- See Also:
-
-
Constructor Details
-
DefaultSoftCleanupStatusService
-
-
Method Details
-
getStatusBandanaKey
Description copied from class:AbstractSoftCleanupStatusService
Get the bandana key for the status object- Specified by:
getStatusBandanaKey
in classAbstractSoftCleanupStatusService
- Returns:
- the bandana key for the status object
-
parseStatusFromBandanaValue
Description copied from class:AbstractSoftCleanupStatusService
Get the existing SoftCleanupJobStatus object from the bandana value- Specified by:
parseStatusFromBandanaValue
in classAbstractSoftCleanupStatusService
- Parameters:
bandanaValue
- the bandana value- Returns:
- the parsed SoftCleanupJobStatus object
-