Class AppIncidentQueryImpl
java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<AppIncidentQuery,AppIncident>
com.flowable.app.engine.impl.repository.AppIncidentQueryImpl
- All Implemented Interfaces:
AppIncidentQuery
,Serializable
,org.flowable.common.engine.api.query.DeleteQuery<AppIncidentQuery,
,AppIncident> org.flowable.common.engine.api.query.Query<AppIncidentQuery,
,AppIncident> org.flowable.common.engine.impl.interceptor.Command<Object>
public class AppIncidentQueryImpl
extends org.flowable.common.engine.impl.query.AbstractQuery<AppIncidentQuery,AppIncident>
implements AppIncidentQuery, Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.db.ListQueryParameterObject.OrderBy, org.flowable.common.engine.impl.db.ListQueryParameterObject.ResultType
Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
org.flowable.common.engine.api.query.Query.NullHandlingOnOrder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected Date
protected Date
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected boolean
Fields inherited from class org.flowable.common.engine.impl.query.AbstractQuery
commandContext, commandExecutor
Fields inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
databaseType, DEFAULT_ORDER_BY, defaultOrderBy, firstResult, ignoreOrderBy, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC
-
Constructor Summary
ConstructorsConstructorDescriptionAppIncidentQueryImpl
(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptionappDefinitionKey
(String appDefinitionKey) Query for app incidents with the given app definition key.createdAfter
(Date createdAfter) Query for app incidents with a creation time after the give date.createdBefore
(Date createdBefore) Query for app incidents with a creation time before the give date.void
delete()
void
Deprecated.Query for app incidents with the given element id.long
executeCount
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) executeList
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) getId()
getType()
Query for app incident with the given id.boolean
Order the result by incident create time.Order the result by incident sub type.Order the result by incident type.rootScopeDefinitionId
(String rootScopeDefinitionId) Query for app incidents with the given root scope definition id.rootScopeDefinitionKey
(String rootScopeDefinitionKey) Query for app incidents with the given root scope definition key.rootScopeId
(String rootScopeId) Query for app incidents with the given root scope id.rootScopeType
(String rootScopeType) Query for app incidents with the given root scope type.scopeDefinitionId
(String scopeDefinitionId) Query for app incidents with the given scope definition id.scopeDefinitionKey
(String scopeDefinitionKey) Query for app incidents with the given scope definition key.Query for app incidents with the given scope id.Query for app incidents with the given scope type.subScopeId
(String subScopeId) Query for app incidents with the given sub scope id.Query for app incidents with the given sub type.Query for app variables with the given tenant id.tenantIdLike
(String tenantIdLike) Query for app variables like the given tenant id.Query for app incidents with the given type.Query for app variables without a tenant id.Methods inherited from class org.flowable.common.engine.impl.query.AbstractQuery
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, getSafeList, list, listPage, orderBy, orderBy, setCommandExecutor, singleResult
Methods inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
addOrder, buildOrderBy, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByCollectionSafe, getOrderByForWindow, getOuterJoinOrderBy, getParameter, hasOrderBy, hasOrderByForColumn, isNeedsPaging, mapOrderByToSql, setDatabaseType, setFirstResult, setIgnoreOrderBy, setMaxResults, setNullHandlingColumn, setParameter
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.flowable.common.engine.api.query.Query
asc, count, desc, list, listPage, orderBy, orderBy, singleResult
-
Field Details
-
id
-
type
-
subType
-
appDefinitionKey
-
rootScopeId
-
rootScopeType
-
rootScopeDefinitionId
-
rootScopeDefinitionKey
-
scopeId
-
subScopeId
-
scopeType
-
elementId
-
scopeDefinitionId
-
scopeDefinitionKey
-
tenantId
-
tenantIdLike
-
withoutTenantId
protected boolean withoutTenantId -
createdBefore
-
createdAfter
-
-
Constructor Details
-
AppIncidentQueryImpl
public AppIncidentQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-
-
Method Details
-
id
Description copied from interface:AppIncidentQuery
Query for app incident with the given id.- Specified by:
id
in interfaceAppIncidentQuery
-
type
Description copied from interface:AppIncidentQuery
Query for app incidents with the given type.- Specified by:
type
in interfaceAppIncidentQuery
-
subType
Description copied from interface:AppIncidentQuery
Query for app incidents with the given sub type.- Specified by:
subType
in interfaceAppIncidentQuery
-
appDefinitionKey
Description copied from interface:AppIncidentQuery
Query for app incidents with the given app definition key.- Specified by:
appDefinitionKey
in interfaceAppIncidentQuery
-
rootScopeId
Description copied from interface:AppIncidentQuery
Query for app incidents with the given root scope id.- Specified by:
rootScopeId
in interfaceAppIncidentQuery
-
rootScopeType
Description copied from interface:AppIncidentQuery
Query for app incidents with the given root scope type.- Specified by:
rootScopeType
in interfaceAppIncidentQuery
-
rootScopeDefinitionId
Description copied from interface:AppIncidentQuery
Query for app incidents with the given root scope definition id.- Specified by:
rootScopeDefinitionId
in interfaceAppIncidentQuery
-
rootScopeDefinitionKey
Description copied from interface:AppIncidentQuery
Query for app incidents with the given root scope definition key.- Specified by:
rootScopeDefinitionKey
in interfaceAppIncidentQuery
-
scopeId
Description copied from interface:AppIncidentQuery
Query for app incidents with the given scope id.- Specified by:
scopeId
in interfaceAppIncidentQuery
-
subScopeId
Description copied from interface:AppIncidentQuery
Query for app incidents with the given sub scope id.- Specified by:
subScopeId
in interfaceAppIncidentQuery
-
scopeType
Description copied from interface:AppIncidentQuery
Query for app incidents with the given scope type.- Specified by:
scopeType
in interfaceAppIncidentQuery
-
elementId
Description copied from interface:AppIncidentQuery
Query for app incidents with the given element id.- Specified by:
elementId
in interfaceAppIncidentQuery
-
scopeDefinitionId
Description copied from interface:AppIncidentQuery
Query for app incidents with the given scope definition id.- Specified by:
scopeDefinitionId
in interfaceAppIncidentQuery
-
scopeDefinitionKey
Description copied from interface:AppIncidentQuery
Query for app incidents with the given scope definition key.- Specified by:
scopeDefinitionKey
in interfaceAppIncidentQuery
-
createdBefore
Description copied from interface:AppIncidentQuery
Query for app incidents with a creation time before the give date.- Specified by:
createdBefore
in interfaceAppIncidentQuery
-
createdAfter
Description copied from interface:AppIncidentQuery
Query for app incidents with a creation time after the give date.- Specified by:
createdAfter
in interfaceAppIncidentQuery
-
tenantId
Description copied from interface:AppIncidentQuery
Query for app variables with the given tenant id.- Specified by:
tenantId
in interfaceAppIncidentQuery
-
tenantIdLike
Description copied from interface:AppIncidentQuery
Query for app variables like the given tenant id.- Specified by:
tenantIdLike
in interfaceAppIncidentQuery
-
withoutTenantId
Description copied from interface:AppIncidentQuery
Query for app variables without a tenant id.- Specified by:
withoutTenantId
in interfaceAppIncidentQuery
-
orderByCreateTime
Description copied from interface:AppIncidentQuery
Order the result by incident create time.- Specified by:
orderByCreateTime
in interfaceAppIncidentQuery
-
orderByIncidentType
Description copied from interface:AppIncidentQuery
Order the result by incident type.- Specified by:
orderByIncidentType
in interfaceAppIncidentQuery
-
orderByIncidentSubType
Description copied from interface:AppIncidentQuery
Order the result by incident sub type.- Specified by:
orderByIncidentSubType
in interfaceAppIncidentQuery
-
executeCount
public long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
executeCount
in classorg.flowable.common.engine.impl.query.AbstractQuery<AppIncidentQuery,
AppIncident>
-
executeList
public List<AppIncident> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
executeList
in classorg.flowable.common.engine.impl.query.AbstractQuery<AppIncidentQuery,
AppIncident>
-
delete
public void delete()- Specified by:
delete
in interfaceorg.flowable.common.engine.api.query.DeleteQuery<AppIncidentQuery,
AppIncident>
-
deleteWithRelatedData
Deprecated.- Specified by:
deleteWithRelatedData
in interfaceorg.flowable.common.engine.api.query.DeleteQuery<AppIncidentQuery,
AppIncident>
-
getId
-
getType
-
getSubType
-
getAppDefinitionKey
-
getRootScopeId
-
getRootScopeType
-
getRootScopeDefinitionId
-
getRootScopeDefinitionKey
-
getScopeId
-
getSubScopeId
-
getScopeType
-
getElementId
-
getScopeDefinitionId
-
getScopeDefinitionKey
-
getCreatedBefore
-
getCreatedAfter
-
getTenantId
-
getTenantIdLike
-
isWithoutTenantId
public boolean isWithoutTenantId()
-