Class FastTrashCleanupJobStatus
java.lang.Object
com.atlassian.confluence.impl.retention.status.TrashCleanupJobStatus
com.atlassian.confluence.impl.retention.fast.status.FastTrashCleanupJobStatus
Status of a fast soft removal job
- Since:
- 9.1.0
-
Field Summary
FieldsFields inherited from class com.atlassian.confluence.impl.retention.status.TrashCleanupJobStatus
DEFAULT_NEXT_ID_OFFSET
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
getSpaceNextStartContentId
(long policySpaceId) void
setSpaceNextStartContentId
(long policySpaceId, long nextStartOriginalId) toString()
Methods inherited from class com.atlassian.confluence.impl.retention.status.TrashCleanupJobStatus
getNextContentIdOffset, setNextContentIdOffset
-
Field Details
-
GLOBAL_SPACE_ID
-
-
Constructor Details
-
FastTrashCleanupJobStatus
public FastTrashCleanupJobStatus() -
FastTrashCleanupJobStatus
-
-
Method Details
-
getSpaceNextStartContentId
public long getSpaceNextStartContentId(long policySpaceId) - Returns:
- contentId offset for the next job
-
setSpaceNextStartContentId
public void setSpaceNextStartContentId(long policySpaceId, long nextStartOriginalId) -
toString
- Overrides:
toString
in classTrashCleanupJobStatus
-