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 SoftCleanupJobStatusSoftCleanupStatusService. getCurrentStatus()Methods in com.atlassian.confluence.api.service.retention with parameters of type SoftCleanupJobStatus Modifier and Type Method Description voidSoftCleanupStatusService. 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 SoftCleanupJobStatusDefaultSoftCleanupStatusService. getCurrentStatus()SoftCleanupJobStatusRestrictiveSoftCleanupStatusService. getCurrentStatus()Methods in com.atlassian.confluence.impl.retention with parameters of type SoftCleanupJobStatus Modifier and Type Method Description voidDefaultSoftCleanupStatusService. setCurrentStatus(SoftCleanupJobStatus status)voidRestrictiveSoftCleanupStatusService. setCurrentStatus(SoftCleanupJobStatus status)
-