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 SummaryFieldsFields inherited from class com.atlassian.confluence.impl.retention.AbstractSoftCleanupStatusServicebandanaManager, objectMapper
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGet the bandana key for the status objectprotected SoftCleanupJobStatusparseStatusFromBandanaValue(Object bandanaValue) Get the existing SoftCleanupJobStatus object from the bandana valueMethods inherited from class com.atlassian.confluence.impl.retention.AbstractSoftCleanupStatusServicegetCurrentStatus, setCurrentStatus
- 
Field Details- 
VERSIONS_REMOVAL_STATUS_KEY- See Also:
 
 
- 
- 
Constructor Details- 
DefaultSoftCleanupStatusService
 
- 
- 
Method Details- 
getStatusBandanaKeyDescription copied from class:AbstractSoftCleanupStatusServiceGet the bandana key for the status object- Specified by:
- getStatusBandanaKeyin class- AbstractSoftCleanupStatusService
- Returns:
- the bandana key for the status object
 
- 
parseStatusFromBandanaValueDescription copied from class:AbstractSoftCleanupStatusServiceGet the existing SoftCleanupJobStatus object from the bandana value- Specified by:
- parseStatusFromBandanaValuein class- AbstractSoftCleanupStatusService
- Parameters:
- bandanaValue- the bandana value
- Returns:
- the parsed SoftCleanupJobStatus object
 
 
-