Uses of Class
com.atlassian.confluence.api.model.retention.SoftCleanupJobStatus
-
Packages that use SoftCleanupJobStatus Package Description com.atlassian.confluence.api.service.retention com.atlassian.confluence.impl.retention -
-
Uses of SoftCleanupJobStatus in com.atlassian.confluence.api.service.retention
Methods in com.atlassian.confluence.api.service.retention that return SoftCleanupJobStatus Modifier and Type Method Description SoftCleanupJobStatus
SoftCleanupStatusService. getCurrentStatus()
Methods in com.atlassian.confluence.api.service.retention with parameters of type SoftCleanupJobStatus Modifier and Type Method Description void
SoftCleanupStatusService. setCurrentStatus(SoftCleanupJobStatus status)
-
Uses of SoftCleanupJobStatus in com.atlassian.confluence.impl.retention
Methods in com.atlassian.confluence.impl.retention that return SoftCleanupJobStatus Modifier and Type Method Description SoftCleanupJobStatus
DefaultSoftCleanupStatusService. getCurrentStatus()
SoftCleanupJobStatus
RestrictiveSoftCleanupStatusService. getCurrentStatus()
Methods in com.atlassian.confluence.impl.retention with parameters of type SoftCleanupJobStatus Modifier and Type Method Description void
DefaultSoftCleanupStatusService. setCurrentStatus(SoftCleanupJobStatus status)
void
RestrictiveSoftCleanupStatusService. setCurrentStatus(SoftCleanupJobStatus status)
-