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:
- Serialized Form
-
-
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
Fields Modifier and Type Field Description protected StringappDefinitionKeyprotected DatecreatedAfterprotected DatecreatedBeforeprotected Stringidprotected StringscopeDefinitionIdprotected StringscopeIdprotected StringscopeTypeprotected StringsubScopeIdprotected StringsubTypeprotected StringtenantIdprotected StringtenantIdLikeprotected Stringtypeprotected booleanwithoutTenantId-
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
Constructors Constructor Description AppIncidentQueryImpl()AppIncidentQueryImpl(CommandContext commandContext)AppIncidentQueryImpl(CommandExecutor commandExecutor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppIncidentQueryImplappDefinitionKey(String appDefinitionKey)Query for app incidents with the given app definition key.AppIncidentQuerycreatedAfter(Date createdAfter)Query for app incidents with a creation time after the give date.AppIncidentQuerycreatedBefore(Date createdBefore)Query for app incidents with a creation time before the give date.longexecuteCount(CommandContext commandContext)List<AppIncident>executeList(CommandContext commandContext)StringgetAppDefinitionKey()DategetCreatedAfter()DategetCreatedBefore()StringgetId()StringgetScopeDefinitionId()StringgetScopeId()StringgetScopeType()StringgetSubScopeId()StringgetSubType()StringgetTenantId()StringgetTenantIdLike()StringgetType()AppIncidentQueryImplid(String id)Query for app incident with the given id.booleanisWithoutTenantId()AppIncidentQueryorderByCreateTime()Order the result by incident create time.AppIncidentQueryorderByIncidentSubType()Order the result by incident sub type.AppIncidentQueryorderByIncidentType()Order the result by incident type.AppIncidentQueryImplscopeDefinitionId(String scopeDefinitionId)Query for app incidents with the given scope definition id.AppIncidentQueryImplscopeId(String scopeId)Query for app incidents with the given scope id.AppIncidentQueryImplscopeType(String scopeType)Query for app incidents with the given scope type.AppIncidentQueryImplsubScopeId(String subScopeId)Query for app incidents with the given sub scope id.AppIncidentQueryImplsubType(String subType)Query for app incidents with the given sub type.AppIncidentQueryImpltenantId(String tenantId)Query for app variables with the given tenant id.AppIncidentQueryImpltenantIdLike(String tenantIdLike)Query for app variables like the given tenant id.AppIncidentQueryImpltype(String type)Query for app incidents with the given type.AppIncidentQueryImplwithoutTenantId()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 Detail
-
id
protected String id
-
type
protected String type
-
subType
protected String subType
-
appDefinitionKey
protected String appDefinitionKey
-
scopeId
protected String scopeId
-
subScopeId
protected String subScopeId
-
scopeType
protected String scopeType
-
scopeDefinitionId
protected String scopeDefinitionId
-
tenantId
protected String tenantId
-
tenantIdLike
protected String tenantIdLike
-
withoutTenantId
protected boolean withoutTenantId
-
createdBefore
protected Date createdBefore
-
createdAfter
protected Date createdAfter
-
-
Constructor Detail
-
AppIncidentQueryImpl
public AppIncidentQueryImpl()
-
AppIncidentQueryImpl
public AppIncidentQueryImpl(CommandContext commandContext)
-
AppIncidentQueryImpl
public AppIncidentQueryImpl(CommandExecutor commandExecutor)
-
-
Method Detail
-
id
public AppIncidentQueryImpl id(String id)
Description copied from interface:AppIncidentQueryQuery for app incident with the given id.- Specified by:
idin interfaceAppIncidentQuery
-
type
public AppIncidentQueryImpl type(String type)
Description copied from interface:AppIncidentQueryQuery for app incidents with the given type.- Specified by:
typein interfaceAppIncidentQuery
-
subType
public AppIncidentQueryImpl subType(String subType)
Description copied from interface:AppIncidentQueryQuery for app incidents with the given sub type.- Specified by:
subTypein interfaceAppIncidentQuery
-
appDefinitionKey
public AppIncidentQueryImpl appDefinitionKey(String appDefinitionKey)
Description copied from interface:AppIncidentQueryQuery for app incidents with the given app definition key.- Specified by:
appDefinitionKeyin interfaceAppIncidentQuery
-
scopeId
public AppIncidentQueryImpl scopeId(String scopeId)
Description copied from interface:AppIncidentQueryQuery for app incidents with the given scope id.- Specified by:
scopeIdin interfaceAppIncidentQuery
-
subScopeId
public AppIncidentQueryImpl subScopeId(String subScopeId)
Description copied from interface:AppIncidentQueryQuery for app incidents with the given sub scope id.- Specified by:
subScopeIdin interfaceAppIncidentQuery
-
scopeType
public AppIncidentQueryImpl scopeType(String scopeType)
Description copied from interface:AppIncidentQueryQuery for app incidents with the given scope type.- Specified by:
scopeTypein interfaceAppIncidentQuery
-
scopeDefinitionId
public AppIncidentQueryImpl scopeDefinitionId(String scopeDefinitionId)
Description copied from interface:AppIncidentQueryQuery for app incidents with the given scope definition id.- Specified by:
scopeDefinitionIdin interfaceAppIncidentQuery
-
createdBefore
public AppIncidentQuery createdBefore(Date createdBefore)
Description copied from interface:AppIncidentQueryQuery for app incidents with a creation time before the give date.- Specified by:
createdBeforein interfaceAppIncidentQuery
-
createdAfter
public AppIncidentQuery createdAfter(Date createdAfter)
Description copied from interface:AppIncidentQueryQuery for app incidents with a creation time after the give date.- Specified by:
createdAfterin interfaceAppIncidentQuery
-
tenantId
public AppIncidentQueryImpl tenantId(String tenantId)
Description copied from interface:AppIncidentQueryQuery for app variables with the given tenant id.- Specified by:
tenantIdin interfaceAppIncidentQuery
-
tenantIdLike
public AppIncidentQueryImpl tenantIdLike(String tenantIdLike)
Description copied from interface:AppIncidentQueryQuery for app variables like the given tenant id.- Specified by:
tenantIdLikein interfaceAppIncidentQuery
-
withoutTenantId
public AppIncidentQueryImpl withoutTenantId()
Description copied from interface:AppIncidentQueryQuery for app variables without a tenant id.- Specified by:
withoutTenantIdin interfaceAppIncidentQuery
-
orderByCreateTime
public AppIncidentQuery orderByCreateTime()
Description copied from interface:AppIncidentQueryOrder the result by incident create time.- Specified by:
orderByCreateTimein interfaceAppIncidentQuery
-
orderByIncidentType
public AppIncidentQuery orderByIncidentType()
Description copied from interface:AppIncidentQueryOrder the result by incident type.- Specified by:
orderByIncidentTypein interfaceAppIncidentQuery
-
orderByIncidentSubType
public AppIncidentQuery orderByIncidentSubType()
Description copied from interface:AppIncidentQueryOrder the result by incident sub type.- Specified by:
orderByIncidentSubTypein interfaceAppIncidentQuery
-
executeCount
public long executeCount(CommandContext commandContext)
- Specified by:
executeCountin classAbstractQuery<AppIncidentQuery,AppIncident>
-
executeList
public List<AppIncident> executeList(CommandContext commandContext)
- Specified by:
executeListin classAbstractQuery<AppIncidentQuery,AppIncident>
-
getId
public String getId()
-
getType
public String getType()
-
getSubType
public String getSubType()
-
getAppDefinitionKey
public String getAppDefinitionKey()
-
getScopeId
public String getScopeId()
-
getSubScopeId
public String getSubScopeId()
-
getScopeType
public String getScopeType()
-
getScopeDefinitionId
public String getScopeDefinitionId()
-
getCreatedBefore
public Date getCreatedBefore()
-
getCreatedAfter
public Date getCreatedAfter()
-
getTenantId
public String getTenantId()
-
getTenantIdLike
public String getTenantIdLike()
-
isWithoutTenantId
public boolean isWithoutTenantId()
-
-