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 SummaryFields inherited from class com.atlassian.confluence.impl.retention.status.AbstractTrashCleanupJobStatusManagerbandanaManager, objectMapper
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.AbstractTrashCleanupJobStatusManagergetCurrentStatus, setCurrentStatus
- 
Constructor Details- 
DefaultTrashCleanupJobStatusManager
 
- 
- 
Method Details- 
getStatusBandanaKeyDescription copied from class:AbstractTrashCleanupJobStatusManagerGet the bandana key for the status object- Specified by:
- getStatusBandanaKeyin class- AbstractTrashCleanupJobStatusManager
- Returns:
- the bandana key for the status object
 
- 
parseStatusFromBandanaValueDescription copied from class:AbstractTrashCleanupJobStatusManagerGet the existing TrashCleanupJobStatus object from the bandana value- Specified by:
- parseStatusFromBandanaValuein class- AbstractTrashCleanupJobStatusManager
- Parameters:
- bandanaValue- the bandana value
- Returns:
- the parsed TrashCleanupJobStatus object
 
 
-