Package org.openapitools.client.model
Class HistoricExternalTaskLogQueryDto
- java.lang.Object
-
- org.openapitools.client.model.HistoricExternalTaskLogQueryDto
-
public class HistoricExternalTaskLogQueryDto extends Object
A Historic External Task Log instance query which defines a list of Historic External Task Log instances
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ACTIVITY_ID_INstatic StringSERIALIZED_NAME_ACTIVITY_INSTANCE_ID_INstatic StringSERIALIZED_NAME_CREATION_LOGstatic StringSERIALIZED_NAME_DELETION_LOGstatic StringSERIALIZED_NAME_ERROR_MESSAGEstatic StringSERIALIZED_NAME_EXECUTION_ID_INstatic StringSERIALIZED_NAME_EXTERNAL_TASK_IDstatic StringSERIALIZED_NAME_FAILURE_LOGstatic StringSERIALIZED_NAME_LOG_IDstatic StringSERIALIZED_NAME_PRIORITY_HIGHER_THAN_OR_EQUALSstatic StringSERIALIZED_NAME_PRIORITY_LOWER_THAN_OR_EQUALSstatic StringSERIALIZED_NAME_PROCESS_DEFINITION_IDstatic StringSERIALIZED_NAME_PROCESS_DEFINITION_KEYstatic StringSERIALIZED_NAME_PROCESS_INSTANCE_IDstatic StringSERIALIZED_NAME_SORTINGstatic StringSERIALIZED_NAME_SUCCESS_LOGstatic StringSERIALIZED_NAME_TENANT_ID_INstatic StringSERIALIZED_NAME_TOPIC_NAMEstatic StringSERIALIZED_NAME_WITHOUT_TENANT_IDstatic StringSERIALIZED_NAME_WORKER_ID
-
Constructor Summary
Constructors Constructor Description HistoricExternalTaskLogQueryDto()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_LOG_ID
public static final String SERIALIZED_NAME_LOG_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_EXTERNAL_TASK_ID
public static final String SERIALIZED_NAME_EXTERNAL_TASK_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TOPIC_NAME
public static final String SERIALIZED_NAME_TOPIC_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_WORKER_ID
public static final String SERIALIZED_NAME_WORKER_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ERROR_MESSAGE
public static final String SERIALIZED_NAME_ERROR_MESSAGE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ACTIVITY_ID_IN
public static final String SERIALIZED_NAME_ACTIVITY_ID_IN
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ACTIVITY_INSTANCE_ID_IN
public static final String SERIALIZED_NAME_ACTIVITY_INSTANCE_ID_IN
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_EXECUTION_ID_IN
public static final String SERIALIZED_NAME_EXECUTION_ID_IN
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PROCESS_INSTANCE_ID
public static final String SERIALIZED_NAME_PROCESS_INSTANCE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PROCESS_DEFINITION_ID
public static final String SERIALIZED_NAME_PROCESS_DEFINITION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PROCESS_DEFINITION_KEY
public static final String SERIALIZED_NAME_PROCESS_DEFINITION_KEY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TENANT_ID_IN
public static final String SERIALIZED_NAME_TENANT_ID_IN
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_WITHOUT_TENANT_ID
public static final String SERIALIZED_NAME_WITHOUT_TENANT_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PRIORITY_LOWER_THAN_OR_EQUALS
public static final String SERIALIZED_NAME_PRIORITY_LOWER_THAN_OR_EQUALS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PRIORITY_HIGHER_THAN_OR_EQUALS
public static final String SERIALIZED_NAME_PRIORITY_HIGHER_THAN_OR_EQUALS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CREATION_LOG
public static final String SERIALIZED_NAME_CREATION_LOG
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FAILURE_LOG
public static final String SERIALIZED_NAME_FAILURE_LOG
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SUCCESS_LOG
public static final String SERIALIZED_NAME_SUCCESS_LOG
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DELETION_LOG
public static final String SERIALIZED_NAME_DELETION_LOG
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SORTING
public static final String SERIALIZED_NAME_SORTING
- See Also:
- Constant Field Values
-
-
Method Detail
-
logId
public HistoricExternalTaskLogQueryDto logId(String logId)
-
getLogId
public String getLogId()
Filter by historic external task log id.- Returns:
- logId
-
setLogId
public void setLogId(String logId)
-
externalTaskId
public HistoricExternalTaskLogQueryDto externalTaskId(String externalTaskId)
-
getExternalTaskId
public String getExternalTaskId()
Filter by external task id.- Returns:
- externalTaskId
-
setExternalTaskId
public void setExternalTaskId(String externalTaskId)
-
topicName
public HistoricExternalTaskLogQueryDto topicName(String topicName)
-
getTopicName
public String getTopicName()
Filter by an external task topic.- Returns:
- topicName
-
setTopicName
public void setTopicName(String topicName)
-
workerId
public HistoricExternalTaskLogQueryDto workerId(String workerId)
-
getWorkerId
public String getWorkerId()
Filter by the id of the worker that the task was most recently locked by.- Returns:
- workerId
-
setWorkerId
public void setWorkerId(String workerId)
-
errorMessage
public HistoricExternalTaskLogQueryDto errorMessage(String errorMessage)
-
getErrorMessage
public String getErrorMessage()
Filter by external task exception message.- Returns:
- errorMessage
-
setErrorMessage
public void setErrorMessage(String errorMessage)
-
activityIdIn
public HistoricExternalTaskLogQueryDto activityIdIn(List<String> activityIdIn)
-
addActivityIdInItem
public HistoricExternalTaskLogQueryDto addActivityIdInItem(String activityIdInItem)
-
getActivityIdIn
public List<String> getActivityIdIn()
Only include historic external task logs which belong to one of the passed activity ids.- Returns:
- activityIdIn
-
activityInstanceIdIn
public HistoricExternalTaskLogQueryDto activityInstanceIdIn(List<String> activityInstanceIdIn)
-
addActivityInstanceIdInItem
public HistoricExternalTaskLogQueryDto addActivityInstanceIdInItem(String activityInstanceIdInItem)
-
getActivityInstanceIdIn
public List<String> getActivityInstanceIdIn()
Only include historic external task logs which belong to one of the passed activity instance ids.- Returns:
- activityInstanceIdIn
-
executionIdIn
public HistoricExternalTaskLogQueryDto executionIdIn(List<String> executionIdIn)
-
addExecutionIdInItem
public HistoricExternalTaskLogQueryDto addExecutionIdInItem(String executionIdInItem)
-
getExecutionIdIn
public List<String> getExecutionIdIn()
Only include historic external task logs which belong to one of the passed execution ids.- Returns:
- executionIdIn
-
processInstanceId
public HistoricExternalTaskLogQueryDto processInstanceId(String processInstanceId)
-
getProcessInstanceId
public String getProcessInstanceId()
Filter by process instance id.- Returns:
- processInstanceId
-
setProcessInstanceId
public void setProcessInstanceId(String processInstanceId)
-
processDefinitionId
public HistoricExternalTaskLogQueryDto processDefinitionId(String processDefinitionId)
-
getProcessDefinitionId
public String getProcessDefinitionId()
Filter by process definition id.- Returns:
- processDefinitionId
-
setProcessDefinitionId
public void setProcessDefinitionId(String processDefinitionId)
-
processDefinitionKey
public HistoricExternalTaskLogQueryDto processDefinitionKey(String processDefinitionKey)
-
getProcessDefinitionKey
public String getProcessDefinitionKey()
Filter by process definition key.- Returns:
- processDefinitionKey
-
setProcessDefinitionKey
public void setProcessDefinitionKey(String processDefinitionKey)
-
tenantIdIn
public HistoricExternalTaskLogQueryDto tenantIdIn(List<String> tenantIdIn)
-
addTenantIdInItem
public HistoricExternalTaskLogQueryDto addTenantIdInItem(String tenantIdInItem)
-
getTenantIdIn
public List<String> getTenantIdIn()
Only include historic external task log entries which belong to one of the passed and comma-separated tenant ids.- Returns:
- tenantIdIn
-
withoutTenantId
public HistoricExternalTaskLogQueryDto withoutTenantId(Boolean withoutTenantId)
-
getWithoutTenantId
public Boolean getWithoutTenantId()
Only include historic external task log entries that belong to no tenant. Value may only be `true`, as `false` is the default behavior.- Returns:
- withoutTenantId
-
setWithoutTenantId
public void setWithoutTenantId(Boolean withoutTenantId)
-
priorityLowerThanOrEquals
public HistoricExternalTaskLogQueryDto priorityLowerThanOrEquals(Long priorityLowerThanOrEquals)
-
getPriorityLowerThanOrEquals
public Long getPriorityLowerThanOrEquals()
Only include logs for which the associated external task had a priority lower than or equal to the given value. Value must be a valid `long` value.- Returns:
- priorityLowerThanOrEquals
-
setPriorityLowerThanOrEquals
public void setPriorityLowerThanOrEquals(Long priorityLowerThanOrEquals)
-
priorityHigherThanOrEquals
public HistoricExternalTaskLogQueryDto priorityHigherThanOrEquals(Long priorityHigherThanOrEquals)
-
getPriorityHigherThanOrEquals
public Long getPriorityHigherThanOrEquals()
Only include logs for which the associated external task had a priority higher than or equal to the given value. Value must be a valid `long` value.- Returns:
- priorityHigherThanOrEquals
-
setPriorityHigherThanOrEquals
public void setPriorityHigherThanOrEquals(Long priorityHigherThanOrEquals)
-
creationLog
public HistoricExternalTaskLogQueryDto creationLog(Boolean creationLog)
-
getCreationLog
public Boolean getCreationLog()
Only include creation logs. Value may only be `true`, as `false` is the default behavior.- Returns:
- creationLog
-
setCreationLog
public void setCreationLog(Boolean creationLog)
-
failureLog
public HistoricExternalTaskLogQueryDto failureLog(Boolean failureLog)
-
getFailureLog
public Boolean getFailureLog()
Only include failure logs. Value may only be `true`, as `false` is the default behavior.- Returns:
- failureLog
-
setFailureLog
public void setFailureLog(Boolean failureLog)
-
successLog
public HistoricExternalTaskLogQueryDto successLog(Boolean successLog)
-
getSuccessLog
public Boolean getSuccessLog()
Only include success logs. Value may only be `true`, as `false` is the default behavior.- Returns:
- successLog
-
setSuccessLog
public void setSuccessLog(Boolean successLog)
-
deletionLog
public HistoricExternalTaskLogQueryDto deletionLog(Boolean deletionLog)
-
getDeletionLog
public Boolean getDeletionLog()
Only include deletion logs. Value may only be `true`, as `false` is the default behavior.- Returns:
- deletionLog
-
setDeletionLog
public void setDeletionLog(Boolean deletionLog)
-
sorting
public HistoricExternalTaskLogQueryDto sorting(List<HistoricExternalTaskLogQueryDtoSorting> sorting)
-
addSortingItem
public HistoricExternalTaskLogQueryDto addSortingItem(HistoricExternalTaskLogQueryDtoSorting sortingItem)
-
getSorting
public List<HistoricExternalTaskLogQueryDtoSorting> getSorting()
An array of criteria to sort the result by. Each element of the array is an object that specifies one ordering. The position in the array identifies the rank of an ordering, i.e., whether it is primary, secondary, etc. Sorting has no effect for `count` endpoints.- Returns:
- sorting
-
setSorting
public void setSorting(List<HistoricExternalTaskLogQueryDtoSorting> sorting)
-
-