|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExternalTaskQueryTopicBuilder
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.camunda.bpm.engine.externaltask.ExternalTaskQueryBuilder |
|---|
execute, topic |
| Method Detail |
|---|
ExternalTaskQueryTopicBuilder variables(String... variables)
variables - the variable names to fetch, if null all variables will be fetched
ExternalTaskQueryTopicBuilder variables(List<String> variables)
variables - the variable names to fetch, if null all variables will be fetched
ExternalTaskQueryTopicBuilder processInstanceVariableEquals(Map<String,Object> variables)
variables - a HashMap of the variable names (keys) and the values to filter by
ExternalTaskQueryTopicBuilder 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 filter
ExternalTaskQueryTopicBuilder businessKey(String businessKey)
businessKey - the value of the Business Key to filter by
ExternalTaskQueryTopicBuilder enableCustomObjectDeserialization()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||