RetrieveEntityResource#
- public abstract class RetrieveEntityResource extends AbstractCaosDBServerResource#
Handles GET requests for different subclasses which all have in common that they retrieve Entities (plus other information in some cases).
- Author:
Timm Fitschen
Methods#
handleRetrieveContainer#
- protected void handleRetrieveContainer(RetrieveContainer container)#
Parse the segment which specifies the entities which are to be retrieved.
The segments are being treated as names here. The
ResolveNamesjob is responsible for detecting whether the name is actually an id.
httpGetInChildClass#
- protected final Representation httpGetInChildClass()#
Handle the GET request.