Uses of Class
com.atlassian.confluence.api.model.content.JsonContentProperty
Package
Description
This package contains the code which communicates with Confluence via REST API.
-
Uses of JsonContentProperty in com.atlassian.confluence.api.model.content
Modifier and TypeMethodDescriptionstatic Reference<JsonContentProperty>
JsonContentProperty.buildReference
(@Nullable JsonContentPropertyId id) Creates a collapsed reference to a JsonContentProperty with the given id, or an empty reference, if none was given.Modifier and TypeMethodDescriptionJsonContentProperty.builder
(JsonContentProperty propertyTemplate) Creates a builder, initialized from the given template. -
Uses of JsonContentProperty in com.atlassian.confluence.api.service.content
Modifier and TypeMethodDescriptionContentPropertyService.create
(JsonContentProperty newProperty) Create a content property.ContentPropertyService.update
(JsonContentProperty property) Updates a content property.Modifier and TypeMethodDescriptionContentPropertyService.create
(JsonContentProperty newProperty) Create a content property.void
ContentPropertyService.delete
(JsonContentProperty property) Removes a content property from the system.ContentPropertyService.update
(JsonContentProperty property) Updates a content property.ContentPropertyService.Validator.validateCreate
(JsonContentProperty newProperty) Validate that a content property can be created, including permission checks.ContentPropertyService.Validator.validateDelete
(JsonContentProperty property) Validate that a content property can be deleted, including permission checks.ContentPropertyService.Validator.validateUpdate
(JsonContentProperty property) Validate that a content property can be updated, including permission checks. -
Uses of JsonContentProperty in com.atlassian.confluence.plugins.contentproperty
Modifier and TypeMethodDescriptionJsonPropertyFactory.buildContentPropertyFrom
(CustomContentEntityObject storageContentProperty, Expansions expansions) Convert the given CustomContentEntityObject into a corresponding ContentProperty.JsonPropertyFactory.buildFrom
(Content content, CustomContentEntityObject storageContentProperty, Expansions expansions) Convert the given CustomContentEntityObject into a corresponding ContentProperty with the given container.JsonPropertyFactory.buildFrom
(CustomContentEntityObject storageContentProperty) Convert the given CustomContentEntityObject into a corresponding ContentProperty with the given container.ContentPropertyServiceImpl.create
(JsonContentProperty newProperty) ContentPropertyServiceImpl.update
(JsonContentProperty property) Modifier and TypeMethodDescriptioncom.google.common.base.Function<CustomContentEntityObject,
JsonContentProperty> JsonPropertyFactory.buildContentPropertyFromFunction()
com.google.common.base.Function<CustomContentEntityObject,
JsonContentProperty> JsonPropertyFactory.buildContentPropertyFromFunction
(Content content, Expansions expansions) Modifier and TypeMethodDescriptionContentPropertyServiceImpl.create
(JsonContentProperty newProperty) void
ContentPropertyServiceImpl.delete
(JsonContentProperty property) StorageJsonPropertyManager.getStorageContentProperty
(SimpleValidationResult.Builder result, JsonContentProperty property) ContentPropertyServiceImpl.update
(JsonContentProperty property) StorageJsonPropertyManager.updateStorageFromApi
(JsonContentProperty apiContentProperty, CustomContentEntityObject storageJsonProperty) Updates a JsonProperty CustomContentEntityObject to be a ContentProperty. -
Uses of JsonContentProperty in com.atlassian.confluence.plugins.graphql.providers
Modifier and TypeMethodDescriptionContentPropertyProvider.properties
(String key, String expand, int start, int limit, javax.ws.rs.core.UriInfo uriInfo, graphql.schema.DataFetchingEnvironment env) -
Uses of JsonContentProperty in com.atlassian.confluence.plugins.restapi.resources
Modifier and TypeMethodDescriptionContentPropertyResource.create
(ContentId contentId, JsonContentProperty newProperty) ContentPropertyResource.create
(ContentId contentId, String key, JsonContentProperty newProperty) ContentPropertyResource.update
(ContentId contentId, String key, JsonContentProperty property) Modifier and TypeMethodDescriptionContentPropertyResource.findAll
(ContentId contentId, String expand, int start, int limit, javax.ws.rs.core.UriInfo uriInfo) Modifier and TypeMethodDescriptionContentPropertyResource.create
(ContentId contentId, JsonContentProperty newProperty) ContentPropertyResource.create
(ContentId contentId, String key, JsonContentProperty newProperty) ContentPropertyResource.update
(ContentId contentId, String key, JsonContentProperty property) -
Uses of JsonContentProperty in com.atlassian.confluence.rest.client
Modifier and TypeMethodDescriptionRemoteContentPropertyService.createCompletionStage
(JsonContentProperty newProperty) Create a content property.RemoteContentPropertyServiceImpl.createCompletionStage
(JsonContentProperty newProperty) RemoteContentPropertyServiceImpl.RemoteContentPropertyFinderImpl.fetchCompletionStage()
RemoteContentPropertyService.RemoteContentPropertyFetcher.fetchManyCompletionStage
(PageRequest request) RemoteContentPropertyServiceImpl.RemoteContentPropertyFinderImpl.fetchManyCompletionStage
(PageRequest request) RemoteContentPropertyService.updateCompletionStage
(JsonContentProperty property) Updates a content property.RemoteContentPropertyServiceImpl.updateCompletionStage
(JsonContentProperty property) Modifier and TypeMethodDescriptionRemoteContentPropertyService.createCompletionStage
(JsonContentProperty newProperty) Create a content property.RemoteContentPropertyServiceImpl.createCompletionStage
(JsonContentProperty newProperty) RemoteContentPropertyService.deleteCompletionStage
(JsonContentProperty property) Removes a content property from the system.RemoteContentPropertyServiceImpl.deleteCompletionStage
(JsonContentProperty property) RemoteContentPropertyService.updateCompletionStage
(JsonContentProperty property) Updates a content property.RemoteContentPropertyServiceImpl.updateCompletionStage
(JsonContentProperty property)