public interface RemoteContentPropertyService
ContentPropertyService
implementation that communicates with
Confluence remotely using the Confluence REST API.Modifier and Type | Interface and Description |
---|---|
static interface |
RemoteContentPropertyService.RemoteContentPropertyFetcher |
static interface |
RemoteContentPropertyService.RemoteContentPropertyFinder |
static interface |
RemoteContentPropertyService.RemoteParameterContentPropertyFinder |
static interface |
RemoteContentPropertyService.RemoteSingleContentPropertyFetcher |
static interface |
RemoteContentPropertyService.RemoteValidator |
RemoteContentPropertyService.RemoteContentPropertyFinder find(Expansion... expansions)
RemoteContentPropertyService.RemoteValidator validator()
@Deprecated com.atlassian.util.concurrent.Promise<JsonContentProperty> create(JsonContentProperty newProperty)
createCompletionStage(JsonContentProperty)
instead.newProperty
- the content property to create@Deprecated com.atlassian.util.concurrent.Promise<JsonContentProperty> update(JsonContentProperty property)
updateCompletionStage(JsonContentProperty)
instead.property
- the updated JsonContentProperty
with metadata about the change@Deprecated com.atlassian.util.concurrent.Promise<Void> delete(JsonContentProperty property)
deleteCompletionStage(JsonContentProperty)
instead.property
- the content property to removeCompletionStage<JsonContentProperty> createCompletionStage(JsonContentProperty newProperty)
newProperty
- the content property to createCompletionStage<JsonContentProperty> updateCompletionStage(JsonContentProperty property)
property
- the updated JsonContentProperty
with metadata about the changeCompletionStage<Void> deleteCompletionStage(JsonContentProperty property)
property
- the content property to removeCopyright © 2003–2023 Atlassian. All rights reserved.