Uses of Interface
com.atlassian.confluence.content.apisupport.ContentTypeApiSupport
-
-
Uses of ContentTypeApiSupport in com.atlassian.confluence.api.impl.service.content.typebinding
Classes in com.atlassian.confluence.api.impl.service.content.typebinding that implement ContentTypeApiSupport Modifier and Type Class Description classAttachmentContentTypeApiSupportPerforms API operations forAttachments.classBlogPostContentTypeApiSupportclassCommentContentTypeApiSupportΓΈ Performs API operations forComments.classPageContentTypeApiSupportProvidesPages for the API. -
Uses of ContentTypeApiSupport in com.atlassian.confluence.content.apisupport
Classes in com.atlassian.confluence.content.apisupport that implement ContentTypeApiSupport Modifier and Type Class Description classBaseContentTypeApiSupport<T extends ContentConvertible>A subclass for extensible content type support in the apiclassCustomContentTypeApiSupportMethods in com.atlassian.confluence.content.apisupport that return ContentTypeApiSupport Modifier and Type Method Description ContentTypeApiSupportApiSupportProvider. getForType(ContentType type)Get the content type api support for the given content typeContentTypeApiSupportContentTypeApiSupportProvider. getForType(ContentType type)Methods in com.atlassian.confluence.content.apisupport that return types with arguments of type ContentTypeApiSupport Modifier and Type Method Description List<ContentTypeApiSupport>ContentTypeApiSupportProvider. getList()Map<ContentType,ContentTypeApiSupport>ContentTypeApiSupportProvider. getMap()Constructor parameters in com.atlassian.confluence.content.apisupport with type arguments of type ContentTypeApiSupport Constructor Description ContentTypeApiSupportProvider(List<com.google.common.base.Supplier<ContentTypeApiSupport>> bundledBindings, ContentTypeManager customContentTypeManager) -
Uses of ContentTypeApiSupport in com.atlassian.confluence.content.custom
Methods in com.atlassian.confluence.content.custom that return ContentTypeApiSupport Modifier and Type Method Description ContentTypeApiSupport<CustomContentEntityObject>BaseCustomContentType. getApiSupport()A null implementation that provide no extensions or children for the CustomContentTypeContentTypeApiSupport<CustomContentEntityObject>CustomContentType. getApiSupport()Get the api support for this CustomContentType. -
Uses of ContentTypeApiSupport in com.atlassian.confluence.it.api.test.plugin.apiavailable
Classes in com.atlassian.confluence.it.api.test.plugin.apiavailable that implement ContentTypeApiSupport Modifier and Type Class Description classDummyAvailableContentTypeSupport
-