Uses of Class
org.camunda.bpm.engine.impl.externaltask.TopicFetchInstruction
-
Packages that use TopicFetchInstruction Package Description org.camunda.bpm.engine.impl.cmd org.camunda.bpm.engine.impl.externaltask org.camunda.bpm.engine.impl.persistence.entity -
-
Uses of TopicFetchInstruction in org.camunda.bpm.engine.impl.cmd
Fields in org.camunda.bpm.engine.impl.cmd with type parameters of type TopicFetchInstruction Modifier and Type Field Description protected Map<String,TopicFetchInstruction>
FetchExternalTasksCmd. fetchInstructions
Constructor parameters in org.camunda.bpm.engine.impl.cmd with type arguments of type TopicFetchInstruction Constructor Description FetchExternalTasksCmd(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 TopicFetchInstruction Modifier and Type Field Description protected TopicFetchInstruction
ExternalTaskQueryTopicBuilderImpl. currentInstruction
Fields in org.camunda.bpm.engine.impl.externaltask with type parameters of type TopicFetchInstruction Modifier and Type Field Description protected 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 TopicFetchInstruction Modifier and Type Method Description List<ExternalTaskEntity>
ExternalTaskManager. selectExternalTasksForTopics(Collection<TopicFetchInstruction> queryFilters, int maxResults, boolean usePriority)
-