public class HistoricActionInstanceQueryImpl extends org.flowable.common.engine.impl.query.AbstractQuery<HistoricActionInstanceQuery,HistoricActionInstance> implements HistoricActionInstanceQuery, org.flowable.common.engine.api.query.QueryCacheValues, Serializable
| 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 String |
name |
protected String |
nameLike |
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 |
| Constructor and Description |
|---|
HistoricActionInstanceQueryImpl() |
HistoricActionInstanceQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
HistoricActionInstanceQueryImpl(org.flowable.common.engine.impl.interceptor.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(org.flowable.common.engine.impl.interceptor.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(org.flowable.common.engine.impl.interceptor.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() |
String |
getName() |
String |
getNameLike() |
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 |
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 |
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()). |
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, singleResultaddOrder, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByColumnMap, getOrderByColumns, getParameter, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setOrderByColumns, setParameterprotected 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 String tenantId
protected String tenantIdLike
protected boolean withoutTenantId
public HistoricActionInstanceQueryImpl()
public HistoricActionInstanceQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
public HistoricActionInstanceQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
public HistoricActionInstanceQueryImpl id(String id)
HistoricActionInstanceQueryid in interface HistoricActionInstanceQuerypublic HistoricActionInstanceQueryImpl ids(Set<String> ids)
HistoricActionInstanceQueryids in interface HistoricActionInstanceQuerypublic HistoricActionInstanceQueryImpl actionDefinitionId(String actionDefinitionId)
HistoricActionInstanceQueryactionDefinitionId in interface HistoricActionInstanceQuerypublic HistoricActionInstanceQueryImpl actionDefinitionIdLike(String actionDefinitionIdLike)
HistoricActionInstanceQueryactionDefinitionIdLike in interface HistoricActionInstanceQuerypublic HistoricActionInstanceQuery name(String name)
HistoricActionInstanceQueryname in interface HistoricActionInstanceQuerypublic HistoricActionInstanceQuery nameLike(String nameLike)
HistoricActionInstanceQuerynameLike in interface HistoricActionInstanceQuerypublic HistoricActionInstanceQueryImpl scopeId(String scopeId)
HistoricActionInstanceQueryscopeId in interface HistoricActionInstanceQuerypublic HistoricActionInstanceQuery subScopeId(String subScopeId)
HistoricActionInstanceQuerysubScopeId in interface HistoricActionInstanceQuerypublic HistoricActionInstanceQueryImpl scopeType(String scopeType)
HistoricActionInstanceQueryscopeType in interface HistoricActionInstanceQuerypublic HistoricActionInstanceQueryImpl scopeDefinitionId(String scopeDefinitionId)
HistoricActionInstanceQueryscopeDefinitionId in interface HistoricActionInstanceQuerypublic HistoricActionInstanceQueryImpl startDate(Date startDate)
HistoricActionInstanceQuerystartDate in interface HistoricActionInstanceQuerypublic HistoricActionInstanceQueryImpl startDateBefore(Date startDateBefore)
HistoricActionInstanceQuerystartDateBefore in interface HistoricActionInstanceQuerypublic HistoricActionInstanceQueryImpl startDateAfter(Date startDateAfter)
HistoricActionInstanceQuerystartDateAfter in interface HistoricActionInstanceQuerypublic HistoricActionInstanceQueryImpl executionDate(Date executionDate)
HistoricActionInstanceQueryexecutionDate in interface HistoricActionInstanceQuerypublic HistoricActionInstanceQueryImpl executionDateBefore(Date executionDateBefore)
HistoricActionInstanceQueryexecutionDateBefore in interface HistoricActionInstanceQuerypublic HistoricActionInstanceQueryImpl executionDateAfter(Date executionDateAfter)
HistoricActionInstanceQueryexecutionDateAfter in interface HistoricActionInstanceQuerypublic HistoricActionInstanceQueryImpl executedBy(String executedBy)
HistoricActionInstanceQueryexecutedBy in interface HistoricActionInstanceQuerypublic HistoricActionInstanceQueryImpl executedByLike(String executedByLike)
HistoricActionInstanceQueryexecutedByLike in interface HistoricActionInstanceQuerypublic HistoricActionInstanceQueryImpl formInstanceId(String formInstanceId)
HistoricActionInstanceQueryformInstanceId in interface HistoricActionInstanceQuerypublic HistoricActionInstanceQuery formKey(String formKey)
HistoricActionInstanceQueryformKey in interface HistoricActionInstanceQuerypublic HistoricActionInstanceQueryImpl tenantId(String tenantId)
HistoricActionInstanceQuerytenantId in interface HistoricActionInstanceQuerypublic HistoricActionInstanceQueryImpl tenantIdLike(String tenantIdLike)
HistoricActionInstanceQuerytenantIdLike in interface HistoricActionInstanceQuerypublic HistoricActionInstanceQueryImpl withoutTenantId()
HistoricActionInstanceQuerywithoutTenantId in interface HistoricActionInstanceQuerypublic HistoricActionInstanceQuery orderByStartDate()
HistoricActionInstanceQueryQuery.asc() or Query.desc()).orderByStartDate in interface HistoricActionInstanceQuerypublic HistoricActionInstanceQuery orderByExecutionDate()
HistoricActionInstanceQueryQuery.asc() or Query.desc()).orderByExecutionDate in interface HistoricActionInstanceQuerypublic HistoricActionInstanceQuery orderByTenantId()
HistoricActionInstanceQueryQuery.asc() or Query.desc()).orderByTenantId in interface HistoricActionInstanceQuerypublic long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
executeCount in class org.flowable.common.engine.impl.query.AbstractQuery<HistoricActionInstanceQuery,HistoricActionInstance>public List<HistoricActionInstance> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
executeList in class org.flowable.common.engine.impl.query.AbstractQuery<HistoricActionInstanceQuery,HistoricActionInstance>public String getId()
getId in interface org.flowable.common.engine.api.query.QueryCacheValuespublic 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 String getTenantId()
public String getTenantIdLike()
public boolean isWithoutTenantId()
Copyright © 2019. All rights reserved.