Uses of Class
com.atlassian.confluence.api.model.content.ContentType
-
-
Uses of ContentType in com.atlassian.confluence.api.impl.service.content
Methods in com.atlassian.confluence.api.impl.service.content that return types with arguments of type ContentType Modifier and Type Method Description Map<ContentType,PageResponse<Content>>SpaceServiceImpl.SpaceContentImpl. fetchMappedByType(PageRequest pageRequest)Methods in com.atlassian.confluence.api.impl.service.content with parameters of type ContentType Modifier and Type Method Description PageResponse<Content>SpaceServiceImpl.SpaceContentImpl. fetchMany(ContentType type, PageRequest pageRequest) -
Uses of ContentType in com.atlassian.confluence.api.impl.service.content.factory
Methods in com.atlassian.confluence.api.impl.service.content.factory that return types with arguments of type ContentType Modifier and Type Method Description Map<ContentType,PageResponse<Content>>ChildContentFactory. buildFrom(ContentSelector parentSelector, Depth depth, Fauxpansions fauxpansions)Map<ContentType,PageResponse<Content>>ChildSupport. getChildrenMap(ContentSelector parentSelector, LimitedRequest limitedRequest, Expansions childExpansions, Depth depth)Map<ContentType,PageResponse<Content>>ChildSupport. getChildrenMap(ContentSelector parentSelector, LimitedRequest limitedRequest, Expansions childExpansions, Depth depth, Collection<String> location)Map<ContentType,PageResponse<Content>>ChildSupport. getChildrenMap(ContentConvertible parent, LimitedRequest limitedRequest, Expansions childExpansions, Depth depth, Collection<String> location)Called from theContentFactorywhen expanding "children" on a Content item being built.Methods in com.atlassian.confluence.api.impl.service.content.factory with parameters of type ContentType Modifier and Type Method Description Content.ContentBuilderContentFactory. builderFrom(ContentEntityObject entity, ContentType contentType, Expansions expansions)Exposes the content builder that this factory uses to produce content objects, generally don't use this method, it exists as an interim measure whilst legacy drafts are being migrated to shared drafts and we need to be able to attach files to legacy drafts using the rest api.PageResponse<Content>ChildSupport. getChildrenList(ContentConvertible parent, ContentType childType, LimitedRequest limitedRequest, Expansions expansions, Depth depth, Collection<String> location) -
Uses of ContentType in com.atlassian.confluence.api.impl.service.content.finder
Methods in com.atlassian.confluence.api.impl.service.content.finder with parameters of type ContentType Modifier and Type Method Description static Predicate<? super ContentEntityObject>FinderPredicates. createContentTypePredicate(ContentType... types) -
Uses of ContentType in com.atlassian.confluence.api.impl.service.content.typebinding
Methods in com.atlassian.confluence.api.impl.service.content.typebinding that return ContentType Modifier and Type Method Description ContentTypeAttachmentContentTypeApiSupport. getHandledType()ContentTypeBlogPostContentTypeApiSupport. getHandledType()ContentTypeCommentContentTypeApiSupport. getHandledType()ContentTypePageContentTypeApiSupport. getHandledType()Methods in com.atlassian.confluence.api.impl.service.content.typebinding with parameters of type ContentType Modifier and Type Method Description booleanAttachmentContentTypeApiSupport. supportsChildrenForParentType(ContentType parentType)booleanBlogPostContentTypeApiSupport. supportsChildrenForParentType(ContentType parentType)booleanCommentContentTypeApiSupport. supportsChildrenForParentType(ContentType parentType)booleanPageContentTypeApiSupport. supportsChildrenForParentType(ContentType parentType)booleanAttachmentContentTypeApiSupport. supportsChildrenOfType(ContentType otherType)booleanBlogPostContentTypeApiSupport. supportsChildrenOfType(ContentType otherType)booleanCommentContentTypeApiSupport. supportsChildrenOfType(ContentType otherType)booleanPageContentTypeApiSupport. supportsChildrenOfType(ContentType parentType) -
Uses of ContentType in com.atlassian.confluence.api.impl.service.watch
Methods in com.atlassian.confluence.api.impl.service.watch with parameters of type ContentType Modifier and Type Method Description booleanWatchServiceImpl. isWatchingSpace(com.atlassian.sal.api.user.UserKey userKey, String spaceKey, ContentType contentType)Method parameters in com.atlassian.confluence.api.impl.service.watch with type arguments of type ContentType Modifier and Type Method Description voidWatchServiceImpl. unwatchSpace(com.atlassian.sal.api.user.UserKey userKey, String spaceKey, List<ContentType> contentTypes)@NonNull SpaceWatchWatchServiceImpl. watchSpace(com.atlassian.sal.api.user.UserKey userKey, String spaceKey, List<ContentType> contentTypes) -
Uses of ContentType in com.atlassian.confluence.api.model.content
Fields in com.atlassian.confluence.api.model.content declared as ContentType Modifier and Type Field Description static ContentTypeContentType. ATTACHMENTstatic ContentTypeContentType. BLOG_POSTstatic ContentTypeContentType. COMMENTstatic ContentTypeContentType. PAGEFields in com.atlassian.confluence.api.model.content with type parameters of type ContentType Modifier and Type Field Description static List<ContentType>ContentType. BUILT_INMethods in com.atlassian.confluence.api.model.content that return ContentType Modifier and Type Method Description ContentTypeContent. getType()static ContentTypeContentType. valueOf(String type)Return theContentTypefor the given type string.Methods in com.atlassian.confluence.api.model.content that return types with arguments of type ContentType Modifier and Type Method Description Map<ContentType,PageResponse<Content>>Content. getChildren()Returns a map of the immediate sub-content of this Content, split by ContentType.Map<ContentType,PageResponse<Content>>Content. getDescendants()Returns a map of all sub-content of this Content, at any depth, split by ContentType.static Set<ContentType>ContentType. valuesOf(Iterable<String> types)Return theContentTypes for the given set of type strings.Methods in com.atlassian.confluence.api.model.content with parameters of type ContentType Modifier and Type Method Description static Content.ContentBuilderContent. builder(ContentType type)Returns aContent.ContentBuilderinstance that can be used to create a newContentobject.static Content.ContentBuilderContent. builder(ContentType type, long id)Returns aContent.ContentBuilderinstance that can be used to create a newContentobject.static Content.ContentBuilderContent. builder(ContentType type, ContentId id)Returns aContent.ContentBuilderinstance that can be used to create a newContentobject.Content.ContentBuilderContent.ContentBuilder. type(ContentType type)Method parameters in com.atlassian.confluence.api.model.content with type arguments of type ContentType Modifier and Type Method Description Content.ContentBuilderContent.ContentBuilder. children(Map<ContentType,PageResponse<Content>> children)Content.ContentBuilderContent.ContentBuilder. descendants(Map<ContentType,PageResponse<Content>> descendants)Constructors in com.atlassian.confluence.api.model.content with parameters of type ContentType Constructor Description ContentBuilder(ContentType type)Create new builders withContent.builder(ContentType).ContentBuilder(ContentType type, long id)Create new builders withContent.builder(ContentType)and aContentIdgenerated from the ContentType and the Long id.ContentBuilder(ContentType type, ContentId id)Create new builders withContent.builder(ContentType)and aContentId. -
Uses of ContentType in com.atlassian.confluence.api.model.content.id
Methods in com.atlassian.confluence.api.model.content.id with parameters of type ContentType Modifier and Type Method Description static ContentIdContentId. of(ContentType type, long id)Deprecated.since 6.10.0 useContentId.of(long) -
Uses of ContentType in com.atlassian.confluence.api.model.locator
Methods in com.atlassian.confluence.api.model.locator that return ContentType Modifier and Type Method Description ContentType[]ContentLocator. getContentTypes()Methods in com.atlassian.confluence.api.model.locator with parameters of type ContentType Modifier and Type Method Description booleanContentLocator. isForContent(ContentType contentType) -
Uses of ContentType in com.atlassian.confluence.api.model.permissions
Methods in com.atlassian.confluence.api.model.permissions with parameters of type ContentType Modifier and Type Method Description static TargetTypeTargetType. valueOf(@NonNull ContentType type)Return theTargetTypefor the givenContentType -
Uses of ContentType in com.atlassian.confluence.api.model.watch
Methods in com.atlassian.confluence.api.model.watch that return types with arguments of type ContentType Modifier and Type Method Description List<ContentType>SpaceWatch. getContentTypes()Constructor parameters in com.atlassian.confluence.api.model.watch with type arguments of type ContentType Constructor Description SpaceWatch(@NonNull User watcher, @NonNull Reference<Space> space, List<ContentType> contentTypes)SpaceWatch(User watcher, String spaceKey, List<ContentType> contentTypes) -
Uses of ContentType in com.atlassian.confluence.api.nav
Methods in com.atlassian.confluence.api.nav with parameters of type ContentType Modifier and Type Method Description Navigation.BuilderNavigation.ContentNav. children(ContentType type, Depth depth)Navigation.BuilderNavigation.SpaceContentNav. type(ContentType type) -
Uses of ContentType in com.atlassian.confluence.api.service.content
Methods in com.atlassian.confluence.api.service.content that return types with arguments of type ContentType Modifier and Type Method Description Map<ContentType,PageResponse<Content>>ContentService.ContentFetcher. fetchMappedByContentType(PageRequest request)Map<ContentType,PageResponse<Content>>ChildContentService.ChildContentFinder. fetchMappedByType(PageRequest request)Retrieve all content contained in this parent mapped by ContentType.Map<ContentType,PageResponse<Content>>SpaceService.SpaceContentFinder. fetchMappedByType(PageRequest request)Retrieve all content contained in this space mapped by ContentTypeMethods in com.atlassian.confluence.api.service.content with parameters of type ContentType Modifier and Type Method Description PageResponse<Content>ChildContentService.ChildContentFinder. fetchMany(ContentType type, PageRequest request)Retrieve all content of the particular type contained in this parent.PageResponse<Content>ContentService.ContentFetcher. fetchMany(ContentType type, PageRequest request)PageResponse<Content>SpaceService.SpaceContentFinder. fetchMany(ContentType type, PageRequest request)Retrieve all content contained in this space of the particular typeContentService.ParameterContentFinderContentService.ParameterContentFinder. withType(ContentType... type)Restrict the fetched content to those matching the given contentType -
Uses of ContentType in com.atlassian.confluence.api.service.watch
Methods in com.atlassian.confluence.api.service.watch with parameters of type ContentType Modifier and Type Method Description booleanWatchService. isWatchingSpace(com.atlassian.sal.api.user.UserKey userKey, String spaceKey, ContentType contentType)Method parameters in com.atlassian.confluence.api.service.watch with type arguments of type ContentType Modifier and Type Method Description voidWatchService. unwatchSpace(com.atlassian.sal.api.user.UserKey userKey, String spaceKey, List<ContentType> contentTypes)Remove a watch to the givenspace@NonNull SpaceWatchWatchService. watchSpace(com.atlassian.sal.api.user.UserKey userKey, String spaceKey, List<ContentType> contentTypes)Create a watch to the givenspace -
Uses of ContentType in com.atlassian.confluence.api.testsupport.matchers.model.content
Methods in com.atlassian.confluence.api.testsupport.matchers.model.content with parameters of type ContentType Modifier and Type Method Description static org.hamcrest.Matcher<Content>ContentMatchers. hasType(ContentType contentType) -
Uses of ContentType in com.atlassian.confluence.content
Methods in com.atlassian.confluence.content that return ContentType Modifier and Type Method Description ContentTypeCustomContentEntityObject. getContentTypeObject()Methods in com.atlassian.confluence.content with parameters of type ContentType Modifier and Type Method Description VersionChildOwnerPolicyContentEntityAdapter. getVersionChildPolicy(ContentType contentType)This will be called byVersioned.getVersionChildPolicy(com.atlassian.confluence.api.model.content.ContentType)to determine the policy to be used when saving the CCEO.VersionChildOwnerPolicyContentEntityAdapterParent. getVersionChildPolicy(ContentType contentType)VersionChildOwnerPolicyCustomContentEntityObject. getVersionChildPolicy(ContentType contentType)VersionChildOwnerPolicyDefaultContentAdapter. getVersionChildPolicy(ContentType contentType) -
Uses of ContentType in com.atlassian.confluence.content.apisupport
Methods in com.atlassian.confluence.content.apisupport that return ContentType Modifier and Type Method Description ContentTypeContentTypeApiSupport. getHandledType()Methods in com.atlassian.confluence.content.apisupport that return types with arguments of type ContentType Modifier and Type Method Description Iterable<ContentType>CommentExtensionsSupport. getCommentContainerType()Get the comment container ContentType that we provide support for.Iterable<ContentType>NullCommentExtensionsSupport. getCommentContainerType()Map<ContentType,ContentTypeApiSupport>ContentTypeApiSupportProvider. getMap()Methods in com.atlassian.confluence.content.apisupport with parameters of type ContentType Modifier and Type Method Description ContentTypeApiSupportApiSupportProvider. getForType(ContentType type)Get the content type api support for the given content typeContentTypeApiSupportContentTypeApiSupportProvider. getForType(ContentType type)booleanContentTypeApiSupport. supportsChildrenForParentType(ContentType parentType)Determines whether this ContentTypeApiSupport will provide children for other types.booleanContentTypeApiSupport. supportsChildrenOfType(ContentType childType)Determines whether other ContentTypeApiSupports can provide children for this type. -
Uses of ContentType in com.atlassian.confluence.content.custom
Constructors in com.atlassian.confluence.content.custom with parameters of type ContentType Constructor Description BaseCustomContentType(ContentType contentType, ApiSupportProvider apiSupportProvider)CustomContentTypeWrapper(ContentType delegateContentType, ContentType apiContentType, ApiSupportProvider supportProvider) -
Uses of ContentType in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core with parameters of type ContentType Modifier and Type Method Description VersionChildOwnerPolicyAbstractVersionedEntityObject. getVersionChildPolicy(ContentType contentType)VersionChildOwnerPolicyVersioned. getVersionChildPolicy(ContentType contentType)Returns the rightVersionChildOwnerPolicydepending on the passed contentType. -
Uses of ContentType in com.atlassian.confluence.impl.content
Method parameters in com.atlassian.confluence.impl.content with type arguments of type ContentType Modifier and Type Method Description @NonNull PageResponse<AbstractPage>DefaultPageManager. getAbstractPages(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage>... filter)Deprecated.since 7.0.1.@NonNull PageResponse<AbstractPage>DefaultPageManager. getAbstractPages(List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage>... filter)Deprecated.since 7.0.1. -
Uses of ContentType in com.atlassian.confluence.impl.service.finder.content
Methods in com.atlassian.confluence.impl.service.finder.content that return types with arguments of type ContentType Modifier and Type Method Description Map<ContentType,PageResponse<Content>>NoopContentFinder. fetchMappedByContentType(PageRequest request)Methods in com.atlassian.confluence.impl.service.finder.content with parameters of type ContentType Modifier and Type Method Description PageResponse<Content>NoopContentFinder. fetchMany(ContentType type, PageRequest request)ContentService.ParameterContentFinderNoopContentFinder. withType(ContentType... type) -
Uses of ContentType in com.atlassian.confluence.internal.pages
Method parameters in com.atlassian.confluence.internal.pages with type arguments of type ContentType Modifier and Type Method Description @NonNull PageResponse<AbstractPage>PageManagerInternal. getAbstractPages(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage>... filter)Deprecated.since 7.0.1.@NonNull PageResponse<AbstractPage>PageManagerInternal. getAbstractPages(List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage>... filter)Deprecated.since 7.0.1.default @NonNull PageResponse<AbstractPage>PageManagerInternal. getFilteredAbstractPages(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter)Returns all content in the space within any of the specified statuses and content types, limited to the pagination request.default @NonNull PageResponse<AbstractPage>PageManagerInternal. getFilteredAbstractPages(List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, Predicate<? super AbstractPage>... filter)Returns all content in the instance within any of the specified statuses, limited to the specified content types and the pagination request. -
Uses of ContentType in com.atlassian.confluence.internal.pages.persistence
Method parameters in com.atlassian.confluence.internal.pages.persistence with type arguments of type ContentType Modifier and Type Method Description default PageResponse<AbstractPage>PageDaoInternal. getFilteredAbstractPages(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, @Nullable Predicate<? super AbstractPage> filter)Retrieves a page response for all content (pages and/or blog posts) in the given space, within any of the specified statuses and content types.default PageResponse<AbstractPage>PageDaoInternal. getFilteredAbstractPages(List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, @Nullable Predicate<? super AbstractPage> filter)Retrieves a page response of all pages found in this instance of Confluence, within any of the given statuses. -
Uses of ContentType in com.atlassian.confluence.it
Methods in com.atlassian.confluence.it that return ContentType Modifier and Type Method Description ContentTypeAbstractContentEntity. getContentType()Deprecated.ContentTypeBlogPost. getContentType()Deprecated.ContentTypeComment. getContentType()Deprecated.ContentTypeContentEntity. getContentType()Deprecated.ContentTypePage. getContentType()Deprecated.ContentTypeAbstractContentEntity. getContentTypeObject()Deprecated.ContentTypeAttachment. getContentTypeObject()Deprecated. -
Uses of ContentType in com.atlassian.confluence.it.api.test.plugin.apiavailable
Fields in com.atlassian.confluence.it.api.test.plugin.apiavailable declared as ContentType Modifier and Type Field Description static ContentTypeDummyAvailableContentTypeSupport. contentTypeMethods in com.atlassian.confluence.it.api.test.plugin.apiavailable that return ContentType Modifier and Type Method Description ContentTypeDummyAvailableContentTypeSupport. getHandledType()Methods in com.atlassian.confluence.it.api.test.plugin.apiavailable that return types with arguments of type ContentType Modifier and Type Method Description Iterable<ContentType>DummyCommentExtensionSupport. getCommentContainerType()Methods in com.atlassian.confluence.it.api.test.plugin.apiavailable with parameters of type ContentType Modifier and Type Method Description booleanDummyAvailableContentTypeSupport. supportsChildrenForParentType(ContentType parentType)booleanDummyAvailableContentTypeSupport. supportsChildrenOfType(ContentType otherType) -
Uses of ContentType in com.atlassian.confluence.pages
Methods in com.atlassian.confluence.pages that return ContentType Modifier and Type Method Description ContentTypeAttachment. getContentTypeObject()ContentTypeBlogPost. getContentTypeObject()ContentTypeComment. getContentTypeObject()ContentTypeContentConvertible. getContentTypeObject()ContentTypePage. getContentTypeObject()Methods in com.atlassian.confluence.pages with parameters of type ContentType Modifier and Type Method Description VersionChildOwnerPolicyAttachment. getVersionChildPolicy(ContentType contentType) -
Uses of ContentType in com.atlassian.confluence.pages.persistence.dao
Method parameters in com.atlassian.confluence.pages.persistence.dao with type arguments of type ContentType Modifier and Type Method Description PageResponse<AbstractPage>DelegatingPageDao. getAbstractPages(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, @Nullable com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.PageResponse<AbstractPage>DelegatingPageDao. getAbstractPages(List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, @Nullable com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.PageResponse<AbstractPage>PageDao. getAbstractPages(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, @Nullable com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.since 7.0.1.PageResponse<AbstractPage>PageDao. getAbstractPages(List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, @Nullable com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.since 7.0.1. -
Uses of ContentType in com.atlassian.confluence.pages.persistence.dao.hibernate
Method parameters in com.atlassian.confluence.pages.persistence.dao.hibernate with type arguments of type ContentType Modifier and Type Method Description PageResponse<AbstractPage>HibernatePageDao. getAbstractPages(Space space, List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, @Nullable com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.since 7.0.1.PageResponse<AbstractPage>HibernatePageDao. getAbstractPages(List<ContentType> contentTypes, List<ContentStatus> statuses, LimitedRequest pageRequest, com.google.common.base.Predicate<? super AbstractPage> filter)Deprecated.since 7.0.1. -
Uses of ContentType in com.atlassian.confluence.plugin.module
Methods in com.atlassian.confluence.plugin.module that return ContentType Modifier and Type Method Description ContentTypeSearchBodyProperty. getContentType()Constructors in com.atlassian.confluence.plugin.module with parameters of type ContentType Constructor Description SearchBodyProperty(ContentType contentType, String contentProperty) -
Uses of ContentType in com.atlassian.confluence.plugins.like.notifications
Methods in com.atlassian.confluence.plugins.like.notifications that return ContentType Modifier and Type Method Description ContentTypeLikePayload. getContentType()ContentTypeSimpleLikePayload. getContentType() -
Uses of ContentType in com.atlassian.confluence.plugins.like.notifications.batch
Methods in com.atlassian.confluence.plugins.like.notifications.batch that return ContentType Modifier and Type Method Description ContentTypeLikeContext. getContentType()Constructors in com.atlassian.confluence.plugins.like.notifications.batch with parameters of type ContentType Constructor Description LikeContext(ContentType contentType, long contentId) -
Uses of ContentType in com.atlassian.confluence.plugins.restapi.resources
Methods in com.atlassian.confluence.plugins.restapi.resources that return types with arguments of type ContentType Modifier and Type Method Description Map<ContentType,PageResponse<Content>>ChildContentResource. children(ContentId contentId, String expand, Integer parentVersion, int start, int limit, javax.ws.rs.core.UriInfo uriInfo)Returns a map of the direct children of a piece of Content.Map<ContentType,RestList<Content>>SpaceResource. contents(String spaceKey, String depth, String expand, int start, int limit)Returns the content in this given spaceMap<ContentType,PageResponse<Content>>DescendantContentResource. descendants(ContentId contentId, String expand, javax.ws.rs.core.UriInfo uriInfo)Returns a map of the descendants of a piece of Content.Methods in com.atlassian.confluence.plugins.restapi.resources with parameters of type ContentType Modifier and Type Method Description RestList<Content>ChildContentResource. childrenOfType(ContentId contentId, ContentType type, String expand, Integer parentVersion, int start, int limit, javax.ws.rs.core.UriInfo uriInfo)Returns the direct children of a piece of Content, limited to a single child type.RestList<Content>DescendantContentResource. descendantsOfType(ContentId contentId, ContentType type, String expand, int start, int limit, javax.ws.rs.core.UriInfo uriInfo)Returns the direct descendants of a piece of Content, limited to a single descendant type.javax.ws.rs.core.ResponseUserWatchResource. isWatchingSpace(com.atlassian.sal.api.user.UserKey key, String username, ContentType contentType, String spaceKey)Get information about whether a user is watching a specified space.Method parameters in com.atlassian.confluence.plugins.restapi.resources with type arguments of type ContentType Modifier and Type Method Description SpaceWatchUserWatchResource. addSpaceWatch(com.atlassian.sal.api.user.UserKey key, String username, List<ContentType> contentTypes, String spaceKey)Create a new watcher for the given user and space key.javax.ws.rs.core.ResponseUserWatchResource. removeSpaceWatch(com.atlassian.sal.api.user.UserKey key, String username, List<ContentType> contentTypes, String spaceKey)Delete an existing watcher for the given user and space key. -
Uses of ContentType in com.atlassian.confluence.rest.client
Fields in com.atlassian.confluence.rest.client with type parameters of type ContentType Modifier and Type Field Description protected List<ContentType>AbstractRemoteContentService.AbstractRemoteContentFinder. contentTypesMethods in com.atlassian.confluence.rest.client that return types with arguments of type ContentType Modifier and Type Method Description com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>>AbstractRemoteContentService.AbstractRemoteContentFinder. fetchMappedByContentType(PageRequest request)com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>>RemoteContentService.RemoteContentFetcher. fetchMappedByContentType(PageRequest request)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>>RemoteContentServiceImpl.RemoteContentFinderImpl. fetchMappedByContentType(PageRequest request)CompletionStage<Map<ContentType,PageResponse<Content>>>AbstractRemoteContentService.AbstractRemoteContentFinder. fetchMappedByContentTypeCompletionStage(PageRequest request)CompletionStage<Map<ContentType,PageResponse<Content>>>RemoteContentService.RemoteContentFetcher. fetchMappedByContentTypeCompletionStage(PageRequest request)com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>>RemoteChildContentService.RemoteChildContentFinder. fetchMappedByType(PageRequest request)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>>RemoteChildContentServiceImpl.RemoteChildContentFinderImpl. fetchMappedByType(@Nullable PageRequest request)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>>RemoteSpaceService.RemoteSpaceContentFinder. fetchMappedByType(PageRequest request)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>>RemoteSpaceServiceImpl.RemoteSpaceContentFinderImpl. fetchMappedByType(PageRequest request)Deprecated.since 7.0.1.CompletionStage<Map<ContentType,PageResponse<Content>>>RemoteChildContentService.RemoteChildContentFinder. fetchMappedByTypeCompletionStage(PageRequest request)Retrieve the content contained in this parent.CompletionStage<Map<ContentType,PageResponse<Content>>>RemoteChildContentServiceImpl.RemoteChildContentFinderImpl. fetchMappedByTypeCompletionStage(PageRequest request)CompletionStage<Map<ContentType,PageResponse<Content>>>RemoteSpaceService.RemoteSpaceContentFinder. fetchMappedByTypeCompletionStage(PageRequest request)Retrieve the all content contained in this space.CompletionStage<Map<ContentType,PageResponse<Content>>>RemoteSpaceServiceImpl.RemoteSpaceContentFinderImpl. fetchMappedByTypeCompletionStage(PageRequest request)Methods in com.atlassian.confluence.rest.client with parameters of type ContentType Modifier and Type Method Description com.atlassian.util.concurrent.Promise<PageResponse<Content>>RemoteChildContentService.RemoteChildContentFinder. fetchMany(ContentType type, PageRequest request)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<PageResponse<Content>>RemoteChildContentServiceImpl.RemoteChildContentFinderImpl. fetchMany(ContentType type, @Nullable PageRequest request)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<PageResponse<Content>>RemoteContentService.RemoteContentFetcher. fetchMany(ContentType type, PageRequest request)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<PageResponse<Content>>RemoteContentServiceImpl.RemoteContentFinderImpl. fetchMany(ContentType type, PageRequest request)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<PageResponse<Content>>RemoteSpaceService.RemoteSpaceContentFinder. fetchMany(ContentType type, PageRequest request)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<PageResponse<Content>>RemoteSpaceServiceImpl.RemoteSpaceContentFinderImpl. fetchMany(ContentType type, PageRequest request)Deprecated.since 7.0.1.CompletionStage<PageResponse<Content>>RemoteChildContentService.RemoteChildContentFinder. fetchManyCompletionStage(ContentType type, PageRequest request)Retrieve a paged list of content of the given type contained in this parentCompletionStage<PageResponse<Content>>RemoteChildContentServiceImpl.RemoteChildContentFinderImpl. fetchManyCompletionStage(ContentType type, PageRequest request)CompletionStage<PageResponse<Content>>RemoteContentService.RemoteContentFetcher. fetchManyCompletionStage(ContentType type, PageRequest request)CompletionStage<PageResponse<Content>>RemoteContentServiceImpl.RemoteContentFinderImpl. fetchManyCompletionStage(ContentType type, PageRequest request)CompletionStage<PageResponse<Content>>RemoteSpaceService.RemoteSpaceContentFinder. fetchManyCompletionStage(ContentType type, PageRequest request)Retrieve a paged list of content of the given type contained in this spaceCompletionStage<PageResponse<Content>>RemoteSpaceServiceImpl.RemoteSpaceContentFinderImpl. fetchManyCompletionStage(ContentType type, PageRequest request)com.atlassian.util.concurrent.Promise<Boolean>RemoteWatchService. isWatchingSpace(com.atlassian.sal.api.user.UserKey userKey, String spaceKey, ContentType contentType)Deprecated.since 7.0.1.CompletionStage<Boolean>RemoteWatchService. isWatchingSpaceCompletionStage(com.atlassian.sal.api.user.UserKey userKey, String spaceKey, ContentType contentType)RemoteContentService.RemoteParameterContentFinderAbstractRemoteContentService.AbstractRemoteContentFinder. withType(ContentType... types)RemoteContentService.RemoteParameterContentFinderRemoteContentService.RemoteParameterContentFinder. withType(ContentType... type)Method parameters in com.atlassian.confluence.rest.client with type arguments of type ContentType Modifier and Type Method Description com.atlassian.util.concurrent.Promise<Void>RemoteWatchService. unwatchSpace(com.atlassian.sal.api.user.UserKey userKey, String spaceKey, List<ContentType> contentTypes)Deprecated.since 7.0.1.CompletionStage<Void>RemoteWatchService. unwatchSpaceCompletionStage(com.atlassian.sal.api.user.UserKey userKey, String spaceKey, List<ContentType> contentTypes)com.atlassian.util.concurrent.Promise<SpaceWatch>RemoteWatchService. watchSpace(com.atlassian.sal.api.user.UserKey userKey, String spaceKey, List<ContentType> contentTypes)Deprecated.since 7.0.1.CompletionStage<SpaceWatch>RemoteWatchService. watchSpaceCompletionStage(com.atlassian.sal.api.user.UserKey userKey, String spaceKey, List<ContentType> contentTypes)Remove a watch to the blog posts in a givenspace -
Uses of ContentType in com.atlassian.confluence.rest.client.graphql
Methods in com.atlassian.confluence.rest.client.graphql that return types with arguments of type ContentType Modifier and Type Method Description com.atlassian.util.concurrent.Promise<Map<ContentType,PageResponse<Content>>>GraphQLRemoteChildContentServiceImpl.RemoteChildContentFinderImpl. fetchMappedByType(@Nullable PageRequest request)Deprecated.since 7.0.1.CompletionStage<Map<ContentType,PageResponse<Content>>>GraphQLRemoteChildContentServiceImpl.RemoteChildContentFinderImpl. fetchMappedByTypeCompletionStage(PageRequest request)Methods in com.atlassian.confluence.rest.client.graphql with parameters of type ContentType Modifier and Type Method Description com.atlassian.util.concurrent.Promise<PageResponse<Content>>GraphQLRemoteChildContentServiceImpl.RemoteChildContentFinderImpl. fetchMany(ContentType type, @Nullable PageRequest request)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<PageResponse<Content>>GraphQLRemoteContentServiceImpl.RemoteContentFinderImpl. fetchMany(ContentType type, PageRequest request)Deprecated.since 7.0.1.CompletionStage<PageResponse<Content>>GraphQLRemoteChildContentServiceImpl.RemoteChildContentFinderImpl. fetchManyCompletionStage(ContentType type, PageRequest request)CompletionStage<PageResponse<Content>>GraphQLRemoteContentServiceImpl.RemoteContentFinderImpl. fetchManyCompletionStage(ContentType type, PageRequest request) -
Uses of ContentType in com.atlassian.confluence.rest.client.impl
Methods in com.atlassian.confluence.rest.client.impl with parameters of type ContentType Modifier and Type Method Description com.atlassian.util.concurrent.Promise<Boolean>RemoteWatchServiceImpl. isWatchingSpace(com.atlassian.sal.api.user.UserKey userKey, String spaceKey, ContentType contentType)Deprecated.since 7.0.1.CompletionStage<Boolean>RemoteWatchServiceImpl. isWatchingSpaceCompletionStage(com.atlassian.sal.api.user.UserKey userKey, String spaceKey, ContentType contentType)Method parameters in com.atlassian.confluence.rest.client.impl with type arguments of type ContentType Modifier and Type Method Description com.atlassian.util.concurrent.Promise<Void>RemoteWatchServiceImpl. unwatchSpace(com.atlassian.sal.api.user.UserKey userKey, String spaceKey, List<ContentType> contentTypes)Deprecated.since 7.0.1.CompletionStage<Void>RemoteWatchServiceImpl. unwatchSpaceCompletionStage(com.atlassian.sal.api.user.UserKey userKey, String spaceKey, List<ContentType> contentTypes)com.atlassian.util.concurrent.Promise<SpaceWatch>RemoteWatchServiceImpl. watchSpace(com.atlassian.sal.api.user.UserKey userKey, String spaceKey, List<ContentType> contentTypes)Deprecated.since 7.0.1.CompletionStage<SpaceWatch>RemoteWatchServiceImpl. watchSpaceCompletionStage(com.atlassian.sal.api.user.UserKey userKey, String spaceKey, List<ContentType> contentTypes) -
Uses of ContentType in com.atlassian.confluence.search.lucene.tasks
Method parameters in com.atlassian.confluence.search.lucene.tasks with type arguments of type ContentType Modifier and Type Method Description ContentIndexTaskIndexTaskFactory. createContentIndexTask(List<ContentType> contentTypes, List<ContentStatus> contentStatuses, JournalEntryType journalEntryType)Constructor parameters in com.atlassian.confluence.search.lucene.tasks with type arguments of type ContentType Constructor Description ContentIndexTask(List<ContentType> contentTypes, List<ContentStatus> contentStatuses, JournalEntryType journalEntryType, PageDaoInternal pageDao, BatchOperationManager batchOperationManager, IndexTaskFactory indexTaskFactory)
-