Uses of Class
com.atlassian.confluence.impl.retention.rules.ContentType
-
Packages that use ContentType Package Description com.atlassian.confluence.impl.retention com.atlassian.confluence.impl.retention.rules -
-
Uses of ContentType in com.atlassian.confluence.impl.retention
Methods in com.atlassian.confluence.impl.retention with parameters of type ContentType Modifier and Type Method Description List<HistoricalVersion>DefaultHistoricalVersionService. find(long startOriginalId, int limit, ContentType contentType)List<HistoricalVersion>HistoricalVersionService. find(long startOriginalId, int limit, ContentType contentType)Get a list of content which has a current version with an id greater or equal to {@param startOriginalId}. -
Uses of ContentType in com.atlassian.confluence.impl.retention.rules
Methods in com.atlassian.confluence.impl.retention.rules that return ContentType Modifier and Type Method Description ContentTypeDeletedHistoricalVersion. getContentType()ContentTypeHistoricalVersion. getContentType()static ContentTypeContentType. valueOf(String name)Returns the enum constant of this type with the specified name.static ContentType[]ContentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.confluence.impl.retention.rules with parameters of type ContentType Modifier and Type Method Description DeletedHistoricalVersion.BuilderDeletedHistoricalVersion.Builder. contentType(ContentType contentType)
-