Uses of Class
com.atlassian.confluence.rest.api.model.RestEntity
-
-
Uses of RestEntity in com.atlassian.confluence.api.impl
Methods in com.atlassian.confluence.api.impl that return RestEntity Modifier and Type Method Description RestEntity
DefaultApiRestEntityFactory. buildRestEntityFrom(ContentEntityObject entity, Expansions expansions)
RestEntity<Space>
DefaultApiRestEntityFactory. buildRestEntityFrom(Space space, Expansions expansions)
Methods in com.atlassian.confluence.api.impl that return types with arguments of type RestEntity Modifier and Type Method Description Iterable<RestEntity>
DefaultApiRestEntityFactory. buildRestEntityFromContent(Iterable<? extends ContentEntityObject> entities, Expansions expansions)
Iterable<RestEntity>
DefaultApiRestEntityFactory. buildRestEntityFromSpaces(Iterable<Space> spaces, Expansions expansions)
-
Uses of RestEntity in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core that return RestEntity Modifier and Type Method Description RestEntity<Content>
ApiRestEntityFactory. buildRestEntityFrom(ContentEntityObject entity, Expansions expansions)
Build a REST API entity from a ContentEntityObject.RestEntity<Space>
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 RestEntity Modifier and Type Method Description Iterable<RestEntity>
ApiRestEntityFactory. buildRestEntityFromContent(Iterable<? extends ContentEntityObject> entities, Expansions expansions)
Build a list of REST API entity objects from ContentEntityObject objects.Iterable<RestEntity>
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 RestEntity Modifier and Type Method Description void
EntityEnricher. 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 RestEntity Modifier and Type Method Description void
RequestEntityEnricher. 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 RestEntity Modifier and Type Method Description void
ContentEnricher. enrich(@NonNull RestEntity entity, @NonNull SchemaType schemaType)
void
SpaceEnricher. enrich(@NonNull RestEntity entity, @NonNull SchemaType schemaType)
-
Uses of RestEntity in com.atlassian.confluence.rest.api.services
Methods in com.atlassian.confluence.rest.api.services that return RestEntity Modifier and Type Method Description default <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. -
Uses of RestEntity in com.atlassian.confluence.rest.serialization
Methods in com.atlassian.confluence.rest.serialization that return RestEntity Modifier and Type Method Description <T> RestEntity<T>
DefaultRestEntityFactory. create(T entity, boolean graphql)
Methods in com.atlassian.confluence.rest.serialization with parameters of type RestEntity Modifier and Type Method Description void
RestEntitySerializer. serialize(RestEntity entity, org.codehaus.jackson.JsonGenerator jsonGen, org.codehaus.jackson.map.SerializerProvider serializerProvider)
-