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() |
com.atlassian.fugue.Option<Space> |
SpaceServiceImpl.getSpace(String spaceKey,
Expansion... expansions)
Deprecated.
|
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 |
---|---|
Navigation.Builder |
NavigationImpl.collection(Space spaceData) |
Navigation.SpaceNav |
NavigationImpl.space(Space space) |
Modifier and Type | Method and Description |
---|---|
Navigation.SpaceNav |
NavigationImpl.space(Reference<Space> space) |
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 | 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 |
---|---|
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 |
---|---|
com.atlassian.fugue.Option<Space> |
SpaceService.getSpace(String spaceKey,
Expansion... expansions)
Deprecated.
Since 5.5 use find().withKey(String).fetchOne();
|
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 |
---|---|
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 |
---|---|
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(List<String> spaceKeys,
String expand,
int start,
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) |
com.atlassian.util.concurrent.Promise<Space> |
RemoteSpaceService.create(Space newSpace,
boolean isPrivate)
Create a new space.
|
com.atlassian.util.concurrent.Promise<PageResponse<Space>> |
RemoteSpaceServiceImpl.RemoteSpaceFinderImpl.fetchMany(PageRequest request) |
com.atlassian.util.concurrent.Promise<PageResponse<Space>> |
RemoteSpaceService.RemoteSpaceFinder.fetchMany(PageRequest request) |
com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Space>> |
RemoteSpaceServiceImpl.RemoteSpaceFinderImpl.fetchOne() |
com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Space>> |
RemoteSpaceService.RemoteSpaceSingleFetcher.fetchOne() |
com.atlassian.util.concurrent.Promise<Space> |
RemoteSpaceServiceImpl.RemoteSpaceFinderImpl.fetchOneOrNull() |
com.atlassian.util.concurrent.Promise<Space> |
RemoteSpaceService.RemoteSpaceSingleFetcher.fetchOneOrNull() |
com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Space>> |
RemoteSpaceServiceImpl.getSpace(String spaceKey,
Expansion... expansions)
Deprecated.
|
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) |
com.atlassian.util.concurrent.Promise<Space> |
RemoteSpaceService.update(Space space)
Updates a space.
|
Modifier and Type | Method and Description |
---|---|
com.atlassian.util.concurrent.Promise<Space> |
RemoteSpaceServiceImpl.create(Space newSpace,
boolean isPrivate) |
com.atlassian.util.concurrent.Promise<Space> |
RemoteSpaceService.create(Space newSpace,
boolean isPrivate)
Create a new space.
|
com.atlassian.util.concurrent.Promise<LongTaskSubmission> |
RemoteSpaceServiceImpl.delete(Space space) |
com.atlassian.util.concurrent.Promise<LongTaskSubmission> |
RemoteSpaceService.delete(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) |
com.atlassian.util.concurrent.Promise<Space> |
RemoteSpaceService.update(Space space)
Updates a space.
|
RemoteContentService.RemoteParameterContentFinder |
RemoteContentServiceImpl.RemoteContentFinderImpl.withSpace(Space... spaces) |
RemoteContentService.RemoteParameterContentFinder |
RemoteContentService.RemoteParameterContentFinder.withSpace(Space... space) |
Constructor and Description |
---|
RemoteSpaceContentFinderImpl(AbstractRemoteService other,
Space space,
Expansion[] expansion) |
Modifier and Type | Method and Description |
---|---|
List<Content> |
BreadcrumbsTest.createPageHierarchy(Space space,
int depth,
String pageTitlePrefix) |
Constructor and Description |
---|
MailboxImportPage(Space space) |
Copyright © 2003–2016 Atlassian. All rights reserved.