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, List<QueryOrderingProperty> orderingProperties) -
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
Constructors in org.camunda.bpm.engine.impl.externaltask with parameters of type TopicFetchInstructionModifierConstructorDescriptionExternalTaskQueryTopicBuilderImpl
(CommandExecutor commandExecutor, String workerId, int maxTasks, boolean usePriority, List<QueryOrderingProperty> orderingProperties, Map<String, TopicFetchInstruction> instructions, TopicFetchInstruction currentInstruction) All args constructor.Constructor parameters in org.camunda.bpm.engine.impl.externaltask with type arguments of type TopicFetchInstructionModifierConstructorDescriptionExternalTaskQueryTopicBuilderImpl
(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
Method parameters in org.camunda.bpm.engine.impl.persistence.entity with type arguments of type TopicFetchInstructionModifier and TypeMethodDescriptionExternalTaskManager.selectExternalTasksForTopics
(Collection<TopicFetchInstruction> queryFilters, int maxResults, List<QueryOrderingProperty> orderingProperties)