Package | Description |
---|---|
org.camunda.bpm.engine.impl.cmd | |
org.camunda.bpm.engine.impl.externaltask | |
org.camunda.bpm.engine.impl.persistence.entity |
Modifier and Type | Field and Description |
---|---|
protected Map<String,TopicFetchInstruction> |
FetchExternalTasksCmd.fetchInstructions |
Constructor and Description |
---|
FetchExternalTasksCmd(String workerId,
int maxResults,
Map<String,TopicFetchInstruction> instructions) |
FetchExternalTasksCmd(String workerId,
int maxResults,
Map<String,TopicFetchInstruction> instructions,
boolean usePriority) |
Modifier and Type | Field and Description |
---|---|
protected TopicFetchInstruction |
ExternalTaskQueryTopicBuilderImpl.currentInstruction |
Modifier and Type | Field and Description |
---|---|
protected Map<String,TopicFetchInstruction> |
ExternalTaskQueryTopicBuilderImpl.instructions |
Modifier and Type | Method and Description |
---|---|
List<ExternalTaskEntity> |
ExternalTaskManager.selectExternalTasksForTopics(Collection<TopicFetchInstruction> queryFilters,
int maxResults,
boolean usePriority) |
Copyright © 2019. All rights reserved.