public class DeadLetterJobQueryImpl extends AbstractQuery<DeadLetterJobQuery,Job> implements DeadLetterJobQuery, Serializable
ListQueryParameterObject.OrderBy, 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 |
withoutScopeType |
protected boolean |
withoutTenantId |
commandContext, commandExecutordatabaseType, DEFAULT_ORDER_BY, defaultOrderBy, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC| Constructor and Description |
|---|
DeadLetterJobQueryImpl() |
DeadLetterJobQueryImpl(CommandContext commandContext,
JobServiceConfiguration jobServiceConfiguration) |
DeadLetterJobQueryImpl(CommandExecutor commandExecutor,
JobServiceConfiguration jobServiceConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
DeadLetterJobQuery |
caseDefinitionId(String caseDefinitionId)
Only select jobs for the given case definition.
|
DeadLetterJobQuery |
caseInstanceId(String caseInstanceId)
Only select jobs for the given case instance.
|
DeadLetterJobQueryImpl |
category(String category)
Only select jobs which exist for the given category
|
DeadLetterJobQueryImpl |
categoryLike(String categoryLike)
Only select jobs like for the given category value
|
DeadLetterJobQuery |
correlationId(String correlationId)
Only select jobs for with the given correlationId.
|
DeadLetterJobQueryImpl |
duedateHigherThan(Date date)
Only select jobs where the duedate is higher then the given date.
|
DeadLetterJobQueryImpl |
duedateLowerThan(Date date)
Only select jobs where the duedate is lower than the given date.
|
DeadLetterJobQueryImpl |
elementId(String elementId)
Only select jobs which exist for the given element id
|
DeadLetterJobQueryImpl |
elementName(String elementName)
Only select jobs which exist for the given element name
|
DeadLetterJobQueryImpl |
exceptionMessage(String exceptionMessage)
Only select jobs that failed due to an exception with the given message.
|
DeadLetterJobQueryImpl |
executable()
Only select jobs which are executable, ie.
|
long |
executeCount(CommandContext commandContext) |
List<Job> |
executeList(CommandContext commandContext)
Executes the actual query to retrieve the list of results.
|
DeadLetterJobQueryImpl |
executionId(String executionId)
Only select jobs which exist for the given execution
|
DeadLetterJobQueryImpl |
externalWorkers()
Only select external worker jobs.
|
String |
getCategory() |
String |
getCategoryLike() |
String |
getCorrelationId() |
Date |
getDuedateHigherThan() |
Date |
getDuedateHigherThanOrEqual() |
Date |
getDuedateLowerThan() |
Date |
getDuedateLowerThanOrEqual() |
String |
getElementId() |
String |
getElementName() |
String |
getExceptionMessage() |
boolean |
getExecutable() |
String |
getExecutionId() |
String |
getHandlerType() |
String |
getId() |
Date |
getNow() |
String |
getProcessDefinitionId() |
String |
getProcessInstanceId() |
String |
getScopeDefinitionId() |
String |
getScopeId() |
String |
getScopeType() |
String |
getSubScopeId() |
String |
getTenantId() |
String |
getTenantIdLike() |
DeadLetterJobQueryImpl |
handlerType(String handlerType)
Select jobs which have given job handler type
|
boolean |
isExecutable() |
boolean |
isOnlyExternalWorkers() |
boolean |
isOnlyMessages() |
boolean |
isOnlyTimers() |
boolean |
isWithException() |
boolean |
isWithoutScopeType() |
boolean |
isWithoutTenantId() |
DeadLetterJobQueryImpl |
jobId(String jobId)
Only select jobs with the given id
|
DeadLetterJobQueryImpl |
jobTenantId(String tenantId)
Only select jobs that have the given tenant id.
|
DeadLetterJobQueryImpl |
jobTenantIdLike(String tenantIdLike)
Only select jobs with a tenant id like the given one.
|
DeadLetterJobQueryImpl |
jobWithoutTenantId()
Only select jobs that do not have a tenant id.
|
DeadLetterJobQueryImpl |
messages()
Only select jobs that are messages.
|
DeadLetterJobQuery |
orderByExecutionId()
Order by execution id (needs to be followed by
Query.asc() or Query.desc()). |
DeadLetterJobQuery |
orderByJobCreateTime()
Order by create time (needs to be followed by
Query.asc() or Query.desc()). |
DeadLetterJobQuery |
orderByJobDuedate()
Order by duedate (needs to be followed by
Query.asc() or Query.desc()). |
DeadLetterJobQuery |
orderByJobId()
Order by job id (needs to be followed by
Query.asc() or Query.desc()). |
DeadLetterJobQuery |
orderByJobRetries()
Order by retries (needs to be followed by
Query.asc() or Query.desc()). |
DeadLetterJobQuery |
orderByProcessInstanceId()
Order by process instance id (needs to be followed by
Query.asc() or Query.desc()). |
DeadLetterJobQuery |
orderByTenantId()
Order by tenant id (needs to be followed by
Query.asc() or Query.desc()). |
DeadLetterJobQuery |
planItemInstanceId(String planItemInstanceId)
Only select jobs for the given plan item instance.
|
DeadLetterJobQueryImpl |
processDefinitionId(String processDefinitionId)
Only select jobs which exist for the given process definition id
|
DeadLetterJobQueryImpl |
processInstanceId(String processInstanceId)
Only select jobs which exist for the given process instance.
|
DeadLetterJobQueryImpl |
scopeDefinitionId(String scopeDefinitionId)
Only select jobs for the given scope definition identifier.
|
DeadLetterJobQueryImpl |
scopeId(String scopeId)
Only select jobs for the given scope identifier.
|
DeadLetterJobQueryImpl |
scopeType(String scopeType)
Only select jobs for the given scope type.
|
DeadLetterJobQueryImpl |
subScopeId(String subScopeId)
Only select jobs for the given sub scope identifier.
|
DeadLetterJobQueryImpl |
timers()
Only select jobs that are timers.
|
DeadLetterJobQueryImpl |
withException()
Only select jobs that failed due to an exception.
|
DeadLetterJobQueryImpl |
withoutScopeType()
Only select jobs that do not have a scope type.
|
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResultaddOrder, buildOrderBy, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByCollectionSafe, getOrderByForWindow, getOuterJoinOrderBy, getParameter, hasOrderBy, hasOrderByForColumn, isNeedsPaging, mapOrderByToSql, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, 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 boolean withoutScopeType
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)
DeadLetterJobQueryjobId in interface DeadLetterJobQuerypublic DeadLetterJobQueryImpl processInstanceId(String processInstanceId)
DeadLetterJobQueryprocessInstanceId in interface DeadLetterJobQuerypublic DeadLetterJobQueryImpl processDefinitionId(String processDefinitionId)
DeadLetterJobQueryprocessDefinitionId in interface DeadLetterJobQuerypublic DeadLetterJobQueryImpl category(String category)
DeadLetterJobQuerycategory in interface DeadLetterJobQuerypublic DeadLetterJobQueryImpl categoryLike(String categoryLike)
DeadLetterJobQuerycategoryLike in interface DeadLetterJobQuerypublic DeadLetterJobQueryImpl elementId(String elementId)
DeadLetterJobQueryelementId in interface DeadLetterJobQuerypublic DeadLetterJobQueryImpl elementName(String elementName)
DeadLetterJobQueryelementName in interface DeadLetterJobQuerypublic DeadLetterJobQueryImpl scopeId(String scopeId)
DeadLetterJobQueryscopeId in interface DeadLetterJobQuerypublic DeadLetterJobQueryImpl subScopeId(String subScopeId)
DeadLetterJobQuerysubScopeId in interface DeadLetterJobQuerypublic DeadLetterJobQueryImpl scopeType(String scopeType)
DeadLetterJobQueryscopeType in interface DeadLetterJobQuerypublic DeadLetterJobQueryImpl withoutScopeType()
DeadLetterJobQuerywithoutScopeType in interface DeadLetterJobQuerypublic DeadLetterJobQueryImpl scopeDefinitionId(String scopeDefinitionId)
DeadLetterJobQueryscopeDefinitionId in interface DeadLetterJobQuerypublic DeadLetterJobQuery caseInstanceId(String caseInstanceId)
DeadLetterJobQuerycaseInstanceId in interface DeadLetterJobQuerypublic DeadLetterJobQuery caseDefinitionId(String caseDefinitionId)
DeadLetterJobQuerycaseDefinitionId in interface DeadLetterJobQuerypublic DeadLetterJobQuery planItemInstanceId(String planItemInstanceId)
DeadLetterJobQueryplanItemInstanceId in interface DeadLetterJobQuerypublic DeadLetterJobQuery correlationId(String correlationId)
DeadLetterJobQuerycorrelationId in interface DeadLetterJobQuerypublic DeadLetterJobQueryImpl executionId(String executionId)
DeadLetterJobQueryexecutionId in interface DeadLetterJobQuerypublic DeadLetterJobQueryImpl handlerType(String handlerType)
DeadLetterJobQueryhandlerType in interface DeadLetterJobQuerypublic DeadLetterJobQueryImpl executable()
DeadLetterJobQueryexecutable in interface DeadLetterJobQuerypublic DeadLetterJobQueryImpl timers()
DeadLetterJobQueryDeadLetterJobQuery.messages() or DeadLetterJobQuery.externalWorkers()timers in interface DeadLetterJobQuerypublic DeadLetterJobQueryImpl messages()
DeadLetterJobQueryDeadLetterJobQuery.timers() or DeadLetterJobQuery.externalWorkers()messages in interface DeadLetterJobQuerypublic DeadLetterJobQueryImpl externalWorkers()
DeadLetterJobQueryDeadLetterJobQuery.timers() or DeadLetterJobQuery.messages()externalWorkers in interface DeadLetterJobQuerypublic DeadLetterJobQueryImpl duedateHigherThan(Date date)
DeadLetterJobQueryduedateHigherThan in interface DeadLetterJobQuerypublic DeadLetterJobQueryImpl duedateLowerThan(Date date)
DeadLetterJobQueryduedateLowerThan in interface DeadLetterJobQuerypublic DeadLetterJobQueryImpl withException()
DeadLetterJobQuerywithException in interface DeadLetterJobQuerypublic DeadLetterJobQueryImpl exceptionMessage(String exceptionMessage)
DeadLetterJobQueryexceptionMessage in interface DeadLetterJobQuerypublic DeadLetterJobQueryImpl jobTenantId(String tenantId)
DeadLetterJobQueryjobTenantId in interface DeadLetterJobQuerypublic DeadLetterJobQueryImpl jobTenantIdLike(String tenantIdLike)
DeadLetterJobQueryjobTenantIdLike in interface DeadLetterJobQuerypublic DeadLetterJobQueryImpl jobWithoutTenantId()
DeadLetterJobQueryjobWithoutTenantId in interface DeadLetterJobQuerypublic DeadLetterJobQuery orderByJobDuedate()
DeadLetterJobQueryQuery.asc() or Query.desc()).orderByJobDuedate in interface DeadLetterJobQuerypublic DeadLetterJobQuery orderByJobCreateTime()
DeadLetterJobQueryQuery.asc() or Query.desc()).orderByJobCreateTime in interface DeadLetterJobQuerypublic DeadLetterJobQuery orderByExecutionId()
DeadLetterJobQueryQuery.asc() or Query.desc()).orderByExecutionId in interface DeadLetterJobQuerypublic DeadLetterJobQuery orderByJobId()
DeadLetterJobQueryQuery.asc() or Query.desc()).orderByJobId in interface DeadLetterJobQuerypublic DeadLetterJobQuery orderByProcessInstanceId()
DeadLetterJobQueryQuery.asc() or Query.desc()).orderByProcessInstanceId in interface DeadLetterJobQuerypublic DeadLetterJobQuery orderByJobRetries()
DeadLetterJobQueryQuery.asc() or Query.desc()).orderByJobRetries in interface DeadLetterJobQuerypublic DeadLetterJobQuery orderByTenantId()
DeadLetterJobQueryQuery.asc() or Query.desc()).orderByTenantId in interface DeadLetterJobQuerypublic long executeCount(CommandContext commandContext)
executeCount in class AbstractQuery<DeadLetterJobQuery,Job>public List<Job> executeList(CommandContext commandContext)
AbstractQueryexecuteList 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 boolean isWithoutScopeType()
public String getScopeDefinitionId()
public String getCorrelationId()
public boolean isOnlyTimers()
public boolean isOnlyMessages()
public boolean isExecutable()
public boolean isOnlyExternalWorkers()
public Date getDuedateHigherThan()
public Date getDuedateLowerThan()
public Date getDuedateHigherThanOrEqual()
public Date getDuedateLowerThanOrEqual()
Copyright © 2023 Flowable. All rights reserved.