Interface RelationshipResourceAction.DeleteSet
- All Superinterfaces:
ResourceAction
- All Known Implementing Classes:
AuditApplicationsAuditEntriesRelation
- Enclosing interface:
- RelationshipResourceAction
HTTP DELETE - Delete related entities by its related entityResource Id
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteSet
(String entityResourceId, Parameters params) Deletes related entities from the collection
-
Method Details
-
deleteSet
Deletes related entities from the collection- Parameters:
entityResourceId
- Entity resource context for this relationshipparams
- implementation may choose to restrict the set to be be deleted based on params (ie. not necessarily "all")
-