Interface HistoricProcessInstanceResource

All Known Implementing Classes:
HistoricProcessInstanceResourceImpl

public interface HistoricProcessInstanceResource
  • Method Details

    • getHistoricProcessInstance

      @GET @Produces("application/json") HistoricProcessInstanceDto getHistoricProcessInstance()
    • deleteHistoricProcessInstance

      @DELETE void deleteHistoricProcessInstance(@QueryParam("failIfNotExists") @DefaultValue("true") Boolean failIfNotExists)