org.camunda.bpm.engine.impl.cmd
Class FetchExternalTasksCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.FetchExternalTasksCmd
- All Implemented Interfaces:
- Command<List<LockedExternalTask>>
public class FetchExternalTasksCmd
- extends Object
- implements Command<List<LockedExternalTask>>
- Author:
- Thorben Lindhauer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
protected static final EnginePersistenceLogger LOG
workerId
protected String workerId
maxResults
protected int maxResults
fetchInstructions
protected Map<String,TopicFetchInstruction> fetchInstructions
FetchExternalTasksCmd
public FetchExternalTasksCmd(String workerId,
int maxResults,
Map<String,TopicFetchInstruction> instructions)
execute
public List<LockedExternalTask> execute(CommandContext commandContext)
- Specified by:
execute in interface Command<List<LockedExternalTask>>
filterOnOptimisticLockingFailure
protected void filterOnOptimisticLockingFailure(CommandContext commandContext,
List<LockedExternalTask> tasks)
validateInput
protected void validateInput()
Copyright © 2015 camunda services GmbH. All rights reserved.