public class HistoricActionInstanceQueryImpl extends AbstractQuery<HistoricActionInstanceQuery,HistoricActionInstance> implements HistoricActionInstanceQuery, CacheAwareQuery<HistoricActionInstanceEntity>, Serializable
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultType
Query.NullHandlingOnOrder
Modifier and Type | Field and Description |
---|---|
protected String |
actionDefinitionId |
protected String |
actionDefinitionIdLike |
protected String |
executedBy |
protected String |
executedByLike |
protected Date |
executionDate |
protected Date |
executionDateAfter |
protected Date |
executionDateBefore |
protected String |
formInstanceId |
protected String |
formKey |
protected String |
id |
protected Set<String> |
ids |
protected Integer |
maxPriority |
protected Integer |
minPriority |
protected String |
name |
protected String |
nameLike |
protected Integer |
priority |
protected String |
scopeDefinitionId |
protected String |
scopeId |
protected String |
scopeType |
protected Date |
startDate |
protected Date |
startDateAfter |
protected Date |
startDateBefore |
protected String |
subScopeId |
protected String |
tenantId |
protected String |
tenantIdLike |
protected boolean |
withoutTenantId |
commandContext, commandExecutor
databaseType, DEFAULT_ORDER_BY, defaultOrderBy, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC
Constructor and Description |
---|
HistoricActionInstanceQueryImpl() |
HistoricActionInstanceQueryImpl(CommandContext commandContext) |
HistoricActionInstanceQueryImpl(CommandExecutor commandExecutor) |
Modifier and Type | Method and Description |
---|---|
HistoricActionInstanceQueryImpl |
actionDefinitionId(String actionDefinitionId)
Only select action instances with the given action definition id.
|
HistoricActionInstanceQueryImpl |
actionDefinitionIdLike(String actionDefinitionIdLike)
Only select action instances with an action definition id like the given string.
|
long |
executeCount(CommandContext commandContext) |
HistoricActionInstanceQueryImpl |
executedBy(String executedBy)
Only select action instances with the given executed by value.
|
HistoricActionInstanceQueryImpl |
executedByLike(String executedByLike)
Only select action instances with an executed by like the given string.
|
List<HistoricActionInstance> |
executeList(CommandContext commandContext) |
HistoricActionInstanceQueryImpl |
executionDate(Date executionDate)
Only select action instances executed on the given time
|
HistoricActionInstanceQueryImpl |
executionDateAfter(Date executionDateAfter)
Only select action instances executed after the given time
|
HistoricActionInstanceQueryImpl |
executionDateBefore(Date executionDateBefore)
Only select action instances executed before the given time
|
HistoricActionInstanceQueryImpl |
formInstanceId(String formInstanceId)
Only select action instances with the given form instance id.
|
HistoricActionInstanceQuery |
formKey(String formKey)
Only select action instances with the given form key;
|
String |
getActionDefinitionId() |
String |
getActionDefinitionIdLike() |
String |
getExecutedBy() |
String |
getExecutedByLike() |
Date |
getExecutionDate() |
Date |
getExecutionDateAfter() |
Date |
getExecutionDateBefore() |
String |
getFormInstanceId() |
String |
getFormKey() |
String |
getId() |
Set<String> |
getIds() |
Integer |
getMaxPriority() |
Integer |
getMinPriority() |
String |
getName() |
String |
getNameLike() |
Integer |
getPriority() |
String |
getScopeDefinitionId() |
String |
getScopeId() |
String |
getScopeType() |
Date |
getStartDate() |
Date |
getStartDateAfter() |
Date |
getStartDateBefore() |
String |
getSubScopeId() |
String |
getTenantId() |
String |
getTenantIdLike() |
HistoricActionInstanceQueryImpl |
id(String id)
Only select action instances with the given id.
|
HistoricActionInstanceQueryImpl |
ids(Set<String> ids)
Only select action instances with the given ids.
|
boolean |
isWithoutTenantId() |
HistoricActionInstanceQuery |
maxPriority(Integer maxPriority)
Only select action instances with the given priority or lower.
|
HistoricActionInstanceQuery |
minPriority(Integer minPriority)
Only select action instances with the given priority or higher.
|
HistoricActionInstanceQuery |
name(String name)
Only select action instances with the given name.
|
HistoricActionInstanceQuery |
nameLike(String nameLike)
Only select action instances with an name like the given string.
|
HistoricActionInstanceQuery |
orderByExecutionDate()
Order by execution date (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricActionInstanceQuery |
orderByPriority()
Order by priority (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricActionInstanceQuery |
orderByStartDate()
Order by start date (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricActionInstanceQuery |
orderByTenantId()
Order by tenant id (needs to be followed by
Query.asc() or Query.desc() ). |
HistoricActionInstanceQuery |
priority(Integer priority)
Only select action instances with the given priority.
|
HistoricActionInstanceQueryImpl |
scopeDefinitionId(String scopeDefinitionId)
Only select action instances with the given scope definition id.
|
HistoricActionInstanceQueryImpl |
scopeId(String scopeId)
Only select action instances with the given scope id.
|
HistoricActionInstanceQueryImpl |
scopeType(String scopeType)
Only select action instances with the given scope type.
|
HistoricActionInstanceQueryImpl |
startDate(Date startDate)
Only select action instances started on the given time
|
HistoricActionInstanceQueryImpl |
startDateAfter(Date startDateAfter)
Only select action instances started after the given time
|
HistoricActionInstanceQueryImpl |
startDateBefore(Date startDateBefore)
Only select action instances started before the given time
|
HistoricActionInstanceQuery |
subScopeId(String subScopeId)
Only select action instances with the given sub scope id.
|
HistoricActionInstanceQueryImpl |
tenantId(String tenantId)
Only select action instances that have the given tenant id.
|
HistoricActionInstanceQueryImpl |
tenantIdLike(String tenantIdLike)
Only select action instances with a tenant id like the given one.
|
HistoricActionInstanceQueryImpl |
withoutTenantId()
Only select action instances that do not have a tenant id.
|
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResult
addOrder, buildOrderBy, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByCollectionSafe, getOrderByForWindow, getOuterJoinOrderBy, getParameter, hasOrderBy, hasOrderByForColumn, isNeedsPaging, mapOrderByToSql, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setParameter
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
asc, count, desc, list, listPage, orderBy, orderBy, singleResult
enhanceCachedValue
protected String id
protected String actionDefinitionId
protected String actionDefinitionIdLike
protected String name
protected String nameLike
protected String scopeId
protected String subScopeId
protected String scopeType
protected String scopeDefinitionId
protected Date startDate
protected Date startDateBefore
protected Date startDateAfter
protected Date executionDate
protected Date executionDateBefore
protected Date executionDateAfter
protected String executedBy
protected String executedByLike
protected String formInstanceId
protected String formKey
protected Integer priority
protected Integer maxPriority
protected Integer minPriority
protected String tenantId
protected String tenantIdLike
protected boolean withoutTenantId
public HistoricActionInstanceQueryImpl()
public HistoricActionInstanceQueryImpl(CommandContext commandContext)
public HistoricActionInstanceQueryImpl(CommandExecutor commandExecutor)
public HistoricActionInstanceQueryImpl id(String id)
HistoricActionInstanceQuery
id
in interface HistoricActionInstanceQuery
public HistoricActionInstanceQueryImpl ids(Set<String> ids)
HistoricActionInstanceQuery
ids
in interface HistoricActionInstanceQuery
public HistoricActionInstanceQueryImpl actionDefinitionId(String actionDefinitionId)
HistoricActionInstanceQuery
actionDefinitionId
in interface HistoricActionInstanceQuery
public HistoricActionInstanceQueryImpl actionDefinitionIdLike(String actionDefinitionIdLike)
HistoricActionInstanceQuery
actionDefinitionIdLike
in interface HistoricActionInstanceQuery
public HistoricActionInstanceQuery name(String name)
HistoricActionInstanceQuery
name
in interface HistoricActionInstanceQuery
public HistoricActionInstanceQuery nameLike(String nameLike)
HistoricActionInstanceQuery
nameLike
in interface HistoricActionInstanceQuery
public HistoricActionInstanceQueryImpl scopeId(String scopeId)
HistoricActionInstanceQuery
scopeId
in interface HistoricActionInstanceQuery
public HistoricActionInstanceQuery subScopeId(String subScopeId)
HistoricActionInstanceQuery
subScopeId
in interface HistoricActionInstanceQuery
public HistoricActionInstanceQueryImpl scopeType(String scopeType)
HistoricActionInstanceQuery
scopeType
in interface HistoricActionInstanceQuery
public HistoricActionInstanceQueryImpl scopeDefinitionId(String scopeDefinitionId)
HistoricActionInstanceQuery
scopeDefinitionId
in interface HistoricActionInstanceQuery
public HistoricActionInstanceQueryImpl startDate(Date startDate)
HistoricActionInstanceQuery
startDate
in interface HistoricActionInstanceQuery
public HistoricActionInstanceQueryImpl startDateBefore(Date startDateBefore)
HistoricActionInstanceQuery
startDateBefore
in interface HistoricActionInstanceQuery
public HistoricActionInstanceQueryImpl startDateAfter(Date startDateAfter)
HistoricActionInstanceQuery
startDateAfter
in interface HistoricActionInstanceQuery
public HistoricActionInstanceQueryImpl executionDate(Date executionDate)
HistoricActionInstanceQuery
executionDate
in interface HistoricActionInstanceQuery
public HistoricActionInstanceQueryImpl executionDateBefore(Date executionDateBefore)
HistoricActionInstanceQuery
executionDateBefore
in interface HistoricActionInstanceQuery
public HistoricActionInstanceQueryImpl executionDateAfter(Date executionDateAfter)
HistoricActionInstanceQuery
executionDateAfter
in interface HistoricActionInstanceQuery
public HistoricActionInstanceQueryImpl executedBy(String executedBy)
HistoricActionInstanceQuery
executedBy
in interface HistoricActionInstanceQuery
public HistoricActionInstanceQueryImpl executedByLike(String executedByLike)
HistoricActionInstanceQuery
executedByLike
in interface HistoricActionInstanceQuery
public HistoricActionInstanceQueryImpl formInstanceId(String formInstanceId)
HistoricActionInstanceQuery
formInstanceId
in interface HistoricActionInstanceQuery
public HistoricActionInstanceQuery formKey(String formKey)
HistoricActionInstanceQuery
formKey
in interface HistoricActionInstanceQuery
public HistoricActionInstanceQuery priority(Integer priority)
HistoricActionInstanceQuery
priority
in interface HistoricActionInstanceQuery
public HistoricActionInstanceQuery maxPriority(Integer maxPriority)
HistoricActionInstanceQuery
maxPriority
in interface HistoricActionInstanceQuery
public HistoricActionInstanceQuery minPriority(Integer minPriority)
HistoricActionInstanceQuery
minPriority
in interface HistoricActionInstanceQuery
public HistoricActionInstanceQueryImpl tenantId(String tenantId)
HistoricActionInstanceQuery
tenantId
in interface HistoricActionInstanceQuery
public HistoricActionInstanceQueryImpl tenantIdLike(String tenantIdLike)
HistoricActionInstanceQuery
tenantIdLike
in interface HistoricActionInstanceQuery
public HistoricActionInstanceQueryImpl withoutTenantId()
HistoricActionInstanceQuery
withoutTenantId
in interface HistoricActionInstanceQuery
public HistoricActionInstanceQuery orderByStartDate()
HistoricActionInstanceQuery
Query.asc()
or Query.desc()
).orderByStartDate
in interface HistoricActionInstanceQuery
public HistoricActionInstanceQuery orderByExecutionDate()
HistoricActionInstanceQuery
Query.asc()
or Query.desc()
).orderByExecutionDate
in interface HistoricActionInstanceQuery
public HistoricActionInstanceQuery orderByPriority()
HistoricActionInstanceQuery
Query.asc()
or Query.desc()
).orderByPriority
in interface HistoricActionInstanceQuery
public HistoricActionInstanceQuery orderByTenantId()
HistoricActionInstanceQuery
Query.asc()
or Query.desc()
).orderByTenantId
in interface HistoricActionInstanceQuery
public long executeCount(CommandContext commandContext)
executeCount
in class AbstractQuery<HistoricActionInstanceQuery,HistoricActionInstance>
public List<HistoricActionInstance> executeList(CommandContext commandContext)
executeList
in class AbstractQuery<HistoricActionInstanceQuery,HistoricActionInstance>
public String getId()
getId
in interface CacheAwareQuery<HistoricActionInstanceEntity>
public String getActionDefinitionId()
public String getActionDefinitionIdLike()
public String getName()
public String getNameLike()
public String getScopeId()
public String getSubScopeId()
public String getScopeType()
public String getScopeDefinitionId()
public Date getStartDate()
public Date getStartDateBefore()
public Date getStartDateAfter()
public Date getExecutionDate()
public Date getExecutionDateBefore()
public Date getExecutionDateAfter()
public String getExecutedBy()
public String getExecutedByLike()
public String getFormInstanceId()
public String getFormKey()
public Integer getPriority()
public Integer getMaxPriority()
public Integer getMinPriority()
public String getTenantId()
public String getTenantIdLike()
public boolean isWithoutTenantId()