Class BulkActionFrameworkObject

All Implemented Interfaces:
Resource, Adaptable

public class BulkActionFrameworkObject extends DefaultObject
Bulk endpoint to expose BulkService.
Since:
10.3
  • Constructor Details

    • BulkActionFrameworkObject

      public BulkActionFrameworkObject()
  • Method Details

    • getBulkStatus

      @GET @Path("{commandId}") @Produces("application/json") public BulkStatus getBulkStatus(@PathParam("commandId") String commandId)
    • abortBulkAction

      @PUT @Path("{commandId}/abort") @Produces("application/json") public BulkStatus abortBulkAction(@PathParam("commandId") String commandId)
    • checkStatus

      protected void checkStatus(BulkStatus status)