Interface EntityResourceAction
public interface EntityResourceAction
Permissible actions for an Entity Resource
Supports full CRUD (Create, Read, Update, Delete) and ReadAll
- Author:
- Gethin James
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
HTTP POST - Create a new entitystatic interface
HTTP POST - Create a new entitystatic interface
HTTP DELETE - Deletes an entitystatic interface
HTTP DELETE - Delete entitiesstatic interface
HTTP DELETE - Delete entitiesstatic interface
HTTP DELETE - Deletes an entitystatic interface
HTTP GET - Retrieve list of entitiesstatic interface
HTTP GET - Retrieve an entity by its unique idstatic interface
HTTP GET - Retrieve an entity by its unique idstatic interface
HTTP GET - Retrieve list of entitiesstatic interface
HTTP PUT - Update entity if it exists, error if notstatic interface
HTTP PUT - Update entity if it exists, error if not