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 JsonSpaceProperty
JsonSpaceProperty.SpacePropertyBuilder. build()
Methods in com.atlassian.confluence.api.model.content with parameters of type JsonSpaceProperty Modifier and Type Method Description static JsonSpaceProperty.SpacePropertyBuilder
JsonSpaceProperty. 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.Builder
Navigation.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 JsonSpaceProperty
SpacePropertyService. create(JsonSpaceProperty newProperty)
Create a content property.JsonSpaceProperty
SpacePropertyService. 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 JsonSpaceProperty
SpacePropertyService. create(JsonSpaceProperty newProperty)
Create a content property.void
SpacePropertyService. delete(JsonSpaceProperty property)
Removes a space property from the system.JsonSpaceProperty
SpacePropertyService. update(JsonSpaceProperty property)
Updates a space property.ValidationResult
SpacePropertyService.Validator. validateCreate(JsonSpaceProperty newProperty)
Validate that a space property can be created, including permission checks.ValidationResult
SpacePropertyService.Validator. validateDelete(JsonSpaceProperty property)
Validate that a space property can be deleted, including permission checks.ValidationResult
SpacePropertyService.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 JsonSpaceProperty
JsonPropertyFactory. buildFrom(Space space, CustomContentEntityObject storageContentProperty, Expansions expansions)
JsonSpaceProperty
JsonPropertyFactory. 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 CustomContentEntityObject
StorageJsonPropertyManager. getStorageSpaceProperty(JsonSpaceProperty property)
CustomContentEntityObject
StorageJsonPropertyManager. 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 JsonSpaceProperty
SpacePropertyServiceImpl. create(JsonSpaceProperty newProperty)
JsonSpaceProperty
SpacePropertyFinderImpl. fetchOneOrNull()
JsonSpaceProperty
SpacePropertyServiceImpl. 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 JsonSpaceProperty
SpacePropertyServiceImpl. create(JsonSpaceProperty newProperty)
void
SpacePropertyServiceImpl. delete(JsonSpaceProperty property)
JsonSpaceProperty
SpacePropertyServiceImpl. update(JsonSpaceProperty property)
ValidationResult
SpacePropertyValidatorImpl. validateCreate(JsonSpaceProperty newProperty)
ValidationResult
SpacePropertyValidatorImpl. validateDelete(JsonSpaceProperty property)
ValidationResult
SpacePropertyValidatorImpl. 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 JsonSpaceProperty
SpacePropertyResource. create(String spaceKey, JsonSpaceProperty newProperty)
Creates a new space property.JsonSpaceProperty
SpacePropertyResource. create(String spaceKey, String propertyKey, JsonSpaceProperty newProperty)
Creates a new space property.JsonSpaceProperty
SpacePropertyResource. get(String spaceKey, String propertyKey, String expand)
Returns a space property.JsonSpaceProperty
SpacePropertyResource. 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 JsonSpaceProperty
SpacePropertyResource. create(String spaceKey, JsonSpaceProperty newProperty)
Creates a new space property.JsonSpaceProperty
SpacePropertyResource. create(String spaceKey, String propertyKey, JsonSpaceProperty newProperty)
Creates a new space property.JsonSpaceProperty
SpacePropertyResource. 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)
-