public class AuditInstanceQueryImpl extends org.flowable.common.engine.impl.query.AbstractQuery<AuditInstanceQuery,AuditInstance> implements AuditInstanceQuery, org.flowable.common.engine.api.query.QueryCacheValues, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
auditDefinitionId |
protected String |
auditDefinitionIdLike |
protected Date |
createdAfter |
protected Date |
createdBefore |
protected String |
creatorId |
protected String |
externalId |
protected String |
id |
protected Set<String> |
ids |
protected String |
scopeDefinitionId |
protected String |
scopeId |
protected String |
scopeType |
protected String |
subScopeId |
protected String |
subType |
protected String |
tenantId |
protected String |
tenantIdLike |
protected String |
type |
protected boolean |
withoutTenantId |
| Constructor and Description |
|---|
AuditInstanceQueryImpl() |
AuditInstanceQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
AuditInstanceQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
AuditInstanceQueryImpl |
auditDefinitionId(String auditDefinitionId)
Only select audit instances with the given audit definition id.
|
AuditInstanceQueryImpl |
auditDefinitionIdLike(String auditDefinitionIdLike)
Only select audit instances with an audit definition id like the given string.
|
AuditInstanceQuery |
createdAfter(Date createdAfter) |
AuditInstanceQuery |
createdBefore(Date createdBefore) |
AuditInstanceQuery |
creatorId(String creatorId)
Select audit instances using a given creatorId.
|
long |
executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
List<AuditInstance> |
executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
AuditInstanceQueryImpl |
externalId(String externalId)
Only select audit instances with the given external id.
|
String |
getAuditDefinitionId() |
String |
getAuditDefinitionIdLike() |
String |
getCreatorId() |
String |
getExternalId() |
String |
getId() |
Set<String> |
getIds() |
String |
getScopeDefinitionId() |
String |
getScopeId() |
String |
getScopeType() |
String |
getSubType() |
String |
getTenantId() |
String |
getTenantIdLike() |
String |
getType() |
AuditInstanceQueryImpl |
id(String id)
Only select audit instances with the given id.
|
AuditInstanceQueryImpl |
ids(Set<String> ids)
Only select audit instances with the given ids.
|
boolean |
isWithoutTenantId() |
AuditInstanceQuery |
orderByCreationTime()
Order by start date (needs to be followed by
Query.asc() or Query.desc()). |
AuditInstanceQueryImpl |
scopeDefinitionId(String scopeDefinitionId)
Only select audit instances with the given scope definition id.
|
AuditInstanceQueryImpl |
scopeId(String scopeId)
Only select audit instances with the given scope id.
|
AuditInstanceQueryImpl |
scopeType(String scopeType)
Only select audit instances with the given scope type.
|
AuditInstanceQueryImpl |
subScopeId(String subScopeId)
Only select audit instances with the given sub scope id.
|
AuditInstanceQueryImpl |
subType(String subType)
Only select audit instances with the given sub type.
|
AuditInstanceQueryImpl |
tenantId(String tenantId)
Only select audit instances that have the given tenant id.
|
AuditInstanceQueryImpl |
tenantIdLike(String tenantIdLike)
Only select audit instances with a tenant id like the given one.
|
AuditInstanceQueryImpl |
type(String type)
Only select audit instances with the given type.
|
AuditInstanceQueryImpl |
withoutTenantId()
Only select audit 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 auditDefinitionId
protected String auditDefinitionIdLike
protected String scopeId
protected String subScopeId
protected String scopeType
protected String scopeDefinitionId
protected String externalId
protected String type
protected String subType
protected Date createdBefore
protected Date createdAfter
protected String tenantId
protected String tenantIdLike
protected boolean withoutTenantId
protected String creatorId
public AuditInstanceQueryImpl()
public AuditInstanceQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
public AuditInstanceQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
public AuditInstanceQueryImpl id(String id)
AuditInstanceQueryid in interface AuditInstanceQuerypublic AuditInstanceQueryImpl ids(Set<String> ids)
AuditInstanceQueryids in interface AuditInstanceQuerypublic AuditInstanceQueryImpl auditDefinitionId(String auditDefinitionId)
AuditInstanceQueryauditDefinitionId in interface AuditInstanceQuerypublic AuditInstanceQueryImpl auditDefinitionIdLike(String auditDefinitionIdLike)
AuditInstanceQueryauditDefinitionIdLike in interface AuditInstanceQuerypublic AuditInstanceQueryImpl scopeId(String scopeId)
AuditInstanceQueryscopeId in interface AuditInstanceQuerypublic AuditInstanceQueryImpl subScopeId(String subScopeId)
AuditInstanceQuerysubScopeId in interface AuditInstanceQuerypublic AuditInstanceQueryImpl scopeType(String scopeType)
AuditInstanceQueryscopeType in interface AuditInstanceQuerypublic AuditInstanceQueryImpl scopeDefinitionId(String scopeDefinitionId)
AuditInstanceQueryscopeDefinitionId in interface AuditInstanceQuerypublic AuditInstanceQueryImpl externalId(String externalId)
AuditInstanceQueryexternalId in interface AuditInstanceQuerypublic AuditInstanceQueryImpl type(String type)
AuditInstanceQuerytype in interface AuditInstanceQuerypublic AuditInstanceQueryImpl subType(String subType)
AuditInstanceQuerysubType in interface AuditInstanceQuerypublic AuditInstanceQuery createdBefore(Date createdBefore)
createdBefore in interface AuditInstanceQuerypublic AuditInstanceQuery createdAfter(Date createdAfter)
createdAfter in interface AuditInstanceQuerypublic AuditInstanceQueryImpl tenantId(String tenantId)
AuditInstanceQuerytenantId in interface AuditInstanceQuerypublic AuditInstanceQueryImpl tenantIdLike(String tenantIdLike)
AuditInstanceQuerytenantIdLike in interface AuditInstanceQuerypublic AuditInstanceQueryImpl withoutTenantId()
AuditInstanceQuerywithoutTenantId in interface AuditInstanceQuerypublic AuditInstanceQuery creatorId(String creatorId)
AuditInstanceQuerycreatorId in interface AuditInstanceQuerypublic AuditInstanceQuery orderByCreationTime()
AuditInstanceQueryQuery.asc() or Query.desc()).orderByCreationTime in interface AuditInstanceQuerypublic long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
executeCount in class org.flowable.common.engine.impl.query.AbstractQuery<AuditInstanceQuery,AuditInstance>public List<AuditInstance> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
executeList in class org.flowable.common.engine.impl.query.AbstractQuery<AuditInstanceQuery,AuditInstance>public String getId()
getId in interface org.flowable.common.engine.api.query.QueryCacheValuespublic String getAuditDefinitionId()
public String getAuditDefinitionIdLike()
public String getScopeId()
public String getScopeType()
public String getScopeDefinitionId()
public String getExternalId()
public String getType()
public String getSubType()
public String getTenantId()
public String getTenantIdLike()
public boolean isWithoutTenantId()
public String getCreatorId()
Copyright © 2019. All rights reserved.