Interface RelationshipResourceAction
public interface RelationshipResourceAction
Permissible actions for an Relationship Resources
Based around CRUD - Create, ReadAll, ReadById, Update, Delete, DeleteSet
- Author:
- Gethin James
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
HTTP POST - Create one or more new entitystatic interface
HTTP POST - Create one or more new entitystatic interface
HTTP DELETE - Deletes a relation by its unique id & entity contextstatic interface
HTTP DELETE - Delete related entities by its related entityResource Idstatic interface
HTTP DELETE - Delete related entities by its related entityResource Idstatic interface
HTTP DELETE - Deletes a relation by its unique id & entity contextstatic interface
HTTP GET - Retrieve list of related entities by its related entityResource Idstatic interface
HTTP GET - Retrieve a relation by its unique id & entity contextstatic interface
HTTP GET - Retrieve a relation by its unique id & entity contextstatic interface
HTTP GET - Retrieve list of related entities by its related entityResource Idstatic interface
HTTP PUT - Update entity (by its related entityResource Id) if it exists, error if notstatic interface
HTTP PUT - Update entity (by its related entityResource Id) if it exists, error if not