public class RemoteSpacePropertyServiceImpl extends AbstractRemoteService<SpacePropertyService> implements RemoteSpacePropertyService
Modifier and Type | Class and Description |
---|---|
class |
RemoteSpacePropertyServiceImpl.RemoteSpacePropertyFinderImpl |
RemoteSpacePropertyService.RemoteManyFetcher<T>, RemoteSpacePropertyService.RemoteSingleFetcher<T>, RemoteSpacePropertyService.RemoteSpacePropertyFinder, RemoteSpacePropertyService.RemoteValidator
Constructor and Description |
---|
RemoteSpacePropertyServiceImpl(AuthenticatedWebResourceProvider provider,
com.google.common.util.concurrent.ListeningExecutorService executor) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.util.concurrent.Promise<JsonSpaceProperty> |
create(JsonSpaceProperty newProperty)
Create a space property.
|
com.atlassian.util.concurrent.Promise<Void> |
delete(JsonSpaceProperty property)
Removes a space property from the system.
|
RemoteSpacePropertyService.RemoteSpacePropertyFinder |
find(Expansion... expansions) |
com.atlassian.util.concurrent.Promise<JsonSpaceProperty> |
update(JsonSpaceProperty newProperty)
Update a space property.
|
RemoteSpacePropertyService.RemoteValidator |
validator() |
addExpansions, addPageRequest, addPageRequestParams, deleteFuture, deleteFuture, getFuture, getFutureGenericCollection, getFutureMap, getFutureMapOfPageResponses, getFutureOption, getFuturePageResponseList, newExperimentalRestWebResource, newRestWebResource, postFuture, postFuture, postFuture, postFutureToPageResponse, putFuture
public RemoteSpacePropertyServiceImpl(AuthenticatedWebResourceProvider provider, com.google.common.util.concurrent.ListeningExecutorService executor)
public com.atlassian.util.concurrent.Promise<JsonSpaceProperty> create(JsonSpaceProperty newProperty)
RemoteSpacePropertyService
create
in interface RemoteSpacePropertyService
newProperty
- the space property to createpublic com.atlassian.util.concurrent.Promise<JsonSpaceProperty> update(JsonSpaceProperty newProperty)
RemoteSpacePropertyService
update
in interface RemoteSpacePropertyService
newProperty
- the space property to updatepublic com.atlassian.util.concurrent.Promise<Void> delete(JsonSpaceProperty property)
RemoteSpacePropertyService
delete
in interface RemoteSpacePropertyService
property
- the space property to removepublic RemoteSpacePropertyService.RemoteSpacePropertyFinder find(Expansion... expansions)
find
in interface RemoteSpacePropertyService
public RemoteSpacePropertyService.RemoteValidator validator()
validator
in interface RemoteSpacePropertyService
Copyright © 2003–2018 Atlassian. All rights reserved.