Class DefaultTrashCleanupJobStatusManager
java.lang.Object
com.atlassian.confluence.impl.retention.status.AbstractTrashCleanupJobStatusManager
com.atlassian.confluence.impl.retention.status.DefaultTrashCleanupJobStatusManager
- All Implemented Interfaces:
TrashCleanupJobStatusManager
- Since:
- 7.14.0
-
Field Summary
Fields inherited from class com.atlassian.confluence.impl.retention.status.AbstractTrashCleanupJobStatusManager
bandanaManager, objectMapper
-
Constructor Summary
ConstructorDescriptionDefaultTrashCleanupJobStatusManager
(com.atlassian.bandana.BandanaManager bandanaManager) -
Method Summary
Modifier and TypeMethodDescriptionGet the bandana key for the status objectparseStatusFromBandanaValue
(Object bandanaValue) Get the existing TrashCleanupJobStatus object from the bandana valueMethods inherited from class com.atlassian.confluence.impl.retention.status.AbstractTrashCleanupJobStatusManager
getCurrentStatus, setCurrentStatus
-
Constructor Details
-
DefaultTrashCleanupJobStatusManager
public DefaultTrashCleanupJobStatusManager(com.atlassian.bandana.BandanaManager bandanaManager)
-
-
Method Details
-
getStatusBandanaKey
Description copied from class:AbstractTrashCleanupJobStatusManager
Get the bandana key for the status object- Specified by:
getStatusBandanaKey
in classAbstractTrashCleanupJobStatusManager
- Returns:
- the bandana key for the status object
-
parseStatusFromBandanaValue
Description copied from class:AbstractTrashCleanupJobStatusManager
Get the existing TrashCleanupJobStatus object from the bandana value- Specified by:
parseStatusFromBandanaValue
in classAbstractTrashCleanupJobStatusManager
- Parameters:
bandanaValue
- the bandana value- Returns:
- the parsed TrashCleanupJobStatus object
-