Package org.flowable.batch.service.impl
Class BatchPartQueryImpl
java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<BatchPartQuery,BatchPart>
org.flowable.batch.service.impl.BatchPartQueryImpl
- All Implemented Interfaces:
Serializable,BatchPartQuery,Query<BatchPartQuery,,BatchPart> Command<Object>
public class BatchPartQueryImpl
extends AbstractQuery<BatchPartQuery,BatchPart>
implements BatchPartQuery
- Author:
- Filip Hrisafov
- 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 Stringprotected Stringprotected final BatchServiceConfigurationprotected Stringprotected booleanprotected 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, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC -
Constructor Summary
ConstructorsConstructorDescriptionBatchPartQueryImpl(CommandExecutor commandExecutor, BatchServiceConfiguration batchServiceConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionbatchSearchKey(String searchKey) batchSearchKey2(String searchKey2) longexecuteCount(CommandContext commandContext) executeList(CommandContext commandContext) getId()getType()booleanbooleansearchKey2(String searchKey2) subScopeId(String subScopeId) tenantIdLike(String tenantIdLike) 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
-
batchServiceConfiguration
-
id
-
type
-
batchId
-
searchKey
-
searchKey2
-
batchType
-
batchSearchKey
-
batchSearchKey2
-
status
-
scopeId
-
subScopeId
-
scopeType
-
tenantId
-
tenantIdLike
-
withoutTenantId
protected boolean withoutTenantId -
completed
protected boolean completed
-
-
Constructor Details
-
BatchPartQueryImpl
public BatchPartQueryImpl(CommandExecutor commandExecutor, BatchServiceConfiguration batchServiceConfiguration)
-
-
Method Details
-
executeCount
- Specified by:
executeCountin classAbstractQuery<BatchPartQuery,BatchPart>
-
executeList
- Specified by:
executeListin classAbstractQuery<BatchPartQuery,BatchPart>
-
id
- Specified by:
idin interfaceBatchPartQuery
-
batchId
- Specified by:
batchIdin interfaceBatchPartQuery
-
type
- Specified by:
typein interfaceBatchPartQuery
-
searchKey
- Specified by:
searchKeyin interfaceBatchPartQuery
-
searchKey2
- Specified by:
searchKey2in interfaceBatchPartQuery
-
batchType
- Specified by:
batchTypein interfaceBatchPartQuery
-
batchSearchKey
- Specified by:
batchSearchKeyin interfaceBatchPartQuery
-
batchSearchKey2
- Specified by:
batchSearchKey2in interfaceBatchPartQuery
-
status
- Specified by:
statusin interfaceBatchPartQuery
-
scopeId
- Specified by:
scopeIdin interfaceBatchPartQuery
-
subScopeId
- Specified by:
subScopeIdin interfaceBatchPartQuery
-
scopeType
- Specified by:
scopeTypein interfaceBatchPartQuery
-
tenantId
- Specified by:
tenantIdin interfaceBatchPartQuery
-
tenantIdLike
- Specified by:
tenantIdLikein interfaceBatchPartQuery
-
withoutTenantId
- Specified by:
withoutTenantIdin interfaceBatchPartQuery
-
completed
- Specified by:
completedin interfaceBatchPartQuery
-
orderByBatchId
- Specified by:
orderByBatchIdin interfaceBatchPartQuery
-
orderByCreateTime
- Specified by:
orderByCreateTimein interfaceBatchPartQuery
-
getId
-
getType
-
getBatchId
-
getSearchKey
-
getSearchKey2
-
getBatchType
-
getBatchSearchKey
-
getBatchSearchKey2
-
getStatus
-
getScopeId
-
getSubScopeId
-
getScopeType
-
getTenantId
-
getTenantIdLike
-
isWithoutTenantId
public boolean isWithoutTenantId() -
isCompleted
public boolean isCompleted()
-