Uses of Class
com.atlassian.confluence.impl.retention.fast.rules.OriginalVersion
Packages that use OriginalVersion
-
Uses of OriginalVersion in com.atlassian.confluence.impl.retention.fast.dao
Methods in com.atlassian.confluence.impl.retention.fast.dao that return types with arguments of type OriginalVersionModifier and TypeMethodDescriptionDefaultFastContentRetentionDao.getOriginalVersions
(ContentType contentType, long startOriginalId, int limit) DefaultFastContentRetentionDao.getOriginalVersions
(ContentType contentType, long startOriginalId, long spaceId, int limit) FastContentRetentionDao.getOriginalVersions
(ContentType contentType, long startOriginalId, int limit) Get a list of original contents whose content id greater or equal to .FastContentRetentionDao.getOriginalVersions
(ContentType contentType, long startOriginalId, long spaceId, int limit) Get a list of original contents in target space whose content id greater or equal to .