Uses of Class
com.atlassian.confluence.api.model.content.JsonContentProperty
-
Packages that use JsonContentProperty Package Description com.atlassian.confluence.api.model.content com.atlassian.confluence.api.nav com.atlassian.confluence.api.service.content com.atlassian.confluence.plugins.contentproperty com.atlassian.confluence.plugins.graphql.providers com.atlassian.confluence.plugins.restapi.resources com.atlassian.confluence.rest.client This package contains the code which communicates with Confluence via REST API. -
-
Uses of JsonContentProperty in com.atlassian.confluence.api.model.content
Methods in com.atlassian.confluence.api.model.content that return JsonContentProperty Modifier and Type Method Description JsonContentPropertyJsonContentProperty.ContentPropertyBuilder. build()Methods in com.atlassian.confluence.api.model.content that return types with arguments of type JsonContentProperty Modifier and Type Method Description static 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.Methods in com.atlassian.confluence.api.model.content with parameters of type JsonContentProperty Modifier and Type Method Description static JsonContentProperty.ContentPropertyBuilderJsonContentProperty. builder(JsonContentProperty propertyTemplate)Creates a builder, initialized from the given template. -
Uses of JsonContentProperty in com.atlassian.confluence.api.nav
Methods in com.atlassian.confluence.api.nav with parameters of type JsonContentProperty Modifier and Type Method Description Navigation.BuilderNavigation.ContentNav. property(JsonContentProperty property) -
Uses of JsonContentProperty in com.atlassian.confluence.api.service.content
Methods in com.atlassian.confluence.api.service.content that return JsonContentProperty Modifier and Type Method Description JsonContentPropertyContentPropertyService. create(JsonContentProperty newProperty)Create a content property.JsonContentPropertyContentPropertyService. update(JsonContentProperty property)Updates a content property.Methods in com.atlassian.confluence.api.service.content with parameters of type JsonContentProperty Modifier and Type Method Description JsonContentPropertyContentPropertyService. create(JsonContentProperty newProperty)Create a content property.voidContentPropertyService. delete(JsonContentProperty property)Removes a content property from the system.JsonContentPropertyContentPropertyService. update(JsonContentProperty property)Updates a content property.ValidationResultContentPropertyService.Validator. validateCreate(JsonContentProperty newProperty)Validate that a content property can be created, including permission checks.ValidationResultContentPropertyService.Validator. validateDelete(JsonContentProperty property)Validate that a content property can be deleted, including permission checks.ValidationResultContentPropertyService.Validator. validateUpdate(JsonContentProperty property)Validate that a content property can be updated, including permission checks. -
Uses of JsonContentProperty in com.atlassian.confluence.plugins.contentproperty
Methods in com.atlassian.confluence.plugins.contentproperty that return JsonContentProperty Modifier and Type Method Description JsonContentPropertyJsonPropertyFactory. buildContentPropertyFrom(CustomContentEntityObject storageContentProperty, Expansions expansions)Convert the given CustomContentEntityObject into a corresponding ContentProperty.JsonContentPropertyJsonPropertyFactory. buildFrom(Content content, CustomContentEntityObject storageContentProperty, Expansions expansions)Convert the given CustomContentEntityObject into a corresponding ContentProperty with the given container.JsonContentPropertyJsonPropertyFactory. buildFrom(CustomContentEntityObject storageContentProperty)Convert the given CustomContentEntityObject into a corresponding ContentProperty with the given container.JsonContentPropertyContentPropertyServiceImpl. create(JsonContentProperty newProperty)JsonContentPropertyContentPropertyServiceImpl. update(JsonContentProperty property)Methods in com.atlassian.confluence.plugins.contentproperty that return types with arguments of type JsonContentProperty Modifier and Type Method Description com.google.common.base.Function<CustomContentEntityObject,JsonContentProperty>JsonPropertyFactory. buildContentPropertyFromFunction()com.google.common.base.Function<CustomContentEntityObject,JsonContentProperty>JsonPropertyFactory. buildContentPropertyFromFunction(Content content, Expansions expansions)Methods in com.atlassian.confluence.plugins.contentproperty with parameters of type JsonContentProperty Modifier and Type Method Description JsonContentPropertyContentPropertyServiceImpl. create(JsonContentProperty newProperty)voidContentPropertyServiceImpl. delete(JsonContentProperty property)CustomContentEntityObjectStorageJsonPropertyManager. getStorageContentProperty(SimpleValidationResult.Builder result, JsonContentProperty property)JsonContentPropertyContentPropertyServiceImpl. update(JsonContentProperty property)CustomContentEntityObjectStorageJsonPropertyManager. updateStorageFromApi(JsonContentProperty apiContentProperty, CustomContentEntityObject storageJsonProperty)Updates a JsonProperty CustomContentEntityObject to be a ContentProperty. -
Uses of JsonContentProperty in com.atlassian.confluence.plugins.graphql.providers
Methods in com.atlassian.confluence.plugins.graphql.providers that return types with arguments of type JsonContentProperty Modifier and Type Method Description RestList<JsonContentProperty>ContentPropertyProvider. 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
Methods in com.atlassian.confluence.plugins.restapi.resources that return JsonContentProperty Modifier and Type Method Description JsonContentPropertyContentPropertyResource. create(ContentId contentId, JsonContentProperty newProperty)Creates a new content property.JsonContentPropertyContentPropertyResource. create(ContentId contentId, String key, JsonContentProperty newProperty)Creates a new content property.JsonContentPropertyContentPropertyResource. findByKey(ContentId contentId, String key, String expand)Returns a content property.JsonContentPropertyContentPropertyResource. update(ContentId contentId, String key, JsonContentProperty property)Updates a content property.Methods in com.atlassian.confluence.plugins.restapi.resources that return types with arguments of type JsonContentProperty Modifier and Type Method Description RestList<JsonContentProperty>ContentPropertyResource. findAll(ContentId contentId, String expand, int start, int limit, javax.ws.rs.core.UriInfo uriInfo)Returns a paginated list of content properties.Methods in com.atlassian.confluence.plugins.restapi.resources with parameters of type JsonContentProperty Modifier and Type Method Description JsonContentPropertyContentPropertyResource. create(ContentId contentId, JsonContentProperty newProperty)Creates a new content property.JsonContentPropertyContentPropertyResource. create(ContentId contentId, String key, JsonContentProperty newProperty)Creates a new content property.JsonContentPropertyContentPropertyResource. update(ContentId contentId, String key, JsonContentProperty property)Updates a content property. -
Uses of JsonContentProperty in com.atlassian.confluence.rest.client
Methods in com.atlassian.confluence.rest.client that return types with arguments of type JsonContentProperty Modifier and Type Method Description com.atlassian.util.concurrent.Promise<JsonContentProperty>RemoteContentPropertyService. create(JsonContentProperty newProperty)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<JsonContentProperty>RemoteContentPropertyServiceImpl. create(JsonContentProperty newProperty)Deprecated.since 7.0.1.CompletionStage<JsonContentProperty>RemoteContentPropertyService. createCompletionStage(JsonContentProperty newProperty)Create a content property.CompletionStage<JsonContentProperty>RemoteContentPropertyServiceImpl. createCompletionStage(JsonContentProperty newProperty)CompletionStage<Optional<JsonContentProperty>>RemoteContentPropertyServiceImpl.RemoteContentPropertyFinderImpl. fetchCompletionStage()com.atlassian.util.concurrent.Promise<PageResponse<JsonContentProperty>>RemoteContentPropertyService.RemoteContentPropertyFetcher. fetchMany(PageRequest request)com.atlassian.util.concurrent.Promise<PageResponse<JsonContentProperty>>RemoteContentPropertyServiceImpl.RemoteContentPropertyFinderImpl. fetchMany(PageRequest request)Deprecated.since 7.0.1.CompletionStage<PageResponse<JsonContentProperty>>RemoteContentPropertyServiceImpl.RemoteContentPropertyFinderImpl. fetchManyCompletionStage(PageRequest request)com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<JsonContentProperty>>RemoteContentPropertyServiceImpl.RemoteContentPropertyFinderImpl. fetchOne()Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<JsonContentProperty>RemoteContentPropertyServiceImpl.RemoteContentPropertyFinderImpl. fetchOneOrNull()Deprecated.since 7.0.1.CompletionStage<JsonContentProperty>RemoteContentPropertyServiceImpl.RemoteContentPropertyFinderImpl. fetchOrNullCompletionStage()com.atlassian.util.concurrent.Promise<JsonContentProperty>RemoteContentPropertyService. update(JsonContentProperty property)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<JsonContentProperty>RemoteContentPropertyServiceImpl. update(JsonContentProperty property)Deprecated.since 7.0.1.CompletionStage<JsonContentProperty>RemoteContentPropertyService. updateCompletionStage(JsonContentProperty property)Updates a content property.CompletionStage<JsonContentProperty>RemoteContentPropertyServiceImpl. updateCompletionStage(JsonContentProperty property)Methods in com.atlassian.confluence.rest.client with parameters of type JsonContentProperty Modifier and Type Method Description com.atlassian.util.concurrent.Promise<JsonContentProperty>RemoteContentPropertyService. create(JsonContentProperty newProperty)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<JsonContentProperty>RemoteContentPropertyServiceImpl. create(JsonContentProperty newProperty)Deprecated.since 7.0.1.CompletionStage<JsonContentProperty>RemoteContentPropertyService. createCompletionStage(JsonContentProperty newProperty)Create a content property.CompletionStage<JsonContentProperty>RemoteContentPropertyServiceImpl. createCompletionStage(JsonContentProperty newProperty)com.atlassian.util.concurrent.Promise<Void>RemoteContentPropertyService. delete(JsonContentProperty property)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Void>RemoteContentPropertyServiceImpl. delete(JsonContentProperty property)Deprecated.since 7.0.1.CompletionStage<Void>RemoteContentPropertyService. deleteCompletionStage(JsonContentProperty property)Removes a content property from the system.CompletionStage<Void>RemoteContentPropertyServiceImpl. deleteCompletionStage(JsonContentProperty property)com.atlassian.util.concurrent.Promise<JsonContentProperty>RemoteContentPropertyService. update(JsonContentProperty property)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<JsonContentProperty>RemoteContentPropertyServiceImpl. update(JsonContentProperty property)Deprecated.since 7.0.1.CompletionStage<JsonContentProperty>RemoteContentPropertyService. updateCompletionStage(JsonContentProperty property)Updates a content property.CompletionStage<JsonContentProperty>RemoteContentPropertyServiceImpl. updateCompletionStage(JsonContentProperty property)
-