org.camunda.bpm.engine.rest.sub.runtime
Interface CaseExecutionResource

All Known Implementing Classes:
CaseExecutionResourceImpl

public interface CaseExecutionResource

Author:
Roman Smirnov

Method Summary
 void complete(CaseExecutionTriggerDto triggerDto)
           
 void disable(CaseExecutionTriggerDto triggerDto)
           
 CaseExecutionDto getCaseExecution()
           
 VariableResource getVariables()
           
 VariableResource getVariablesLocal()
           
 void manualStart(CaseExecutionTriggerDto triggerDto)
           
 void reenable(CaseExecutionTriggerDto triggerDto)
           
 void terminate(CaseExecutionTriggerDto triggerDto)
           
 

Method Detail

getCaseExecution

CaseExecutionDto getCaseExecution()

manualStart

void manualStart(CaseExecutionTriggerDto triggerDto)

disable

void disable(CaseExecutionTriggerDto triggerDto)

reenable

void reenable(CaseExecutionTriggerDto triggerDto)

complete

void complete(CaseExecutionTriggerDto triggerDto)

terminate

void terminate(CaseExecutionTriggerDto triggerDto)

getVariablesLocal

VariableResource getVariablesLocal()

getVariables

VariableResource getVariables()


Copyright © 2016 camunda services GmbH. All rights reserved.