Interface RemoteContentPropertyService
- All Known Implementing Classes:
- RemoteContentPropertyServiceImpl
public interface RemoteContentPropertyService
ContentPropertyService implementation that communicates with
 Confluence remotely using the Confluence REST API.- Since:
- 9.0
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic interfacestatic interfacestatic interface
- 
Method SummaryModifier and TypeMethodDescriptioncreateCompletionStage(JsonContentProperty newProperty) Create a content property.deleteCompletionStage(JsonContentProperty property) Removes a content property from the system.updateCompletionStage(JsonContentProperty property) Updates a content property.
- 
Method Details- 
find
- 
validatorRemoteContentPropertyService.RemoteValidator validator()
- 
createCompletionStageCreate a content property.- Parameters:
- newProperty- the content property to create
- Returns:
- the content property created
- Since:
- 9.0
 
- 
updateCompletionStageUpdates a content property.- Parameters:
- property- the updated- JsonContentPropertywith metadata about the change
- Returns:
- the updated content after being persisted
- Since:
- 9.0
 
- 
deleteCompletionStageRemoves a content property from the system.- Parameters:
- property- the content property to remove
- Since:
- 9.0
 
 
-