Modifier and Type | Method and Description |
---|---|
RestEntity<Space> |
DefaultApiRestEntityFactory.buildRestEntityFrom(Space space,
Expansions expansions) |
Modifier and Type | Method and Description |
---|---|
Space |
SpaceServiceImpl.create(Space space,
boolean isPrivate) |
Space |
SpaceServiceImpl.update(Space space) |
Modifier and Type | Method and Description |
---|---|
PageResponse<Space> |
SpaceServiceImpl.SpaceFinderImpl.fetchMany(PageRequest request) |
com.atlassian.fugue.Option<Space> |
SpaceServiceImpl.SpaceFinderImpl.fetchOne() |
Modifier and Type | Method and 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.validateCreate(Space space,
boolean isPrivate) |
ValidationResult |
SpaceServiceImpl.ValidatorImpl.validateDelete(Space space) |
ValidationResult |
SpaceServiceImpl.ValidatorImpl.validateUpdate(Space space) |
Modifier and Type | Method and Description |
---|---|
Space |
SpaceFactory.buildFrom(Space space,
Expansions expansions) |
Space |
SpaceFactory.buildFrom(String spaceKey,
Expansions expansions) |
Modifier and Type | Method and Description |
---|---|
Space |
Space.SpaceBuilder.build() |
Space |
JsonSpaceProperty.getSpace() |
Space |
Content.getSpace() |
Modifier and Type | Method and Description |
---|---|
static Reference<Space> |
Space.buildReference(String spaceKey)
builds a collapsed reference to the space with the given spaceKey
|
Reference<Space> |
JsonSpaceProperty.getSpaceRef() |
Reference<Space> |
Content.getSpaceRef() |
Modifier and Type | Method and Description |
---|---|
static Space.SpaceBuilder |
Space.builder(Space space) |
JsonSpaceProperty.SpacePropertyBuilder |
JsonSpaceProperty.SpacePropertyBuilder.space(Space space) |
Content.ContentBuilder |
Content.ContentBuilder.space(Space space) |
Modifier and Type | Method and Description |
---|---|
static String |
Space.getSpaceKey(Reference<Space> reference) |
JsonSpaceProperty.SpacePropertyBuilder |
JsonSpaceProperty.SpacePropertyBuilder.space(Reference<Space> space) |
Content.ContentBuilder |
Content.ContentBuilder.space(Reference<Space> space) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Option<Space> |
ContentTemplate.getSpace()
Deprecated.
since 7.0.1. Use
ContentTemplate.space() |
Optional<Space> |
ContentTemplate.space() |
Modifier and Type | Method and Description |
---|---|
ContentTemplate.ContentTemplateBuilder |
ContentTemplate.ContentTemplateBuilder.space(Space space) |
Modifier and Type | Field and Description |
---|---|
static FavouriteRelationDescriptor<Space> |
FavouriteRelationDescriptor.SPACE_FAVOURITE
The relation type for user Space favourites.
|
Modifier and Type | Method and Description |
---|---|
Space |
SpaceSearchResult.getSpace() |
Modifier and Type | Method and Description |
---|---|
Reference<Space> |
SpaceSearchResult.getEntityRef() |
Modifier and Type | Method and Description |
---|---|
Space |
SpaceWatch.getSpace() |
Modifier and Type | Method and 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 space
|
Modifier and Type | Method and Description |
---|---|
Navigation.SpaceNav |
Navigation.space(Reference<Space> spaceReference)
create a space nav builder to reference the given space
|
Modifier and Type | Method and Description |
---|---|
Space |
SpaceService.create(Space newSpace,
boolean isPrivate)
Create a new space.
|
Space |
SpaceService.update(Space space)
Updates a space.
|
Modifier and Type | Method and 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 space
|
Space |
SpaceService.update(Space space)
Updates a space.
|
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.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.
|
Modifier and Type | Method and Description |
---|---|
ContentTemplateService.ParameterTemplateFinder |
ContentTemplateService.ParameterTemplateFinder.withSpace(Space space) |
Modifier and Type | Method and Description |
---|---|
PageResponse<ContentTemplate> |
ContentTemplateService.getTemplates(ContentTemplateType contentTemplateType,
com.atlassian.fugue.Option<Space> space,
PageRequest pageRequest,
Expansion... expansions)
Deprecated.
|
default 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.
|
Modifier and Type | Method and Description |
---|---|
RestEntity<Space> |
ApiRestEntityFactory.buildRestEntityFrom(Space space,
Expansions expansions)
Build a REST API entity from a hibernate Space object.
|
Modifier and Type | Method and Description |
---|---|
ContentService.ParameterContentFinder |
NoopContentFinder.withSpace(Space... space) |
Modifier and Type | Method and Description |
---|---|
static Space |
ApiEntityConverter.convertItSpaceToApiSpace(Space space) |
Modifier and Type | Method and Description |
---|---|
static Space |
ApiEntityConverter.convertApiSpaceToItSpace(Space space) |
Modifier and Type | Method and Description |
---|---|
JsonSpaceProperty |
JsonPropertyFactory.buildFrom(Space space,
CustomContentEntityObject storageContentProperty,
Expansions expansions) |
com.google.common.base.Function<CustomContentEntityObject,JsonSpaceProperty> |
JsonPropertyFactory.buildSpacePropertyFromFunction(Space space,
Expansions expansions) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
Navigation.Builder |
RestNavigationImpl.collection(Space spaceData) |
Navigation.SpaceNav |
RestNavigationImpl.space(Space space) |
Modifier and Type | Method and Description |
---|---|
Navigation.SpaceNav |
RestNavigationImpl.space(Reference<Space> space) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
PageResponse<Space> |
SpaceResource.spaces(String spaceKey,
List<String> spaceKeys,
String type,
String status,
List<String> labelNames,
Boolean favourite,
String expand,
int offset,
String afterOffset,
int limit,
javax.ws.rs.core.UriInfo uriInfo)
Returns information about a number of spaces.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
com.atlassian.util.concurrent.Promise<Space> |
RemoteSpaceServiceImpl.create(Space newSpace,
boolean isPrivate)
Deprecated.
since 7.0.1. Use
RemoteSpaceServiceImpl.createCompletionStage(Space, boolean) instead. |
com.atlassian.util.concurrent.Promise<Space> |
RemoteSpaceService.create(Space newSpace,
boolean isPrivate)
Deprecated.
since 7.0.1. Use
RemoteSpaceService.createCompletionStage(Space, boolean) instead. |
CompletionStage<Space> |
RemoteSpaceServiceImpl.createCompletionStage(Space newSpace,
boolean isPrivate) |
CompletionStage<Space> |
RemoteSpaceService.createCompletionStage(Space newSpace,
boolean isPrivate)
Create a new space.
|
CompletionStage<Optional<Space>> |
RemoteSpaceServiceImpl.RemoteSpaceFinderImpl.fetchCompletionStage() |
com.atlassian.util.concurrent.Promise<PageResponse<Space>> |
RemoteSpaceServiceImpl.RemoteSpaceFinderImpl.fetchMany(PageRequest request)
Deprecated.
since 7.0.1. Use
RemoteSpaceServiceImpl.RemoteSpaceFinderImpl.fetchManyCompletionStage(PageRequest) instead. |
com.atlassian.util.concurrent.Promise<PageResponse<Space>> |
RemoteSpaceService.RemoteSpaceFinder.fetchMany(PageRequest request) |
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. Use
RemoteSpaceServiceImpl.RemoteSpaceFinderImpl.fetchCompletionStage() instead. |
com.atlassian.util.concurrent.Promise<Space> |
RemoteSpaceServiceImpl.RemoteSpaceFinderImpl.fetchOneOrNull()
Deprecated.
since 7.0.1. Use
RemoteSpaceServiceImpl.RemoteSpaceFinderImpl.fetchOrNullCompletionStage() instead. |
CompletionStage<Space> |
RemoteSpaceServiceImpl.RemoteSpaceFinderImpl.fetchOrNullCompletionStage() |
com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Space>> |
RemoteSpaceServiceImpl.getSpace(String spaceKey,
Expansion... expansions)
Deprecated.
since 5.6. Use
RemoteSpaceServiceImpl.find(Expansion...) |
com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Space>> |
RemoteSpaceService.getSpace(String spaceKey,
Expansion... expansions)
Deprecated.
since 5.6. Use
RemoteSpaceService.find(Expansion...) |
com.atlassian.util.concurrent.Promise<Space> |
RemoteSpaceServiceImpl.update(Space space)
Deprecated.
since 7.0.1. Use
RemoteSpaceServiceImpl.updateCompletionStage(Space) instead. |
com.atlassian.util.concurrent.Promise<Space> |
RemoteSpaceService.update(Space space)
Deprecated.
since 7.0.1. Use
RemoteSpaceService.updateCompletionStage(Space) instead. |
CompletionStage<Space> |
RemoteSpaceServiceImpl.updateCompletionStage(Space space) |
CompletionStage<Space> |
RemoteSpaceService.updateCompletionStage(Space space)
Updates a space.
|
Modifier and Type | Method and Description |
---|---|
com.atlassian.util.concurrent.Promise<Space> |
RemoteSpaceServiceImpl.create(Space newSpace,
boolean isPrivate)
Deprecated.
since 7.0.1. Use
RemoteSpaceServiceImpl.createCompletionStage(Space, boolean) instead. |
com.atlassian.util.concurrent.Promise<Space> |
RemoteSpaceService.create(Space newSpace,
boolean isPrivate)
Deprecated.
since 7.0.1. Use
RemoteSpaceService.createCompletionStage(Space, boolean) instead. |
CompletionStage<Space> |
RemoteSpaceServiceImpl.createCompletionStage(Space newSpace,
boolean isPrivate) |
CompletionStage<Space> |
RemoteSpaceService.createCompletionStage(Space newSpace,
boolean isPrivate)
Create a new space.
|
com.atlassian.util.concurrent.Promise<LongTaskSubmission> |
RemoteSpaceServiceImpl.delete(Space space)
Deprecated.
since 7.0.1. Use
RemoteSpaceServiceImpl.deleteCompletionStage(Space) instead. |
com.atlassian.util.concurrent.Promise<LongTaskSubmission> |
RemoteSpaceService.delete(Space spaceToDelete)
Delete the given space.
|
CompletionStage<LongTaskSubmission> |
RemoteSpaceServiceImpl.deleteCompletionStage(Space space) |
CompletionStage<LongTaskSubmission> |
RemoteSpaceService.deleteCompletionStage(Space spaceToDelete)
Delete the given space.
|
RemoteSpaceService.RemoteSpaceContentFinder |
RemoteSpaceServiceImpl.findContent(Space space,
Expansion... expansion) |
RemoteSpaceService.RemoteSpaceContentFinder |
RemoteSpaceService.findContent(Space space,
Expansion... expansion)
Create a finder to find content in the given space.
|
com.atlassian.util.concurrent.Promise<Space> |
RemoteSpaceServiceImpl.update(Space space)
Deprecated.
since 7.0.1. Use
RemoteSpaceServiceImpl.updateCompletionStage(Space) instead. |
com.atlassian.util.concurrent.Promise<Space> |
RemoteSpaceService.update(Space space)
Deprecated.
since 7.0.1. Use
RemoteSpaceService.updateCompletionStage(Space) instead. |
CompletionStage<Space> |
RemoteSpaceServiceImpl.updateCompletionStage(Space space) |
CompletionStage<Space> |
RemoteSpaceService.updateCompletionStage(Space space)
Updates a space.
|
RemoteContentService.RemoteParameterContentFinder |
AbstractRemoteContentService.AbstractRemoteContentFinder.withSpace(Space... spaces) |
RemoteContentService.RemoteParameterContentFinder |
RemoteContentService.RemoteParameterContentFinder.withSpace(Space... space) |
RemoteContentTemplateService.RemoteParameterTemplateFinder |
RemoteContentTemplateService.RemoteParameterTemplateFinder.withSpace(Space space) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.util.concurrent.Promise<PageResponse<ContentTemplate>> |
RemoteContentTemplateService.getTemplates(ContentTemplateType contentTemplateType,
com.atlassian.fugue.Option<Space> space,
PageRequest pageRequest,
Expansion... expansions)
Deprecated.
|
default com.atlassian.util.concurrent.Promise<PageResponse<ContentTemplate>> |
RemoteContentTemplateService.getTemplates(ContentTemplateType contentTemplateType,
Optional<Space> space,
PageRequest pageRequest,
Expansion... expansions)
Deprecated.
|
CompletionStage<PageResponse<ContentTemplate>> |
RemoteContentTemplateService.getTemplatesCompletionStage(ContentTemplateType contentTemplateType,
Optional<Space> space,
PageRequest pageRequest,
Expansion... expansions) |
Constructor and Description |
---|
RemoteSpaceContentFinderImpl(AbstractRemoteService other,
Space space,
Expansion[] expansion) |
Modifier and Type | Method and Description |
---|---|
RemoteContentTemplateService.RemoteParameterTemplateFinder |
RemoteContentTemplateServiceImpl.RemoteTemplateFinderImpl.withSpace(Space space) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.util.concurrent.Promise<PageResponse<ContentTemplate>> |
RemoteContentTemplateServiceImpl.getTemplates(ContentTemplateType contentTemplateType,
com.atlassian.fugue.Option<Space> space,
PageRequest pageRequest,
Expansion... expansions)
Deprecated.
|
CompletionStage<PageResponse<ContentTemplate>> |
RemoteContentTemplateServiceImpl.getTemplatesCompletionStage(ContentTemplateType contentTemplateType,
Optional<Space> space,
PageRequest pageRequest,
Expansion... expansions) |
Modifier and Type | Method and Description |
---|---|
Space |
SpaceDeserializer.deserialize(org.codehaus.jackson.JsonParser jp,
org.codehaus.jackson.map.DeserializationContext ctxt) |
Copyright © 2003–2021 Atlassian. All rights reserved.