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 Space
SpaceServiceImpl. create(Space space, boolean isPrivate)
Space
SpaceServiceImpl. 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 Space
SpaceServiceImpl. create(Space space, boolean isPrivate)
LongTaskSubmission
SpaceServiceImpl. delete(Space spaceToDelete)
SpaceService.SpaceContentFinder
SpaceServiceImpl. findContent(Space space, Expansion... expansions)
Space
SpaceServiceImpl. update(Space space)
ValidationResult
SpaceServiceImpl.ValidatorImpl. validateArchive(Space space)
ValidationResult
SpaceServiceImpl.ValidatorImpl. validateCreate(Space space, boolean isPrivate)
ValidationResult
SpaceServiceImpl.ValidatorImpl. validateDelete(Space space)
ValidationResult
SpaceServiceImpl.ValidatorImpl. validateRestore(Space space)
ValidationResult
SpaceServiceImpl.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 Space
SpaceFactory. buildFrom(Space space, Expansions expansions)
Space
SpaceFactory. 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 Space
Space.SpaceBuilder. build()
Space
Content. getSpace()
Space
JsonSpaceProperty. 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.SpaceBuilder
Space. builder(Space space)
Content.ContentBuilder
Content.ContentBuilder. space(Space space)
JsonSpaceProperty.SpacePropertyBuilder
JsonSpaceProperty.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 String
Space. getSpaceKey(Reference<Space> reference)
Content.ContentBuilder
Content.ContentBuilder. space(Reference<Space> space)
JsonSpaceProperty.SpacePropertyBuilder
JsonSpaceProperty.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.ContentTemplateBuilder
ContentTemplate.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_FAVOURITE
The 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 Space
SpaceSearchResult. 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 Space
SpaceWatch. 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.Builder
Navigation. collection(Space space)
a builder to produce a URL to the collection that the space belongs to.Navigation.SpaceNav
Navigation. 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.SpaceNav
Navigation. 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 Space
SpaceService. create(Space newSpace, boolean isPrivate)
Create a new space.Space
SpaceService. update(Space space)
Updates a space.Methods in com.atlassian.confluence.api.service.content with parameters of type Space Modifier and Type Method Description Space
SpaceService. create(Space newSpace, boolean isPrivate)
Create a new space.LongTaskSubmission
SpaceService. delete(Space spaceToDelete)
Delete the given space.SpaceService.SpaceContentFinder
SpaceService. findContent(Space space, Expansion... expansion)
A finder to locate content in the spaceSpace
SpaceService. update(Space space)
Updates a space.ValidationResult
SpaceService.Validator. validateArchive(Space spaceToArchive)
Validate that a Space can be archived, including permission checks.ValidationResult
SpaceService.Validator. validateCreate(Space newSpace, boolean isPrivate)
Validate that a Space can be added, including permission checks.ValidationResult
SpaceService.Validator. validateDelete(Space spaceToDelete)
Validate that a Space can be deleted, including permission checks.ValidationResult
SpaceService.Validator. validateRestore(Space spaceToRestore)
Validate that a Space can be restored, including permission checks.ValidationResult
SpaceService.Validator. validateUpdate(Space space)
Validate that a Space can be updated, including permission checks.ContentService.ParameterContentFinder
ContentService.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.ParameterTemplateFinder
ContentTemplateService.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.ParameterContentFinder
NoopContentFinder. 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 Space
ApiEntityConverter. convertItSpaceToApiSpace(Space space)
Methods in com.atlassian.confluence.it.api with parameters of type Space Modifier and Type Method Description static Space
ApiEntityConverter. 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 JsonSpaceProperty
JsonPropertyFactory. 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.Builder
RestNavigationImpl. collection(Space spaceData)
Navigation.SpaceNav
RestNavigationImpl. 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.SpaceNav
RestNavigationImpl. 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 Space
SpaceResource. createPrivateSpace(Space newSpace)
Creates a new private Space, viewable only by its creator.Space
SpaceResource. createSpace(Space newSpace)
Creates a new Space.Space
SpaceResource. space(String spaceKey, String expand)
Returns information about a space.Space
SpaceResource. 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 Space
SpaceResource. createPrivateSpace(Space newSpace)
Creates a new private Space, viewable only by its creator.Space
SpaceResource. createSpace(Space newSpace)
Creates a new Space.Space
SpaceResource. 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 default com.atlassian.util.concurrent.Promise<Space>
RemoteSpaceService. 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()
CompletionStage<PageResponse<Space>>
RemoteSpaceService.RemoteSpaceFinder. fetchManyCompletionStage(PageRequest request)
CompletionStage<PageResponse<Space>>
RemoteSpaceServiceImpl.RemoteSpaceFinderImpl. fetchManyCompletionStage(PageRequest request)
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.default com.atlassian.util.concurrent.Promise<Space>
RemoteSpaceService. 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 default com.atlassian.util.concurrent.Promise<Space>
RemoteSpaceService. 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)
default com.atlassian.util.concurrent.Promise<LongTaskSubmission>
RemoteSpaceService. delete(Space spaceToDelete)
Deprecated.since 8.7.CompletionStage<LongTaskSubmission>
RemoteSpaceService. deleteCompletionStage(Space spaceToDelete)
Delete the given space.CompletionStage<LongTaskSubmission>
RemoteSpaceServiceImpl. deleteCompletionStage(Space space)
RemoteSpaceService.RemoteSpaceContentFinder
RemoteSpaceService. findContent(Space space, Expansion... expansion)
Create a finder to find content in the given space.RemoteSpaceService.RemoteSpaceContentFinder
RemoteSpaceServiceImpl. findContent(Space space, Expansion... expansion)
default com.atlassian.util.concurrent.Promise<Space>
RemoteSpaceService. update(Space space)
Deprecated.since 7.0.1.CompletionStage<Space>
RemoteSpaceService. updateCompletionStage(Space space)
Updates a space.CompletionStage<Space>
RemoteSpaceServiceImpl. updateCompletionStage(Space space)
RemoteContentService.RemoteParameterContentFinder
AbstractRemoteContentService.AbstractRemoteContentFinder. withSpace(Space... spaces)
RemoteContentService.RemoteParameterContentFinder
RemoteContentService.RemoteParameterContentFinder. withSpace(Space... space)
RemoteContentTemplateService.RemoteParameterTemplateFinder
RemoteContentTemplateService.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.RemoteParameterTemplateFinder
RemoteContentTemplateServiceImpl.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 Space
SpaceDeserializer. deserialize(org.codehaus.jackson.JsonParser jp, org.codehaus.jackson.map.DeserializationContext ctxt)
-