public interface ExternalTaskQueryTopicBuilder extends ExternalTaskQueryBuilder
| Modifier and Type | Method and Description | 
|---|---|
| ExternalTaskQueryTopicBuilder | businessKey(String businessKey)Define business key value to filter external tasks by (Process Instance) Business Key. | 
| ExternalTaskQueryTopicBuilder | enableCustomObjectDeserialization()Enable deserialization of variable values that are custom objects. | 
| ExternalTaskQueryTopicBuilder | processInstanceVariableEquals(Map<String,Object> variables)Define a HashMap of variables and their values to filter correlated tasks. | 
| ExternalTaskQueryTopicBuilder | processInstanceVariableEquals(String name,
                             Object value)Define a single variable and its name to filter tasks in a topic. | 
| ExternalTaskQueryTopicBuilder | variables(List<String> variables)Define variables to fetch with all tasks for the current topic. | 
| ExternalTaskQueryTopicBuilder | variables(String... variables)Define variables to fetch with all tasks for the current topic. | 
execute, topicExternalTaskQueryTopicBuilder variables(String... variables)
variables - the variable names to fetch, if null all variables will be fetchedExternalTaskQueryTopicBuilder variables(List<String> variables)
variables - the variable names to fetch, if null all variables will be fetchedExternalTaskQueryTopicBuilder processInstanceVariableEquals(Map<String,Object> variables)
variables - a HashMap of the variable names (keys) and the values to filter byExternalTaskQueryTopicBuilder processInstanceVariableEquals(String name, Object value)
name - the name of the variable you want to fetch and query byvalue - the value of the variable which you want to filterExternalTaskQueryTopicBuilder businessKey(String businessKey)
businessKey - the value of the Business Key to filter byExternalTaskQueryTopicBuilder enableCustomObjectDeserialization()
Copyright © 2018. All rights reserved.