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.ResultTypeNested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
Query.NullHandlingOnOrder -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Dateprotected Dateprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected booleanFields inherited from class org.flowable.common.engine.impl.query.AbstractQuery
commandContext, commandExecutorFields 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
ConstructorsConstructorDescriptionAppIncidentQueryImpl(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.longexecuteCount(CommandContext commandContext) executeList(CommandContext commandContext) getId()getType()Query for app incident with the given id.booleanOrder 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, singleResultMethods 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:AppIncidentQueryQuery for app incident with the given id.- Specified by:
idin interfaceAppIncidentQuery
-
type
Description copied from interface:AppIncidentQueryQuery for app incidents with the given type.- Specified by:
typein interfaceAppIncidentQuery
-
subType
Description copied from interface:AppIncidentQueryQuery for app incidents with the given sub type.- Specified by:
subTypein interfaceAppIncidentQuery
-
appDefinitionKey
Description copied from interface:AppIncidentQueryQuery for app incidents with the given app definition key.- Specified by:
appDefinitionKeyin interfaceAppIncidentQuery
-
scopeId
Description copied from interface:AppIncidentQueryQuery for app incidents with the given scope id.- Specified by:
scopeIdin interfaceAppIncidentQuery
-
subScopeId
Description copied from interface:AppIncidentQueryQuery for app incidents with the given sub scope id.- Specified by:
subScopeIdin interfaceAppIncidentQuery
-
scopeType
Description copied from interface:AppIncidentQueryQuery for app incidents with the given scope type.- Specified by:
scopeTypein interfaceAppIncidentQuery
-
scopeDefinitionId
Description copied from interface:AppIncidentQueryQuery for app incidents with the given scope definition id.- Specified by:
scopeDefinitionIdin interfaceAppIncidentQuery
-
createdBefore
Description copied from interface:AppIncidentQueryQuery for app incidents with a creation time before the give date.- Specified by:
createdBeforein interfaceAppIncidentQuery
-
createdAfter
Description copied from interface:AppIncidentQueryQuery for app incidents with a creation time after the give date.- Specified by:
createdAfterin interfaceAppIncidentQuery
-
tenantId
Description copied from interface:AppIncidentQueryQuery for app variables with the given tenant id.- Specified by:
tenantIdin interfaceAppIncidentQuery
-
tenantIdLike
Description copied from interface:AppIncidentQueryQuery for app variables like the given tenant id.- Specified by:
tenantIdLikein interfaceAppIncidentQuery
-
withoutTenantId
Description copied from interface:AppIncidentQueryQuery for app variables without a tenant id.- Specified by:
withoutTenantIdin interfaceAppIncidentQuery
-
orderByCreateTime
Description copied from interface:AppIncidentQueryOrder the result by incident create time.- Specified by:
orderByCreateTimein interfaceAppIncidentQuery
-
orderByIncidentType
Description copied from interface:AppIncidentQueryOrder the result by incident type.- Specified by:
orderByIncidentTypein interfaceAppIncidentQuery
-
orderByIncidentSubType
Description copied from interface:AppIncidentQueryOrder the result by incident sub type.- Specified by:
orderByIncidentSubTypein interfaceAppIncidentQuery
-
executeCount
- Specified by:
executeCountin classAbstractQuery<AppIncidentQuery,AppIncident>
-
executeList
- Specified by:
executeListin classAbstractQuery<AppIncidentQuery,AppIncident>
-
getId
-
getType
-
getSubType
-
getAppDefinitionKey
-
getScopeId
-
getSubScopeId
-
getScopeType
-
getScopeDefinitionId
-
getCreatedBefore
-
getCreatedAfter
-
getTenantId
-
getTenantIdLike
-
isWithoutTenantId
public boolean isWithoutTenantId()
-