Uses of Class
com.atlassian.confluence.legacyapi.model.content.ContentType
-
-
Uses of ContentType in com.atlassian.confluence.legacyapi.model.content
Fields in com.atlassian.confluence.legacyapi.model.content declared as ContentType Modifier and Type Field Description static ContentTypeContentType. BLOG_POSTDeprecated.static ContentTypeContentType. COMMENTDeprecated.static ContentTypeContentType. GLOBAL_DESCRIPTIONDeprecated.static ContentTypeContentType. PAGEDeprecated.static ContentTypeContentType. PERSONAL_INFORMATIONDeprecated.static ContentTypeContentType. SPACE_DESCRIPTIONDeprecated.static ContentTypeContentType. STATUS_UPDATEDeprecated.Methods in com.atlassian.confluence.legacyapi.model.content that return ContentType Modifier and Type Method Description static ContentTypeContentType. forName(String typeName)Deprecated.ContentTypeContent. getType()Deprecated.ContentTypeContentLink. getType()Deprecated.Constructors in com.atlassian.confluence.legacyapi.model.content with parameters of type ContentType Constructor Description Content(Long id, com.atlassian.fugue.Option<SpaceSummary> space, ContentType type, String title, String webUrlPath, com.atlassian.fugue.Option<String> tinyUrlPath, HistorySummary history, Iterable<ContentLink> ancestors, Map<ContentRepresentation,ContentBody> body, Map<Permission,Boolean> permissions)Deprecated.ContentLink(Long id, com.atlassian.fugue.Option<SpaceSummary> space, ContentType type, String title, String webUrlPath)Deprecated. -
Uses of ContentType in com.atlassian.confluence.legacyapi.model.content.locator
Methods in com.atlassian.confluence.legacyapi.model.content.locator that return ContentType Modifier and Type Method Description ContentType[]ContentLocator. getContentTypes()Deprecated.Methods in com.atlassian.confluence.legacyapi.model.content.locator with parameters of type ContentType Modifier and Type Method Description booleanContentLocator. isForContent(ContentType contentType)Deprecated. -
Uses of ContentType in com.atlassian.confluence.legacyapi.service.content
Methods in com.atlassian.confluence.legacyapi.service.content with parameters of type ContentType Modifier and Type Method Description PartialList<Content>ContentService. findSubContent(long id, ContentType subContentType, int offset, int count, Expansion... expansions)Deprecated.Retrieve content that is "contained within" some other piece of content (i.e.PartialList<ContentTree>ContentService. findSubContentTree(long parentId, ContentType subContentType, Expansion... expansions)Deprecated.Retrieve content that is "contained within" some other piece of content (i.e. -
Uses of ContentType in com.atlassian.confluence.ui.rest.service.content
Methods in com.atlassian.confluence.ui.rest.service.content with parameters of type ContentType Modifier and Type Method Description PartialList<Content>LegacyContentServiceImpl. findSubContent(long id, ContentType subContentType, int offset, int count, Expansion... expansions)Deprecated.PartialList<ContentTree>LegacyContentServiceImpl. findSubContentTree(long parentId, ContentType subContentType, Expansion... expansions)Deprecated.
-