Uses of Class
com.atlassian.confluence.api.model.content.Space
-
-
Uses of Space in com.atlassian.confluence.api.impl
Methods in com.atlassian.confluence.api.impl that return types with arguments of type Space Modifier and Type Method Description RestEntity<Space>DefaultApiRestEntityFactory. buildRestEntityFrom(Space space, Expansions expansions) -
Uses of Space in com.atlassian.confluence.api.impl.service.content
Methods in com.atlassian.confluence.api.impl.service.content that return Space Modifier and Type Method Description SpaceSpaceServiceImpl. create(Space space, boolean isPrivate)SpaceSpaceServiceImpl. update(Space space)Methods in com.atlassian.confluence.api.impl.service.content that return types with arguments of type Space Modifier and Type Method Description Optional<Space>SpaceServiceImpl.SpaceFinderImpl. fetch()PageResponse<Space>SpaceServiceImpl.SpaceFinderImpl. fetchMany(PageRequest request)Methods in com.atlassian.confluence.api.impl.service.content with parameters of type Space Modifier and Type Method Description SpaceSpaceServiceImpl. create(Space space, boolean isPrivate)LongTaskSubmissionSpaceServiceImpl. delete(Space spaceToDelete)SpaceService.SpaceContentFinderSpaceServiceImpl. findContent(Space space, Expansion... expansions)SpaceSpaceServiceImpl. update(Space space)ValidationResultSpaceServiceImpl.ValidatorImpl. validateCreate(Space space, boolean isPrivate)ValidationResultSpaceServiceImpl.ValidatorImpl. validateDelete(Space space)ValidationResultSpaceServiceImpl.ValidatorImpl. validateUpdate(Space space) -
Uses of Space in com.atlassian.confluence.api.impl.service.content.factory
Methods in com.atlassian.confluence.api.impl.service.content.factory that return Space Modifier and Type Method Description SpaceSpaceFactory. buildFrom(Space space, Expansions expansions)SpaceSpaceFactory. buildFrom(String spaceKey, Expansions expansions) -
Uses of Space in com.atlassian.confluence.api.model.content
Methods in com.atlassian.confluence.api.model.content that return Space Modifier and Type Method Description SpaceSpace.SpaceBuilder. build()SpaceContent. getSpace()SpaceJsonSpaceProperty. getSpace()Methods in com.atlassian.confluence.api.model.content that return types with arguments of type Space Modifier and Type Method Description static Reference<Space>Space. buildReference(String spaceKey)builds a collapsed reference to the space with the given spaceKeyReference<Space>Content. getSpaceRef()Reference<Space>JsonSpaceProperty. getSpaceRef()Methods in com.atlassian.confluence.api.model.content with parameters of type Space Modifier and Type Method Description static Space.SpaceBuilderSpace. builder(Space space)Content.ContentBuilderContent.ContentBuilder. space(Space space)JsonSpaceProperty.SpacePropertyBuilderJsonSpaceProperty.SpacePropertyBuilder. space(Space space)Method parameters in com.atlassian.confluence.api.model.content with type arguments of type Space Modifier and Type Method Description static StringSpace. getSpaceKey(Reference<Space> reference)Content.ContentBuilderContent.ContentBuilder. space(Reference<Space> space)JsonSpaceProperty.SpacePropertyBuilderJsonSpaceProperty.SpacePropertyBuilder. space(Reference<Space> space) -
Uses of Space in com.atlassian.confluence.api.model.content.template
Methods in com.atlassian.confluence.api.model.content.template that return types with arguments of type Space Modifier and Type Method Description com.atlassian.fugue.Option<Space>ContentTemplate. getSpace()Deprecated.since 7.0.1.Optional<Space>ContentTemplate. space()Methods in com.atlassian.confluence.api.model.content.template with parameters of type Space Modifier and Type Method Description ContentTemplate.ContentTemplateBuilderContentTemplate.ContentTemplateBuilder. space(Space space) -
Uses of Space in com.atlassian.confluence.api.model.relations
Fields in com.atlassian.confluence.api.model.relations with type parameters of type Space Modifier and Type Field Description static FavouriteRelationDescriptor<Space>FavouriteRelationDescriptor. SPACE_FAVOURITEThe relation type for user Space favourites. -
Uses of Space in com.atlassian.confluence.api.model.search
Methods in com.atlassian.confluence.api.model.search that return Space Modifier and Type Method Description SpaceSpaceSearchResult. getSpace()Methods in com.atlassian.confluence.api.model.search that return types with arguments of type Space Modifier and Type Method Description Reference<Space>SpaceSearchResult. getEntityRef() -
Uses of Space in com.atlassian.confluence.api.model.watch
Methods in com.atlassian.confluence.api.model.watch that return Space Modifier and Type Method Description SpaceSpaceWatch. getSpace()Constructor parameters in com.atlassian.confluence.api.model.watch with type arguments of type Space Constructor Description SpaceWatch(@NonNull User watcher, @NonNull Reference<Space> space, List<ContentType> contentTypes) -
Uses of Space in com.atlassian.confluence.api.nav
Methods in com.atlassian.confluence.api.nav with parameters of type Space Modifier and Type Method Description Navigation.BuilderNavigation. collection(Space space)a builder to produce a URL to the collection that the space belongs to.Navigation.SpaceNavNavigation. space(Space space)create a space nav builder to reference the given spaceMethod parameters in com.atlassian.confluence.api.nav with type arguments of type Space Modifier and Type Method Description Navigation.SpaceNavNavigation. space(Reference<Space> spaceReference)create a space nav builder to reference the given space -
Uses of Space in com.atlassian.confluence.api.service.content
Methods in com.atlassian.confluence.api.service.content that return Space Modifier and Type Method Description SpaceSpaceService. create(Space newSpace, boolean isPrivate)Create a new space.SpaceSpaceService. update(Space space)Updates a space.Methods in com.atlassian.confluence.api.service.content with parameters of type Space Modifier and Type Method Description SpaceSpaceService. create(Space newSpace, boolean isPrivate)Create a new space.LongTaskSubmissionSpaceService. delete(Space spaceToDelete)Delete the given space.SpaceService.SpaceContentFinderSpaceService. findContent(Space space, Expansion... expansion)A finder to locate content in the spaceSpaceSpaceService. update(Space space)Updates a space.ValidationResultSpaceService.Validator. validateCreate(Space newSpace, boolean isPrivate)Validate that a Space can be added, including permission checks.ValidationResultSpaceService.Validator. validateDelete(Space spaceToDelete)Validate that a Space can be deleted, including permission checks.ValidationResultSpaceService.Validator. validateUpdate(Space space)Validate that a Space can be updated, including permission checks.ContentService.ParameterContentFinderContentService.ParameterContentFinder. withSpace(Space... space)Restrict the fetched content to those in the given spaces. -
Uses of Space in com.atlassian.confluence.api.service.content.template
Methods in com.atlassian.confluence.api.service.content.template with parameters of type Space Modifier and Type Method Description ContentTemplateService.ParameterTemplateFinderContentTemplateService.ParameterTemplateFinder. withSpace(Space space)Method parameters in com.atlassian.confluence.api.service.content.template with type arguments of type Space Modifier and Type Method Description default PageResponse<ContentTemplate>ContentTemplateService. getTemplates(ContentTemplateType contentTemplateType, com.atlassian.fugue.Option<Space> space, PageRequest pageRequest, Expansion... expansions)Deprecated.PageResponse<ContentTemplate>ContentTemplateService. getTemplates(ContentTemplateType contentTemplateType, Optional<Space> space, PageRequest pageRequest, Expansion... expansions)Returns templates of the current space, or returns global templates if no space specified. -
Uses of Space in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core that return types with arguments of type Space Modifier and Type Method Description RestEntity<Space>ApiRestEntityFactory. buildRestEntityFrom(Space space, Expansions expansions)Build a REST API entity from a hibernate Space object. -
Uses of Space in com.atlassian.confluence.impl.service.finder.content
Methods in com.atlassian.confluence.impl.service.finder.content with parameters of type Space Modifier and Type Method Description ContentService.ParameterContentFinderNoopContentFinder. withSpace(Space... space) -
Uses of Space in com.atlassian.confluence.it.api
Methods in com.atlassian.confluence.it.api that return Space Modifier and Type Method Description static SpaceApiEntityConverter. convertItSpaceToApiSpace(Space space)Methods in com.atlassian.confluence.it.api with parameters of type Space Modifier and Type Method Description static SpaceApiEntityConverter. convertApiSpaceToItSpace(Space space) -
Uses of Space in com.atlassian.confluence.plugins.contentproperty
Methods in com.atlassian.confluence.plugins.contentproperty with parameters of type Space Modifier and Type Method Description JsonSpacePropertyJsonPropertyFactory. buildFrom(Space space, CustomContentEntityObject storageContentProperty, Expansions expansions)com.google.common.base.Function<CustomContentEntityObject,JsonSpaceProperty>JsonPropertyFactory. buildSpacePropertyFromFunction(Space space, Expansions expansions) -
Uses of Space in com.atlassian.confluence.plugins.graphql.providers
Methods in com.atlassian.confluence.plugins.graphql.providers that return types with arguments of type Space Modifier and Type Method Description org.dataloader.BatchLoader<com.atlassian.confluence.plugins.graphql.providers.ExpandableRequest<String>,Space>SpaceProvider. loadSpaceByKey()CompletableFuture<Space>SpaceProvider. space(String key, String expand, org.dataloader.DataLoaderRegistry registry) -
Uses of Space in com.atlassian.confluence.plugins.rest.navigation.impl
Methods in com.atlassian.confluence.plugins.rest.navigation.impl with parameters of type Space Modifier and Type Method Description Navigation.BuilderRestNavigationImpl. collection(Space spaceData)Navigation.SpaceNavRestNavigationImpl. space(Space space)Method parameters in com.atlassian.confluence.plugins.rest.navigation.impl with type arguments of type Space Modifier and Type Method Description Navigation.SpaceNavRestNavigationImpl. space(Reference<Space> space) -
Uses of Space in com.atlassian.confluence.plugins.restapi.resources
Methods in com.atlassian.confluence.plugins.restapi.resources that return Space Modifier and Type Method Description SpaceSpaceResource. createPrivateSpace(Space newSpace)Creates a new private Space, viewable only by its creator.SpaceSpaceResource. createSpace(Space newSpace)Creates a new Space.SpaceSpaceResource. space(String spaceKey, String expand)Returns information about a space.SpaceSpaceResource. update(String spaceKey, Space space)Updates a Space.Methods in com.atlassian.confluence.plugins.restapi.resources that return types with arguments of type Space Modifier and Type Method Description PageResponse<Space>SpaceResource. spaces(String spaceKey, List<String> spaceKeys, String type, String status, List<String> labelNames, Boolean favourite, Boolean hasRetentionPolicy, String expand, int offset, String afterOffset, int limit, javax.ws.rs.core.UriInfo uriInfo)Returns information about a number of spaces.Methods in com.atlassian.confluence.plugins.restapi.resources with parameters of type Space Modifier and Type Method Description SpaceSpaceResource. createPrivateSpace(Space newSpace)Creates a new private Space, viewable only by its creator.SpaceSpaceResource. createSpace(Space newSpace)Creates a new Space.SpaceSpaceResource. update(String spaceKey, Space space)Updates a Space. -
Uses of Space in com.atlassian.confluence.rest.client
Methods in com.atlassian.confluence.rest.client that return types with arguments of type Space Modifier and Type Method Description com.atlassian.util.concurrent.Promise<Space>RemoteSpaceService. create(Space newSpace, boolean isPrivate)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Space>RemoteSpaceServiceImpl. create(Space newSpace, boolean isPrivate)Deprecated.since 7.0.1.CompletionStage<Space>RemoteSpaceService. createCompletionStage(Space newSpace, boolean isPrivate)Create a new space.CompletionStage<Space>RemoteSpaceServiceImpl. createCompletionStage(Space newSpace, boolean isPrivate)CompletionStage<Optional<Space>>RemoteSpaceServiceImpl.RemoteSpaceFinderImpl. fetchCompletionStage()com.atlassian.util.concurrent.Promise<PageResponse<Space>>RemoteSpaceService.RemoteSpaceFinder. fetchMany(PageRequest request)com.atlassian.util.concurrent.Promise<PageResponse<Space>>RemoteSpaceServiceImpl.RemoteSpaceFinderImpl. fetchMany(PageRequest request)Deprecated.since 7.0.1.CompletionStage<PageResponse<Space>>RemoteSpaceServiceImpl.RemoteSpaceFinderImpl. fetchManyCompletionStage(PageRequest request)com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Space>>RemoteSpaceServiceImpl.RemoteSpaceFinderImpl. fetchOne()Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Space>RemoteSpaceServiceImpl.RemoteSpaceFinderImpl. fetchOneOrNull()Deprecated.since 7.0.1.CompletionStage<Space>RemoteSpaceServiceImpl.RemoteSpaceFinderImpl. fetchOrNullCompletionStage()com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Space>>RemoteSpaceService. getSpace(String spaceKey, Expansion... expansions)Deprecated.since 5.6.com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Space>>RemoteSpaceServiceImpl. getSpace(String spaceKey, Expansion... expansions)Deprecated.since 5.6.com.atlassian.util.concurrent.Promise<Space>RemoteSpaceService. update(Space space)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Space>RemoteSpaceServiceImpl. update(Space space)Deprecated.since 7.0.1.CompletionStage<Space>RemoteSpaceService. updateCompletionStage(Space space)Updates a space.CompletionStage<Space>RemoteSpaceServiceImpl. updateCompletionStage(Space space)Methods in com.atlassian.confluence.rest.client with parameters of type Space Modifier and Type Method Description com.atlassian.util.concurrent.Promise<Space>RemoteSpaceService. create(Space newSpace, boolean isPrivate)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Space>RemoteSpaceServiceImpl. create(Space newSpace, boolean isPrivate)Deprecated.since 7.0.1.CompletionStage<Space>RemoteSpaceService. createCompletionStage(Space newSpace, boolean isPrivate)Create a new space.CompletionStage<Space>RemoteSpaceServiceImpl. createCompletionStage(Space newSpace, boolean isPrivate)com.atlassian.util.concurrent.Promise<LongTaskSubmission>RemoteSpaceService. delete(Space spaceToDelete)Delete the given space.com.atlassian.util.concurrent.Promise<LongTaskSubmission>RemoteSpaceServiceImpl. delete(Space space)Deprecated.since 7.0.1.CompletionStage<LongTaskSubmission>RemoteSpaceService. deleteCompletionStage(Space spaceToDelete)Delete the given space.CompletionStage<LongTaskSubmission>RemoteSpaceServiceImpl. deleteCompletionStage(Space space)RemoteSpaceService.RemoteSpaceContentFinderRemoteSpaceService. findContent(Space space, Expansion... expansion)Create a finder to find content in the given space.RemoteSpaceService.RemoteSpaceContentFinderRemoteSpaceServiceImpl. findContent(Space space, Expansion... expansion)com.atlassian.util.concurrent.Promise<Space>RemoteSpaceService. update(Space space)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Space>RemoteSpaceServiceImpl. update(Space space)Deprecated.since 7.0.1.CompletionStage<Space>RemoteSpaceService. updateCompletionStage(Space space)Updates a space.CompletionStage<Space>RemoteSpaceServiceImpl. updateCompletionStage(Space space)RemoteContentService.RemoteParameterContentFinderAbstractRemoteContentService.AbstractRemoteContentFinder. withSpace(Space... spaces)RemoteContentService.RemoteParameterContentFinderRemoteContentService.RemoteParameterContentFinder. withSpace(Space... space)RemoteContentTemplateService.RemoteParameterTemplateFinderRemoteContentTemplateService.RemoteParameterTemplateFinder. withSpace(Space space)Method parameters in com.atlassian.confluence.rest.client with type arguments of type Space Modifier and Type Method Description default com.atlassian.util.concurrent.Promise<PageResponse<ContentTemplate>>RemoteContentTemplateService. getTemplates(ContentTemplateType contentTemplateType, com.atlassian.fugue.Option<Space> space, PageRequest pageRequest, Expansion... expansions)Deprecated.since 7.0.1.default com.atlassian.util.concurrent.Promise<PageResponse<ContentTemplate>>RemoteContentTemplateService. getTemplates(ContentTemplateType contentTemplateType, Optional<Space> space, PageRequest pageRequest, Expansion... expansions)Deprecated.since 7.0.1.CompletionStage<PageResponse<ContentTemplate>>RemoteContentTemplateService. getTemplatesCompletionStage(ContentTemplateType contentTemplateType, Optional<Space> space, PageRequest pageRequest, Expansion... expansions)Constructors in com.atlassian.confluence.rest.client with parameters of type Space Constructor Description RemoteSpaceContentFinderImpl(AbstractRemoteService other, Space space, Expansion[] expansion) -
Uses of Space in com.atlassian.confluence.rest.client.impl
Methods in com.atlassian.confluence.rest.client.impl with parameters of type Space Modifier and Type Method Description RemoteContentTemplateService.RemoteParameterTemplateFinderRemoteContentTemplateServiceImpl.RemoteTemplateFinderImpl. withSpace(Space space)Method parameters in com.atlassian.confluence.rest.client.impl with type arguments of type Space Modifier and Type Method Description CompletionStage<PageResponse<ContentTemplate>>RemoteContentTemplateServiceImpl. getTemplatesCompletionStage(ContentTemplateType contentTemplateType, Optional<Space> space, PageRequest pageRequest, Expansion... expansions) -
Uses of Space in com.atlassian.confluence.rest.serialization
Methods in com.atlassian.confluence.rest.serialization that return Space Modifier and Type Method Description SpaceSpaceDeserializer. deserialize(org.codehaus.jackson.JsonParser jp, org.codehaus.jackson.map.DeserializationContext ctxt)
-