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, List<QueryOrderingProperty> orderingProperties) -
Uses of TopicFetchInstruction in org.camunda.bpm.engine.impl.externaltask
Modifier and TypeFieldDescriptionprotected TopicFetchInstruction
ExternalTaskQueryTopicBuilderImpl.currentInstruction
Modifier and TypeFieldDescriptionprotected Map<String,
TopicFetchInstruction> ExternalTaskQueryTopicBuilderImpl.instructions
ModifierConstructorDescriptionExternalTaskQueryTopicBuilderImpl
(CommandExecutor commandExecutor, String workerId, int maxTasks, boolean usePriority, List<QueryOrderingProperty> orderingProperties, Map<String, TopicFetchInstruction> instructions, TopicFetchInstruction currentInstruction) All args constructor.ModifierConstructorDescriptionExternalTaskQueryTopicBuilderImpl
(CommandExecutor commandExecutor, String workerId, int maxTasks, boolean usePriority, List<QueryOrderingProperty> orderingProperties, Map<String, TopicFetchInstruction> instructions, TopicFetchInstruction currentInstruction) All args constructor. -
Uses of TopicFetchInstruction in org.camunda.bpm.engine.impl.persistence.entity
Modifier and TypeMethodDescriptionExternalTaskManager.selectExternalTasksForTopics
(Collection<TopicFetchInstruction> queryFilters, int maxResults, List<QueryOrderingProperty> orderingProperties)