public class DeadLetterJobQueryImpl extends AbstractQuery<DeadLetterJobQuery,Job> implements DeadLetterJobQuery, Serializable
ListQueryParameterObject.ResultTypeQuery.NullHandlingOnOrder| Modifier and Type | Field and Description |
|---|---|
protected Date |
duedateHigherThan |
protected Date |
duedateHigherThanOrEqual |
protected Date |
duedateLowerThan |
protected Date |
duedateLowerThanOrEqual |
protected String |
exceptionMessage |
protected boolean |
executable |
protected String |
executionId |
protected String |
handlerType |
protected String |
id |
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) |
DeadLetterJobQueryImpl(CommandExecutor commandExecutor) |
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 String id
protected String processInstanceId
protected String executionId
protected String handlerType
protected String processDefinitionId
protected String scopeId
protected String subScopeId
protected String scopeType
protected String scopeDefinitionId
protected boolean executable
protected boolean onlyTimers
protected boolean onlyMessages
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)
public DeadLetterJobQueryImpl(CommandExecutor commandExecutor)
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 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 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 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 static long getSerialversionuid()
public String getId()
public String getProcessDefinitionId()
public String getScopeId()
public String getSubScopeId()
public String getScopeType()
public String getScopeDefinitionId()
public boolean isOnlyTimers()
public boolean isOnlyMessages()
public Date getDuedateHigherThan()
public Date getDuedateLowerThan()
public Date getDuedateHigherThanOrEqual()
public Date getDuedateLowerThanOrEqual()
Copyright © 2018 Flowable. All rights reserved.