public class DeadLetterJobQueryImpl extends AbstractQuery<DeadLetterJobQuery,Job> implements DeadLetterJobQuery, Serializable
ListQueryParameterObject.ResultTypeQuery.NullHandlingOnOrder| Modifier and Type | Field and Description |
|---|---|
protected String |
category |
protected String |
categoryLike |
protected String |
correlationId |
protected Date |
duedateHigherThan |
protected Date |
duedateHigherThanOrEqual |
protected Date |
duedateLowerThan |
protected Date |
duedateLowerThanOrEqual |
protected String |
elementId |
protected String |
elementName |
protected String |
exceptionMessage |
protected boolean |
executable |
protected String |
executionId |
protected String |
handlerType |
protected String |
id |
protected JobServiceConfiguration |
jobServiceConfiguration |
protected boolean |
onlyExternalWorkers |
protected boolean |
onlyMessages |
protected boolean |
onlyTimers |
protected String |
processDefinitionId |
protected String |
processInstanceId |
protected String |
scopeDefinitionId |
protected String |
scopeId |
protected String |
scopeType |
protected String |
subScopeId |
protected String |
tenantId |
protected String |
tenantIdLike |
protected boolean |
withException |
protected boolean |
withoutTenantId |
commandContext, commandExecutordatabaseType, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByColumnMap, orderByColumns, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC| Constructor and Description |
|---|
DeadLetterJobQueryImpl() |
DeadLetterJobQueryImpl(CommandContext commandContext,
JobServiceConfiguration jobServiceConfiguration) |
DeadLetterJobQueryImpl(CommandExecutor commandExecutor,
JobServiceConfiguration jobServiceConfiguration) |
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResultaddOrder, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByColumnMap, getOrderByColumns, getParameter, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setOrderByColumns, setParameterprotected JobServiceConfiguration jobServiceConfiguration
protected String id
protected String processInstanceId
protected String executionId
protected String handlerType
protected String processDefinitionId
protected String category
protected String categoryLike
protected String elementId
protected String elementName
protected String scopeId
protected String subScopeId
protected String scopeType
protected String scopeDefinitionId
protected String correlationId
protected boolean executable
protected boolean onlyTimers
protected boolean onlyMessages
protected boolean onlyExternalWorkers
protected Date duedateHigherThan
protected Date duedateLowerThan
protected Date duedateHigherThanOrEqual
protected Date duedateLowerThanOrEqual
protected boolean withException
protected String exceptionMessage
protected String tenantId
protected String tenantIdLike
protected boolean withoutTenantId
public DeadLetterJobQueryImpl()
public DeadLetterJobQueryImpl(CommandContext commandContext, JobServiceConfiguration jobServiceConfiguration)
public DeadLetterJobQueryImpl(CommandExecutor commandExecutor, JobServiceConfiguration jobServiceConfiguration)
public DeadLetterJobQueryImpl jobId(String jobId)
jobId in interface DeadLetterJobQuerypublic DeadLetterJobQueryImpl processInstanceId(String processInstanceId)
processInstanceId in interface DeadLetterJobQuerypublic DeadLetterJobQueryImpl processDefinitionId(String processDefinitionId)
processDefinitionId in interface DeadLetterJobQuerypublic DeadLetterJobQueryImpl category(String category)
category in interface DeadLetterJobQuerypublic DeadLetterJobQueryImpl categoryLike(String categoryLike)
categoryLike in interface DeadLetterJobQuerypublic DeadLetterJobQueryImpl elementId(String elementId)
elementId in interface DeadLetterJobQuerypublic DeadLetterJobQueryImpl elementName(String elementName)
elementName in interface DeadLetterJobQuerypublic DeadLetterJobQueryImpl scopeId(String scopeId)
scopeId in interface DeadLetterJobQuerypublic DeadLetterJobQueryImpl subScopeId(String subScopeId)
subScopeId in interface DeadLetterJobQuerypublic DeadLetterJobQueryImpl scopeType(String scopeType)
scopeType in interface DeadLetterJobQuerypublic DeadLetterJobQueryImpl scopeDefinitionId(String scopeDefinitionId)
scopeDefinitionId in interface DeadLetterJobQuerypublic DeadLetterJobQuery caseInstanceId(String caseInstanceId)
caseInstanceId in interface DeadLetterJobQuerypublic DeadLetterJobQuery caseDefinitionId(String caseDefinitionId)
caseDefinitionId in interface DeadLetterJobQuerypublic DeadLetterJobQuery planItemInstanceId(String planItemInstanceId)
planItemInstanceId in interface DeadLetterJobQuerypublic DeadLetterJobQuery correlationId(String correlationId)
correlationId in interface DeadLetterJobQuerypublic DeadLetterJobQueryImpl executionId(String executionId)
executionId in interface DeadLetterJobQuerypublic DeadLetterJobQueryImpl handlerType(String handlerType)
handlerType in interface DeadLetterJobQuerypublic DeadLetterJobQueryImpl executable()
executable in interface DeadLetterJobQuerypublic DeadLetterJobQueryImpl timers()
timers in interface DeadLetterJobQuerypublic DeadLetterJobQueryImpl messages()
messages in interface DeadLetterJobQuerypublic DeadLetterJobQueryImpl externalWorkers()
externalWorkers in interface DeadLetterJobQuerypublic DeadLetterJobQueryImpl duedateHigherThan(Date date)
duedateHigherThan in interface DeadLetterJobQuerypublic DeadLetterJobQueryImpl duedateLowerThan(Date date)
duedateLowerThan in interface DeadLetterJobQuerypublic DeadLetterJobQueryImpl withException()
withException in interface DeadLetterJobQuerypublic DeadLetterJobQueryImpl exceptionMessage(String exceptionMessage)
exceptionMessage in interface DeadLetterJobQuerypublic DeadLetterJobQueryImpl jobTenantId(String tenantId)
jobTenantId in interface DeadLetterJobQuerypublic DeadLetterJobQueryImpl jobTenantIdLike(String tenantIdLike)
jobTenantIdLike in interface DeadLetterJobQuerypublic DeadLetterJobQueryImpl jobWithoutTenantId()
jobWithoutTenantId in interface DeadLetterJobQuerypublic DeadLetterJobQuery orderByJobDuedate()
orderByJobDuedate in interface DeadLetterJobQuerypublic DeadLetterJobQuery orderByExecutionId()
orderByExecutionId in interface DeadLetterJobQuerypublic DeadLetterJobQuery orderByJobId()
orderByJobId in interface DeadLetterJobQuerypublic DeadLetterJobQuery orderByProcessInstanceId()
orderByProcessInstanceId in interface DeadLetterJobQuerypublic DeadLetterJobQuery orderByJobRetries()
orderByJobRetries in interface DeadLetterJobQuerypublic DeadLetterJobQuery orderByTenantId()
orderByTenantId in interface DeadLetterJobQuerypublic long executeCount(CommandContext commandContext)
executeCount in class AbstractQuery<DeadLetterJobQuery,Job>public List<Job> executeList(CommandContext commandContext)
executeList in class AbstractQuery<DeadLetterJobQuery,Job>public String getProcessInstanceId()
public String getExecutionId()
public String getHandlerType()
public boolean getExecutable()
public Date getNow()
public boolean isWithException()
public String getExceptionMessage()
public String getTenantId()
public String getTenantIdLike()
public boolean isWithoutTenantId()
public String getId()
public String getProcessDefinitionId()
public String getCategory()
public String getCategoryLike()
public String getElementId()
public String getElementName()
public String getScopeId()
public String getSubScopeId()
public String getScopeType()
public String getScopeDefinitionId()
public String getCorrelationId()
public boolean isOnlyTimers()
public boolean isOnlyMessages()
public boolean isOnlyExternalWorkers()
public Date getDuedateHigherThan()
public Date getDuedateLowerThan()
public Date getDuedateHigherThanOrEqual()
public Date getDuedateLowerThanOrEqual()
Copyright © 2020 Flowable. All rights reserved.