@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-29T11:12:16.359+02:00[Europe/Berlin]") public class FetchExternalTaskTopicDto extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_BUSINESS_KEY |
static String |
SERIALIZED_NAME_DESERIALIZE_VALUES |
static String |
SERIALIZED_NAME_INCLUDE_EXTENSION_PROPERTIES |
static String |
SERIALIZED_NAME_LOCAL_VARIABLES |
static String |
SERIALIZED_NAME_LOCK_DURATION |
static String |
SERIALIZED_NAME_PROCESS_DEFINITION_ID |
static String |
SERIALIZED_NAME_PROCESS_DEFINITION_ID_IN |
static String |
SERIALIZED_NAME_PROCESS_DEFINITION_KEY |
static String |
SERIALIZED_NAME_PROCESS_DEFINITION_KEY_IN |
static String |
SERIALIZED_NAME_PROCESS_DEFINITION_VERSION_TAG |
static String |
SERIALIZED_NAME_PROCESS_VARIABLES |
static String |
SERIALIZED_NAME_TENANT_ID_IN |
static String |
SERIALIZED_NAME_TOPIC_NAME |
static String |
SERIALIZED_NAME_VARIABLES |
static String |
SERIALIZED_NAME_WITHOUT_TENANT_ID |
Constructor and Description |
---|
FetchExternalTaskTopicDto() |
Modifier and Type | Method and Description |
---|---|
FetchExternalTaskTopicDto |
addProcessDefinitionIdInItem(String processDefinitionIdInItem) |
FetchExternalTaskTopicDto |
addProcessDefinitionKeyInItem(String processDefinitionKeyInItem) |
FetchExternalTaskTopicDto |
addTenantIdInItem(String tenantIdInItem) |
FetchExternalTaskTopicDto |
addVariablesItem(String variablesItem) |
FetchExternalTaskTopicDto |
businessKey(String businessKey) |
FetchExternalTaskTopicDto |
deserializeValues(Boolean deserializeValues) |
boolean |
equals(Object o) |
String |
getBusinessKey()
A `String` value which enables the filtering of tasks based on process instance business key.
|
Boolean |
getDeserializeValues()
Determines whether serializable variable values (typically variables that store custom Java objects) should be deserialized on server side (default `false`).
|
Boolean |
getIncludeExtensionProperties()
Determines whether custom extension properties defined in the BPMN activity of the external task (e.g.
|
Boolean |
getLocalVariables()
If `true` only local variables will be fetched.
|
Long |
getLockDuration()
**Mandatory.** The duration to lock the external tasks for in milliseconds.
|
String |
getProcessDefinitionId()
Filter tasks based on process definition id.
|
List<String> |
getProcessDefinitionIdIn()
Filter tasks based on process definition ids.
|
String |
getProcessDefinitionKey()
Filter tasks based on process definition key.
|
List<String> |
getProcessDefinitionKeyIn()
Filter tasks based on process definition keys.
|
String |
getProcessDefinitionVersionTag()
Filter tasks based on process definition version tag.
|
Map<String,Object> |
getProcessVariables()
A `JSON` object used for filtering tasks based on process instance variable values.
|
List<String> |
getTenantIdIn()
Filter tasks based on tenant ids.
|
String |
getTopicName()
**Mandatory.** The topic's name.
|
List<String> |
getVariables()
A JSON array of `String` values that represent variable names.
|
Boolean |
getWithoutTenantId()
Filter tasks without tenant id.
|
int |
hashCode() |
FetchExternalTaskTopicDto |
includeExtensionProperties(Boolean includeExtensionProperties) |
FetchExternalTaskTopicDto |
localVariables(Boolean localVariables) |
FetchExternalTaskTopicDto |
lockDuration(Long lockDuration) |
FetchExternalTaskTopicDto |
processDefinitionId(String processDefinitionId) |
FetchExternalTaskTopicDto |
processDefinitionIdIn(List<String> processDefinitionIdIn) |
FetchExternalTaskTopicDto |
processDefinitionKey(String processDefinitionKey) |
FetchExternalTaskTopicDto |
processDefinitionKeyIn(List<String> processDefinitionKeyIn) |
FetchExternalTaskTopicDto |
processDefinitionVersionTag(String processDefinitionVersionTag) |
FetchExternalTaskTopicDto |
processVariables(Map<String,Object> processVariables) |
FetchExternalTaskTopicDto |
putProcessVariablesItem(String key,
Object processVariablesItem) |
void |
setBusinessKey(String businessKey) |
void |
setDeserializeValues(Boolean deserializeValues) |
void |
setIncludeExtensionProperties(Boolean includeExtensionProperties) |
void |
setLocalVariables(Boolean localVariables) |
void |
setLockDuration(Long lockDuration) |
void |
setProcessDefinitionId(String processDefinitionId) |
void |
setProcessDefinitionIdIn(List<String> processDefinitionIdIn) |
void |
setProcessDefinitionKey(String processDefinitionKey) |
void |
setProcessDefinitionKeyIn(List<String> processDefinitionKeyIn) |
void |
setProcessDefinitionVersionTag(String processDefinitionVersionTag) |
void |
setProcessVariables(Map<String,Object> processVariables) |
void |
setTenantIdIn(List<String> tenantIdIn) |
void |
setTopicName(String topicName) |
void |
setVariables(List<String> variables) |
void |
setWithoutTenantId(Boolean withoutTenantId) |
FetchExternalTaskTopicDto |
tenantIdIn(List<String> tenantIdIn) |
FetchExternalTaskTopicDto |
topicName(String topicName) |
String |
toString() |
FetchExternalTaskTopicDto |
variables(List<String> variables) |
FetchExternalTaskTopicDto |
withoutTenantId(Boolean withoutTenantId) |
public static final String SERIALIZED_NAME_TOPIC_NAME
public static final String SERIALIZED_NAME_LOCK_DURATION
public static final String SERIALIZED_NAME_VARIABLES
public static final String SERIALIZED_NAME_LOCAL_VARIABLES
public static final String SERIALIZED_NAME_BUSINESS_KEY
public static final String SERIALIZED_NAME_PROCESS_DEFINITION_ID
public static final String SERIALIZED_NAME_PROCESS_DEFINITION_ID_IN
public static final String SERIALIZED_NAME_PROCESS_DEFINITION_KEY
public static final String SERIALIZED_NAME_PROCESS_DEFINITION_KEY_IN
public static final String SERIALIZED_NAME_PROCESS_DEFINITION_VERSION_TAG
public static final String SERIALIZED_NAME_WITHOUT_TENANT_ID
public static final String SERIALIZED_NAME_TENANT_ID_IN
public static final String SERIALIZED_NAME_PROCESS_VARIABLES
public static final String SERIALIZED_NAME_DESERIALIZE_VALUES
public static final String SERIALIZED_NAME_INCLUDE_EXTENSION_PROPERTIES
public FetchExternalTaskTopicDto topicName(String topicName)
public String getTopicName()
public void setTopicName(String topicName)
public FetchExternalTaskTopicDto lockDuration(Long lockDuration)
@Nullable public Long getLockDuration()
public void setLockDuration(Long lockDuration)
public FetchExternalTaskTopicDto variables(List<String> variables)
public FetchExternalTaskTopicDto addVariablesItem(String variablesItem)
@Nullable public List<String> getVariables()
public FetchExternalTaskTopicDto localVariables(Boolean localVariables)
@Nullable public Boolean getLocalVariables()
public void setLocalVariables(Boolean localVariables)
public FetchExternalTaskTopicDto businessKey(String businessKey)
@Nullable public String getBusinessKey()
public void setBusinessKey(String businessKey)
public FetchExternalTaskTopicDto processDefinitionId(String processDefinitionId)
@Nullable public String getProcessDefinitionId()
public void setProcessDefinitionId(String processDefinitionId)
public FetchExternalTaskTopicDto processDefinitionIdIn(List<String> processDefinitionIdIn)
public FetchExternalTaskTopicDto addProcessDefinitionIdInItem(String processDefinitionIdInItem)
@Nullable public List<String> getProcessDefinitionIdIn()
public FetchExternalTaskTopicDto processDefinitionKey(String processDefinitionKey)
@Nullable public String getProcessDefinitionKey()
public void setProcessDefinitionKey(String processDefinitionKey)
public FetchExternalTaskTopicDto processDefinitionKeyIn(List<String> processDefinitionKeyIn)
public FetchExternalTaskTopicDto addProcessDefinitionKeyInItem(String processDefinitionKeyInItem)
@Nullable public List<String> getProcessDefinitionKeyIn()
public void setProcessDefinitionKeyIn(List<String> processDefinitionKeyIn)
public FetchExternalTaskTopicDto processDefinitionVersionTag(String processDefinitionVersionTag)
@Nullable public String getProcessDefinitionVersionTag()
public void setProcessDefinitionVersionTag(String processDefinitionVersionTag)
public FetchExternalTaskTopicDto withoutTenantId(Boolean withoutTenantId)
@Nullable public Boolean getWithoutTenantId()
public void setWithoutTenantId(Boolean withoutTenantId)
public FetchExternalTaskTopicDto tenantIdIn(List<String> tenantIdIn)
public FetchExternalTaskTopicDto addTenantIdInItem(String tenantIdInItem)
@Nullable public List<String> getTenantIdIn()
public FetchExternalTaskTopicDto processVariables(Map<String,Object> processVariables)
public FetchExternalTaskTopicDto putProcessVariablesItem(String key, Object processVariablesItem)
@Nullable public Map<String,Object> getProcessVariables()
public FetchExternalTaskTopicDto deserializeValues(Boolean deserializeValues)
@Nullable public Boolean getDeserializeValues()
public void setDeserializeValues(Boolean deserializeValues)
public FetchExternalTaskTopicDto includeExtensionProperties(Boolean includeExtensionProperties)
@Nullable public Boolean getIncludeExtensionProperties()
public void setIncludeExtensionProperties(Boolean includeExtensionProperties)
Copyright © 2022. All rights reserved.