Uses of Class
org.camunda.bpm.engine.impl.externaltask.TopicFetchInstruction
Package
Description
-
Uses of TopicFetchInstruction in org.camunda.bpm.engine.impl.cmd
Modifier and TypeFieldDescriptionprotected Map<String,
TopicFetchInstruction> FetchExternalTasksCmd.fetchInstructions
ModifierConstructorDescriptionFetchExternalTasksCmd
(String workerId, int maxResults, Map<String, TopicFetchInstruction> instructions) FetchExternalTasksCmd
(String workerId, int maxResults, Map<String, TopicFetchInstruction> instructions, boolean usePriority) -
Uses of TopicFetchInstruction in org.camunda.bpm.engine.impl.externaltask
Modifier and TypeFieldDescriptionprotected TopicFetchInstruction
ExternalTaskQueryTopicBuilderImpl.currentInstruction
Modifier and TypeFieldDescriptionprotected Map<String,
TopicFetchInstruction> ExternalTaskQueryTopicBuilderImpl.instructions
-
Uses of TopicFetchInstruction in org.camunda.bpm.engine.impl.persistence.entity
Modifier and TypeMethodDescriptionExternalTaskManager.selectExternalTasksForTopics
(Collection<TopicFetchInstruction> queryFilters, int maxResults, boolean usePriority)