org.camunda.bpm.engine.impl.jobexecutor
Interface JobHandler

All Known Implementing Classes:
AsyncContinuationJobHandler, ProcessEventJobHandler, TimerActivateJobDefinitionHandler, TimerActivateProcessDefinitionHandler, TimerCatchIntermediateEventJobHandler, TimerChangeJobDefinitionSuspensionStateJobHandler, TimerChangeProcessDefinitionSuspensionStateJobHandler, TimerEventJobHandler, TimerExecuteNestedActivityJobHandler, TimerStartEventJobHandler, TimerStartEventSubprocessJobHandler, TimerSuspendJobDefinitionHandler, TimerSuspendProcessDefinitionHandler

public interface JobHandler

Author:
Tom Baeyens

Method Summary
 void execute(String configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId)
           
 String getType()
           
 

Method Detail

getType

String getType()

execute

void execute(String configuration,
             ExecutionEntity execution,
             CommandContext commandContext,
             String tenantId)


Copyright © 2016 camunda services GmbH. All rights reserved.