Interface CaseInstanceResource
- All Known Implementing Classes:
 CaseInstanceResourceImpl
public interface CaseInstanceResource
- Author:
 - Roman Smirnov
 
- 
Method Summary
Modifier and TypeMethodDescriptionvoidclose(CaseExecutionTriggerDto triggerDto) voidcomplete(CaseExecutionTriggerDto triggerDto) voidterminate(CaseExecutionTriggerDto triggerDto)  
- 
Method Details
- 
getCaseInstance
 - 
complete
@POST @Path("/complete") @Consumes("application/json") void complete(CaseExecutionTriggerDto triggerDto)  - 
close
 - 
terminate
@POST @Path("/terminate") @Consumes("application/json") void terminate(CaseExecutionTriggerDto triggerDto)  - 
getVariablesResource
 
 -