Interface RelationshipResourceAction.DeleteSet

All Superinterfaces:
ResourceAction
All Known Implementing Classes:
AuditApplicationsAuditEntriesRelation
Enclosing interface:
RelationshipResourceAction

public static interface RelationshipResourceAction.DeleteSet extends ResourceAction
HTTP DELETE - Delete related entities by its related entityResource Id
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    deleteSet(String entityResourceId, Parameters params)
    Deletes related entities from the collection
  • Method Details

    • deleteSet

      void deleteSet(String entityResourceId, Parameters params)
      Deletes related entities from the collection
      Parameters:
      entityResourceId - Entity resource context for this relationship
      params - implementation may choose to restrict the set to be be deleted based on params (ie. not necessarily "all")