Uses of Class
com.atlassian.confluence.rest.v2.api.model.RestEntity
Packages that use RestEntity
Package
Description
-
Uses of RestEntity in com.atlassian.confluence.api.impl
Methods in com.atlassian.confluence.api.impl that return RestEntityModifier and TypeMethodDescriptionDefaultApiRestEntityFactory.buildRestEntityFrom(ContentEntityObject entity, Expansions expansions) DefaultApiRestEntityFactory.buildRestEntityFrom(Space space, Expansions expansions) Methods in com.atlassian.confluence.api.impl that return types with arguments of type RestEntityModifier and TypeMethodDescriptionDefaultApiRestEntityFactory.buildRestEntityFromContent(Iterable<? extends ContentEntityObject> entities, Expansions expansions) DefaultApiRestEntityFactory.buildRestEntityFromSpaces(Iterable<Space> spaces, Expansions expansions) -
Uses of RestEntity in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core that return RestEntityModifier and TypeMethodDescriptionApiRestEntityFactory.buildRestEntityFrom(ContentEntityObject entity, Expansions expansions) Build a REST API entity from a ContentEntityObject.ApiRestEntityFactory.buildRestEntityFrom(Space space, Expansions expansions) Build a REST API entity from a hibernate Space object.Methods in com.atlassian.confluence.core that return types with arguments of type RestEntityModifier and TypeMethodDescriptionApiRestEntityFactory.buildRestEntityFromContent(Iterable<? extends ContentEntityObject> entities, Expansions expansions) Build a list of REST API entity objects from ContentEntityObject objects.ApiRestEntityFactory.buildRestEntityFromSpaces(Iterable<Space> spaces, Expansions expansions) Build a list of REST API entity objects from hibernate Space objects. -
Uses of RestEntity in com.atlassian.confluence.plugins.restapi.enrich
Methods in com.atlassian.confluence.plugins.restapi.enrich with parameters of type RestEntityModifier and TypeMethodDescriptionvoidEntityEnricher.enrich(@NonNull RestEntity entity, @NonNull SchemaType schemaType) -
Uses of RestEntity in com.atlassian.confluence.plugins.restapi.enrich.documentation
Methods in com.atlassian.confluence.plugins.restapi.enrich.documentation with parameters of type RestEntityModifier and TypeMethodDescriptionvoidRequestEntityEnricher.enrich(@NonNull RestEntity entity, SchemaType schemaType) -
Uses of RestEntity in com.atlassian.confluence.plugins.restapi.enrich.model
Methods in com.atlassian.confluence.plugins.restapi.enrich.model with parameters of type RestEntityModifier and TypeMethodDescriptionvoidContentEnricher.enrich(@NonNull RestEntity entity, @NonNull SchemaType schemaType) voidSpaceEnricher.enrich(@NonNull RestEntity entity, @NonNull SchemaType schemaType) -
Uses of RestEntity in com.atlassian.confluence.rest.serialization.jackson2
Methods in com.atlassian.confluence.rest.serialization.jackson2 that return RestEntityModifier and TypeMethodDescription<T> RestEntity<T>DefaultRestEntityFactory.create(T entity, boolean graphql) Methods in com.atlassian.confluence.rest.serialization.jackson2 with parameters of type RestEntityModifier and TypeMethodDescriptionvoidRestEntitySerializer.serialize(RestEntity entity, com.fasterxml.jackson.core.JsonGenerator jsonGen, com.fasterxml.jackson.databind.SerializerProvider serializerProvider) voidRestEntitySerializer.serializeWithType(RestEntity value, com.fasterxml.jackson.core.JsonGenerator jsonGen, com.fasterxml.jackson.databind.SerializerProvider serializerProvider, com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer) -
Uses of RestEntity in com.atlassian.confluence.rest.v2.api.services
Methods in com.atlassian.confluence.rest.v2.api.services that return RestEntityModifier and TypeMethodDescriptiondefault <T> RestEntity<T>RestEntityFactory.create(T entity) Creates a RestEntity that wraps the provided entity.<T> RestEntity<T>RestEntityFactory.create(T entity, boolean graphql) Creates a RestEntity that wraps the provided entity.