Uses of Class
com.atlassian.confluence.api.model.content.JsonSpaceProperty
-
Packages that use JsonSpaceProperty 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.contentproperty.spaceproperty 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 JsonSpaceProperty in com.atlassian.confluence.api.model.content
Methods in com.atlassian.confluence.api.model.content that return JsonSpaceProperty Modifier and Type Method Description JsonSpacePropertyJsonSpaceProperty.SpacePropertyBuilder. build()Methods in com.atlassian.confluence.api.model.content with parameters of type JsonSpaceProperty Modifier and Type Method Description static JsonSpaceProperty.SpacePropertyBuilderJsonSpaceProperty. builder(JsonSpaceProperty property) -
Uses of JsonSpaceProperty in com.atlassian.confluence.api.nav
Methods in com.atlassian.confluence.api.nav with parameters of type JsonSpaceProperty Modifier and Type Method Description Navigation.BuilderNavigation.SpaceNav. property(JsonSpaceProperty property) -
Uses of JsonSpaceProperty in com.atlassian.confluence.api.service.content
Methods in com.atlassian.confluence.api.service.content that return JsonSpaceProperty Modifier and Type Method Description JsonSpacePropertySpacePropertyService. create(JsonSpaceProperty newProperty)Create a content property.JsonSpacePropertySpacePropertyService. update(JsonSpaceProperty property)Updates a space property.Methods in com.atlassian.confluence.api.service.content with parameters of type JsonSpaceProperty Modifier and Type Method Description JsonSpacePropertySpacePropertyService. create(JsonSpaceProperty newProperty)Create a content property.voidSpacePropertyService. delete(JsonSpaceProperty property)Removes a space property from the system.JsonSpacePropertySpacePropertyService. update(JsonSpaceProperty property)Updates a space property.ValidationResultSpacePropertyService.Validator. validateCreate(JsonSpaceProperty newProperty)Validate that a space property can be created, including permission checks.ValidationResultSpacePropertyService.Validator. validateDelete(JsonSpaceProperty property)Validate that a space property can be deleted, including permission checks.ValidationResultSpacePropertyService.Validator. validateUpdate(JsonSpaceProperty property)Validate that a space property can be updated, including permission checks. -
Uses of JsonSpaceProperty in com.atlassian.confluence.plugins.contentproperty
Methods in com.atlassian.confluence.plugins.contentproperty that return JsonSpaceProperty Modifier and Type Method Description JsonSpacePropertyJsonPropertyFactory. buildFrom(Space space, CustomContentEntityObject storageContentProperty, Expansions expansions)JsonSpacePropertyJsonPropertyFactory. buildSpacePropertyFrom(CustomContentEntityObject property, Expansions expansions)Convert the given CustomContentEntityObject into a corresponding SpaceProperty.Methods in com.atlassian.confluence.plugins.contentproperty that return types with arguments of type JsonSpaceProperty Modifier and Type Method Description com.google.common.base.Function<CustomContentEntityObject,JsonSpaceProperty>JsonPropertyFactory. buildSpacePropertyFromFunction(Space space, Expansions expansions)Methods in com.atlassian.confluence.plugins.contentproperty with parameters of type JsonSpaceProperty Modifier and Type Method Description CustomContentEntityObjectStorageJsonPropertyManager. getStorageSpaceProperty(JsonSpaceProperty property)CustomContentEntityObjectStorageJsonPropertyManager. updateStorageFromApi(JsonSpaceProperty property, CustomContentEntityObject storageJsonProperty)Updates a JsonProperty CustomContentEntityObject to be a SpaceProperty. -
Uses of JsonSpaceProperty in com.atlassian.confluence.plugins.contentproperty.spaceproperty
Methods in com.atlassian.confluence.plugins.contentproperty.spaceproperty that return JsonSpaceProperty Modifier and Type Method Description JsonSpacePropertySpacePropertyServiceImpl. create(JsonSpaceProperty newProperty)JsonSpacePropertySpacePropertyFinderImpl. fetchOneOrNull()JsonSpacePropertySpacePropertyServiceImpl. update(JsonSpaceProperty property)Methods in com.atlassian.confluence.plugins.contentproperty.spaceproperty that return types with arguments of type JsonSpaceProperty Modifier and Type Method Description Optional<JsonSpaceProperty>SpacePropertyFinderImpl. fetch()PageResponse<JsonSpaceProperty>SpacePropertyFinderImpl. fetchMany(PageRequest request)Methods in com.atlassian.confluence.plugins.contentproperty.spaceproperty with parameters of type JsonSpaceProperty Modifier and Type Method Description JsonSpacePropertySpacePropertyServiceImpl. create(JsonSpaceProperty newProperty)voidSpacePropertyServiceImpl. delete(JsonSpaceProperty property)JsonSpacePropertySpacePropertyServiceImpl. update(JsonSpaceProperty property)ValidationResultSpacePropertyValidatorImpl. validateCreate(JsonSpaceProperty newProperty)ValidationResultSpacePropertyValidatorImpl. validateDelete(JsonSpaceProperty property)ValidationResultSpacePropertyValidatorImpl. validateUpdate(JsonSpaceProperty property) -
Uses of JsonSpaceProperty in com.atlassian.confluence.plugins.restapi.resources
Methods in com.atlassian.confluence.plugins.restapi.resources that return JsonSpaceProperty Modifier and Type Method Description JsonSpacePropertySpacePropertyResource. create(String spaceKey, JsonSpaceProperty newProperty)Creates a new space property.JsonSpacePropertySpacePropertyResource. create(String spaceKey, String propertyKey, JsonSpaceProperty newProperty)Creates a new space property.JsonSpacePropertySpacePropertyResource. get(String spaceKey, String propertyKey, String expand)Returns a space property.JsonSpacePropertySpacePropertyResource. update(String spaceKey, String propertyKey, JsonSpaceProperty property)Updates a space property.Methods in com.atlassian.confluence.plugins.restapi.resources that return types with arguments of type JsonSpaceProperty Modifier and Type Method Description PageResponse<JsonSpaceProperty>SpacePropertyResource. get(String spaceKey, String expand, int start, int limit, javax.ws.rs.core.UriInfo uriInfo)Returns a paginated list of space properties.Methods in com.atlassian.confluence.plugins.restapi.resources with parameters of type JsonSpaceProperty Modifier and Type Method Description JsonSpacePropertySpacePropertyResource. create(String spaceKey, JsonSpaceProperty newProperty)Creates a new space property.JsonSpacePropertySpacePropertyResource. create(String spaceKey, String propertyKey, JsonSpaceProperty newProperty)Creates a new space property.JsonSpacePropertySpacePropertyResource. update(String spaceKey, String propertyKey, JsonSpaceProperty property)Updates a space property. -
Uses of JsonSpaceProperty in com.atlassian.confluence.rest.client
Methods in com.atlassian.confluence.rest.client that return types with arguments of type JsonSpaceProperty Modifier and Type Method Description com.atlassian.util.concurrent.Promise<JsonSpaceProperty>RemoteSpacePropertyService. create(JsonSpaceProperty newProperty)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<JsonSpaceProperty>RemoteSpacePropertyServiceImpl. create(JsonSpaceProperty newProperty)Deprecated.since 7.0.1.CompletionStage<JsonSpaceProperty>RemoteSpacePropertyService. createCompletionStage(JsonSpaceProperty newProperty)Create a space property.CompletionStage<JsonSpaceProperty>RemoteSpacePropertyServiceImpl. createCompletionStage(JsonSpaceProperty newProperty)CompletionStage<Optional<JsonSpaceProperty>>RemoteSpacePropertyServiceImpl.RemoteSpacePropertyFinderImpl. fetchCompletionStage()com.atlassian.util.concurrent.Promise<PageResponse<JsonSpaceProperty>>RemoteSpacePropertyServiceImpl.RemoteSpacePropertyFinderImpl. fetchMany(PageRequest request)Deprecated.since 7.0.1.CompletionStage<PageResponse<JsonSpaceProperty>>RemoteSpacePropertyServiceImpl.RemoteSpacePropertyFinderImpl. fetchManyCompletionStage(PageRequest request)com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<JsonSpaceProperty>>RemoteSpacePropertyServiceImpl.RemoteSpacePropertyFinderImpl. fetchOne()Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<JsonSpaceProperty>RemoteSpacePropertyServiceImpl.RemoteSpacePropertyFinderImpl. fetchOneOrNull()Deprecated.since 7.0.1.CompletionStage<JsonSpaceProperty>RemoteSpacePropertyServiceImpl.RemoteSpacePropertyFinderImpl. fetchOrNullCompletionStage()com.atlassian.util.concurrent.Promise<JsonSpaceProperty>RemoteSpacePropertyService. update(JsonSpaceProperty newProperty)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<JsonSpaceProperty>RemoteSpacePropertyServiceImpl. update(JsonSpaceProperty newProperty)Deprecated.since 7.0.1.CompletionStage<JsonSpaceProperty>RemoteSpacePropertyService. updateCompletionStage(JsonSpaceProperty newProperty)Update a space property.CompletionStage<JsonSpaceProperty>RemoteSpacePropertyServiceImpl. updateCompletionStage(JsonSpaceProperty newProperty)Methods in com.atlassian.confluence.rest.client with parameters of type JsonSpaceProperty Modifier and Type Method Description com.atlassian.util.concurrent.Promise<JsonSpaceProperty>RemoteSpacePropertyService. create(JsonSpaceProperty newProperty)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<JsonSpaceProperty>RemoteSpacePropertyServiceImpl. create(JsonSpaceProperty newProperty)Deprecated.since 7.0.1.CompletionStage<JsonSpaceProperty>RemoteSpacePropertyService. createCompletionStage(JsonSpaceProperty newProperty)Create a space property.CompletionStage<JsonSpaceProperty>RemoteSpacePropertyServiceImpl. createCompletionStage(JsonSpaceProperty newProperty)com.atlassian.util.concurrent.Promise<Void>RemoteSpacePropertyService. delete(JsonSpaceProperty property)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Void>RemoteSpacePropertyServiceImpl. delete(JsonSpaceProperty property)Deprecated.since 7.0.1.CompletionStage<Void>RemoteSpacePropertyService. deleteCompletionStage(JsonSpaceProperty property)Removes a space property from the system.CompletionStage<Void>RemoteSpacePropertyServiceImpl. deleteCompletionStage(JsonSpaceProperty property)com.atlassian.util.concurrent.Promise<JsonSpaceProperty>RemoteSpacePropertyService. update(JsonSpaceProperty newProperty)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<JsonSpaceProperty>RemoteSpacePropertyServiceImpl. update(JsonSpaceProperty newProperty)Deprecated.since 7.0.1.CompletionStage<JsonSpaceProperty>RemoteSpacePropertyService. updateCompletionStage(JsonSpaceProperty newProperty)Update a space property.CompletionStage<JsonSpaceProperty>RemoteSpacePropertyServiceImpl. updateCompletionStage(JsonSpaceProperty newProperty)
-