Package org.dspace.app.rest.projection
Class DefaultProjection
java.lang.Object
org.dspace.app.rest.projection.AbstractProjection
org.dspace.app.rest.projection.DefaultProjection
- All Implemented Interfaces:
Projection
The default projection.
This does no transformation, and allows linking but not embedding of all subresources.
-
Field Summary
FieldsFields inherited from interface org.dspace.app.rest.projection.Projection
DEFAULT -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.dspace.app.rest.projection.AbstractProjection
allowEmbedding, allowLinking, getPagingOptions, transformModel, transformResource, transformRest
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
DefaultProjection
public DefaultProjection()
-
-
Method Details
-
getName
Description copied from interface:ProjectionGets the projection name.- Returns:
- the name, which is a unique alphanumeric string.
-