Uses of Class
org.camunda.bpm.engine.impl.externaltask.TopicFetchInstruction
Packages that use TopicFetchInstruction
Package
Description
-
Uses of TopicFetchInstruction in org.camunda.bpm.engine.impl.cmd
Fields in org.camunda.bpm.engine.impl.cmd with type parameters of type TopicFetchInstructionModifier and TypeFieldDescriptionprotected Map<String,
TopicFetchInstruction> FetchExternalTasksCmd.fetchInstructions
Constructor parameters in org.camunda.bpm.engine.impl.cmd with type arguments of type TopicFetchInstructionModifierConstructorDescriptionFetchExternalTasksCmd
(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
Fields in org.camunda.bpm.engine.impl.externaltask declared as TopicFetchInstructionModifier and TypeFieldDescriptionprotected TopicFetchInstruction
ExternalTaskQueryTopicBuilderImpl.currentInstruction
Fields in org.camunda.bpm.engine.impl.externaltask with type parameters of type TopicFetchInstructionModifier and TypeFieldDescriptionprotected Map<String,
TopicFetchInstruction> ExternalTaskQueryTopicBuilderImpl.instructions
-
Uses of TopicFetchInstruction in org.camunda.bpm.engine.impl.persistence.entity
Method parameters in org.camunda.bpm.engine.impl.persistence.entity with type arguments of type TopicFetchInstructionModifier and TypeMethodDescriptionExternalTaskManager.selectExternalTasksForTopics
(Collection<TopicFetchInstruction> queryFilters, int maxResults, boolean usePriority)