Class FastTrashCleanupJobStatusManager
java.lang.Object
com.atlassian.confluence.impl.retention.status.AbstractTrashCleanupJobStatusManager
com.atlassian.confluence.impl.retention.fast.status.FastTrashCleanupJobStatusManager
- All Implemented Interfaces:
TrashCleanupJobStatusManager
- Since:
- 9.1.0
-
Field Summary
Fields inherited from class com.atlassian.confluence.impl.retention.status.AbstractTrashCleanupJobStatusManager
bandanaManager, objectMapper -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the bandana key for the status objectprotected FastTrashCleanupJobStatusparseStatusFromBandanaValue(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
-
FastTrashCleanupJobStatusManager
-
-
Method Details
-
getStatusBandanaKey
Description copied from class:AbstractTrashCleanupJobStatusManagerGet the bandana key for the status object- Specified by:
getStatusBandanaKeyin classAbstractTrashCleanupJobStatusManager- Returns:
- the bandana key for the status object
-
parseStatusFromBandanaValue
Description copied from class:AbstractTrashCleanupJobStatusManagerGet the existing TrashCleanupJobStatus object from the bandana value- Specified by:
parseStatusFromBandanaValuein classAbstractTrashCleanupJobStatusManager- Parameters:
bandanaValue- the bandana value- Returns:
- the parsed TrashCleanupJobStatus object
-