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.ResultTypeNested 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 Stringprotected Dateprotected Dateprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected 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, 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.voiddelete()voidDeprecated.Query for app incidents with the given element id.longexecuteCount(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.booleanOrder 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, 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, setIgnoreOrderBy, setMaxResults, setNullHandlingColumn, setParameterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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: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
-
rootScopeId
Description copied from interface:AppIncidentQueryQuery for app incidents with the given root scope id.- Specified by:
rootScopeIdin interfaceAppIncidentQuery
-
rootScopeType
Description copied from interface:AppIncidentQueryQuery for app incidents with the given root scope type.- Specified by:
rootScopeTypein interfaceAppIncidentQuery
-
rootScopeDefinitionId
Description copied from interface:AppIncidentQueryQuery for app incidents with the given root scope definition id.- Specified by:
rootScopeDefinitionIdin interfaceAppIncidentQuery
-
rootScopeDefinitionKey
Description copied from interface:AppIncidentQueryQuery for app incidents with the given root scope definition key.- Specified by:
rootScopeDefinitionKeyin 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
-
elementId
Description copied from interface:AppIncidentQueryQuery for app incidents with the given element id.- Specified by:
elementIdin interfaceAppIncidentQuery
-
scopeDefinitionId
Description copied from interface:AppIncidentQueryQuery for app incidents with the given scope definition id.- Specified by:
scopeDefinitionIdin interfaceAppIncidentQuery
-
scopeDefinitionKey
Description copied from interface:AppIncidentQueryQuery for app incidents with the given scope definition key.- Specified by:
scopeDefinitionKeyin 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
public long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
executeCountin classorg.flowable.common.engine.impl.query.AbstractQuery<AppIncidentQuery,AppIncident>
-
executeList
public List<AppIncident> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
executeListin classorg.flowable.common.engine.impl.query.AbstractQuery<AppIncidentQuery,AppIncident>
-
delete
public void delete()- Specified by:
deletein interfaceorg.flowable.common.engine.api.query.DeleteQuery<AppIncidentQuery,AppIncident>
-
deleteWithRelatedData
Deprecated.- Specified by:
deleteWithRelatedDatain 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()
-