|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RemoteContentPropertyService
ContentPropertyService implementation that communicates with
Confluence remotely using the Confluence REST API.
| Nested Class Summary | |
|---|---|
static interface |
RemoteContentPropertyService.RemoteContentPropertyFetcher
|
static interface |
RemoteContentPropertyService.RemoteContentPropertyFinder
|
static interface |
RemoteContentPropertyService.RemoteParameterContentPropertyFinder
|
static interface |
RemoteContentPropertyService.RemoteSingleContentPropertyFetcher
|
static interface |
RemoteContentPropertyService.RemoteValidator
|
| Method Summary | |
|---|---|
com.atlassian.util.concurrent.Promise<JsonContentProperty> |
create(JsonContentProperty newProperty)
Create a content property. |
com.atlassian.util.concurrent.Promise<Void> |
delete(JsonContentProperty property)
Removes a content property from the system. |
RemoteContentPropertyService.RemoteContentPropertyFinder |
find(Expansion... expansions)
|
com.atlassian.util.concurrent.Promise<JsonContentProperty> |
update(JsonContentProperty property)
Updates a content property. |
RemoteContentPropertyService.RemoteValidator |
validator()
|
| Method Detail |
|---|
RemoteContentPropertyService.RemoteContentPropertyFinder find(Expansion... expansions)
RemoteContentPropertyService.RemoteValidator validator()
com.atlassian.util.concurrent.Promise<JsonContentProperty> create(JsonContentProperty newProperty)
newProperty - the content property to create
com.atlassian.util.concurrent.Promise<JsonContentProperty> update(JsonContentProperty property)
property - the updated JsonContentProperty with metadata about the change
com.atlassian.util.concurrent.Promise<Void> delete(JsonContentProperty property)
property - the content property to remove
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||