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 String
appDefinitionKey
protected Date
createdAfter
protected Date
createdBefore
protected String
id
protected String
scopeDefinitionId
protected String
scopeId
protected String
scopeType
protected String
subScopeId
protected String
subType
protected String
tenantId
protected String
tenantIdLike
protected String
type
protected boolean
withoutTenantId
-
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 AppIncidentQueryImpl
appDefinitionKey(String appDefinitionKey)
Query for app incidents with the given app definition key.AppIncidentQuery
createdAfter(Date createdAfter)
Query for app incidents with a creation time after the give date.AppIncidentQuery
createdBefore(Date createdBefore)
Query for app incidents with a creation time before the give date.long
executeCount(CommandContext commandContext)
List<AppIncident>
executeList(CommandContext commandContext)
String
getAppDefinitionKey()
Date
getCreatedAfter()
Date
getCreatedBefore()
String
getId()
String
getScopeDefinitionId()
String
getScopeId()
String
getScopeType()
String
getSubScopeId()
String
getSubType()
String
getTenantId()
String
getTenantIdLike()
String
getType()
AppIncidentQueryImpl
id(String id)
Query for app incident with the given id.boolean
isWithoutTenantId()
AppIncidentQuery
orderByCreateTime()
Order the result by incident create time.AppIncidentQuery
orderByIncidentSubType()
Order the result by incident sub type.AppIncidentQuery
orderByIncidentType()
Order the result by incident type.AppIncidentQueryImpl
scopeDefinitionId(String scopeDefinitionId)
Query for app incidents with the given scope definition id.AppIncidentQueryImpl
scopeId(String scopeId)
Query for app incidents with the given scope id.AppIncidentQueryImpl
scopeType(String scopeType)
Query for app incidents with the given scope type.AppIncidentQueryImpl
subScopeId(String subScopeId)
Query for app incidents with the given sub scope id.AppIncidentQueryImpl
subType(String subType)
Query for app incidents with the given sub type.AppIncidentQueryImpl
tenantId(String tenantId)
Query for app variables with the given tenant id.AppIncidentQueryImpl
tenantIdLike(String tenantIdLike)
Query for app variables like the given tenant id.AppIncidentQueryImpl
type(String type)
Query for app incidents with the given type.AppIncidentQueryImpl
withoutTenantId()
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:AppIncidentQuery
Query for app incident with the given id.- Specified by:
id
in interfaceAppIncidentQuery
-
type
public AppIncidentQueryImpl type(String type)
Description copied from interface:AppIncidentQuery
Query for app incidents with the given type.- Specified by:
type
in interfaceAppIncidentQuery
-
subType
public AppIncidentQueryImpl subType(String subType)
Description copied from interface:AppIncidentQuery
Query for app incidents with the given sub type.- Specified by:
subType
in interfaceAppIncidentQuery
-
appDefinitionKey
public AppIncidentQueryImpl appDefinitionKey(String appDefinitionKey)
Description copied from interface:AppIncidentQuery
Query for app incidents with the given app definition key.- Specified by:
appDefinitionKey
in interfaceAppIncidentQuery
-
scopeId
public AppIncidentQueryImpl scopeId(String scopeId)
Description copied from interface:AppIncidentQuery
Query for app incidents with the given scope id.- Specified by:
scopeId
in interfaceAppIncidentQuery
-
subScopeId
public AppIncidentQueryImpl subScopeId(String subScopeId)
Description copied from interface:AppIncidentQuery
Query for app incidents with the given sub scope id.- Specified by:
subScopeId
in interfaceAppIncidentQuery
-
scopeType
public AppIncidentQueryImpl scopeType(String scopeType)
Description copied from interface:AppIncidentQuery
Query for app incidents with the given scope type.- Specified by:
scopeType
in interfaceAppIncidentQuery
-
scopeDefinitionId
public AppIncidentQueryImpl scopeDefinitionId(String scopeDefinitionId)
Description copied from interface:AppIncidentQuery
Query for app incidents with the given scope definition id.- Specified by:
scopeDefinitionId
in interfaceAppIncidentQuery
-
createdBefore
public AppIncidentQuery createdBefore(Date createdBefore)
Description copied from interface:AppIncidentQuery
Query for app incidents with a creation time before the give date.- Specified by:
createdBefore
in interfaceAppIncidentQuery
-
createdAfter
public AppIncidentQuery createdAfter(Date createdAfter)
Description copied from interface:AppIncidentQuery
Query for app incidents with a creation time after the give date.- Specified by:
createdAfter
in interfaceAppIncidentQuery
-
tenantId
public AppIncidentQueryImpl tenantId(String tenantId)
Description copied from interface:AppIncidentQuery
Query for app variables with the given tenant id.- Specified by:
tenantId
in interfaceAppIncidentQuery
-
tenantIdLike
public AppIncidentQueryImpl tenantIdLike(String tenantIdLike)
Description copied from interface:AppIncidentQuery
Query for app variables like the given tenant id.- Specified by:
tenantIdLike
in interfaceAppIncidentQuery
-
withoutTenantId
public AppIncidentQueryImpl withoutTenantId()
Description copied from interface:AppIncidentQuery
Query for app variables without a tenant id.- Specified by:
withoutTenantId
in interfaceAppIncidentQuery
-
orderByCreateTime
public AppIncidentQuery orderByCreateTime()
Description copied from interface:AppIncidentQuery
Order the result by incident create time.- Specified by:
orderByCreateTime
in interfaceAppIncidentQuery
-
orderByIncidentType
public AppIncidentQuery orderByIncidentType()
Description copied from interface:AppIncidentQuery
Order the result by incident type.- Specified by:
orderByIncidentType
in interfaceAppIncidentQuery
-
orderByIncidentSubType
public AppIncidentQuery orderByIncidentSubType()
Description copied from interface:AppIncidentQuery
Order the result by incident sub type.- Specified by:
orderByIncidentSubType
in interfaceAppIncidentQuery
-
executeCount
public long executeCount(CommandContext commandContext)
- Specified by:
executeCount
in classAbstractQuery<AppIncidentQuery,AppIncident>
-
executeList
public List<AppIncident> executeList(CommandContext commandContext)
- Specified by:
executeList
in 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()
-
-