Interface HistoricProcessInstanceResource
-
- All Known Implementing Classes:
HistoricProcessInstanceResourceImpl
public interface HistoricProcessInstanceResource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
deleteHistoricProcessInstance(Boolean failIfNotExists)
HistoricProcessInstanceDto
getHistoricProcessInstance()
-
-
-
Method Detail
-
getHistoricProcessInstance
@GET @Produces("application/json") HistoricProcessInstanceDto getHistoricProcessInstance()
-
deleteHistoricProcessInstance
@DELETE void deleteHistoricProcessInstance(@QueryParam("failIfNotExists") @DefaultValue("true") Boolean failIfNotExists)
-
-