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
,Query<AppIncidentQuery,
,AppIncident> Command<Object>
public class AppIncidentQueryImpl
extends AbstractQuery<AppIncidentQuery,AppIncident>
implements AppIncidentQuery, Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultType
Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
Query.NullHandlingOnOrder
-
Field Summary
Modifier 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 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, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC
-
Constructor Summary
ConstructorDescriptionAppIncidentQueryImpl
(CommandContext commandContext) AppIncidentQueryImpl
(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.long
executeCount
(CommandContext commandContext) executeList
(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.scopeDefinitionId
(String scopeDefinitionId) Query for app incidents with the given scope definition id.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, 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, setMaxResults, setNullHandlingColumn, setParameter
-
Field Details
-
id
-
type
-
subType
-
appDefinitionKey
-
scopeId
-
subScopeId
-
scopeType
-
scopeDefinitionId
-
tenantId
-
tenantIdLike
-
withoutTenantId
protected boolean withoutTenantId -
createdBefore
-
createdAfter
-
-
Constructor Details
-
AppIncidentQueryImpl
public AppIncidentQueryImpl() -
AppIncidentQueryImpl
-
AppIncidentQueryImpl
-
-
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
-
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
-
scopeDefinitionId
Description copied from interface:AppIncidentQuery
Query for app incidents with the given scope definition id.- Specified by:
scopeDefinitionId
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
- Specified by:
executeCount
in classAbstractQuery<AppIncidentQuery,
AppIncident>
-
executeList
- Specified by:
executeList
in classAbstractQuery<AppIncidentQuery,
AppIncident>
-
getId
-
getType
-
getSubType
-
getAppDefinitionKey
-
getScopeId
-
getSubScopeId
-
getScopeType
-
getScopeDefinitionId
-
getCreatedBefore
-
getCreatedAfter
-
getTenantId
-
getTenantIdLike
-
isWithoutTenantId
public boolean isWithoutTenantId()
-