public class BatchPartQueryImpl extends AbstractQuery<BatchPartQuery,BatchPart> implements BatchPartQuery
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultTypeQuery.NullHandlingOnOrder| Modifier and Type | Field and Description |
|---|---|
protected String |
batchId |
protected String |
batchSearchKey |
protected String |
batchSearchKey2 |
protected BatchServiceConfiguration |
batchServiceConfiguration |
protected String |
batchType |
protected boolean |
completed |
protected String |
id |
protected String |
scopeId |
protected String |
scopeType |
protected String |
searchKey |
protected String |
searchKey2 |
protected String |
status |
protected String |
subScopeId |
protected String |
tenantId |
protected String |
tenantIdLike |
protected String |
type |
protected boolean |
withoutTenantId |
commandContext, commandExecutordatabaseType, DEFAULT_ORDER_BY, defaultOrderBy, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC| Constructor and Description |
|---|
BatchPartQueryImpl(CommandExecutor commandExecutor,
BatchServiceConfiguration batchServiceConfiguration) |
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResultaddOrder, buildOrderBy, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByCollectionSafe, getOrderByForWindow, getOuterJoinOrderBy, getParameter, hasOrderBy, hasOrderByForColumn, isNeedsPaging, mapOrderByToSql, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setParameterprotected final BatchServiceConfiguration batchServiceConfiguration
protected String id
protected String type
protected String batchId
protected String searchKey
protected String searchKey2
protected String batchType
protected String batchSearchKey
protected String batchSearchKey2
protected String status
protected String scopeId
protected String subScopeId
protected String scopeType
protected String tenantId
protected String tenantIdLike
protected boolean withoutTenantId
protected boolean completed
public BatchPartQueryImpl(CommandExecutor commandExecutor, BatchServiceConfiguration batchServiceConfiguration)
public long executeCount(CommandContext commandContext)
executeCount in class AbstractQuery<BatchPartQuery,BatchPart>public List<BatchPart> executeList(CommandContext commandContext)
executeList in class AbstractQuery<BatchPartQuery,BatchPart>public BatchPartQuery id(String id)
id in interface BatchPartQuerypublic BatchPartQuery batchId(String batchId)
batchId in interface BatchPartQuerypublic BatchPartQuery type(String type)
type in interface BatchPartQuerypublic BatchPartQuery searchKey(String searchKey)
searchKey in interface BatchPartQuerypublic BatchPartQuery searchKey2(String searchKey2)
searchKey2 in interface BatchPartQuerypublic BatchPartQuery batchType(String batchType)
batchType in interface BatchPartQuerypublic BatchPartQuery batchSearchKey(String searchKey)
batchSearchKey in interface BatchPartQuerypublic BatchPartQuery batchSearchKey2(String searchKey2)
batchSearchKey2 in interface BatchPartQuerypublic BatchPartQuery status(String status)
status in interface BatchPartQuerypublic BatchPartQuery scopeId(String scopeId)
scopeId in interface BatchPartQuerypublic BatchPartQuery subScopeId(String subScopeId)
subScopeId in interface BatchPartQuerypublic BatchPartQuery scopeType(String scopeType)
scopeType in interface BatchPartQuerypublic BatchPartQuery tenantId(String tenantId)
tenantId in interface BatchPartQuerypublic BatchPartQuery tenantIdLike(String tenantIdLike)
tenantIdLike in interface BatchPartQuerypublic BatchPartQuery withoutTenantId()
withoutTenantId in interface BatchPartQuerypublic BatchPartQuery completed()
completed in interface BatchPartQuerypublic BatchPartQuery orderByBatchId()
orderByBatchId in interface BatchPartQuerypublic BatchPartQuery orderByCreateTime()
orderByCreateTime in interface BatchPartQuerypublic String getId()
public String getType()
public String getBatchId()
public String getSearchKey()
public String getSearchKey2()
public String getBatchType()
public String getBatchSearchKey()
public String getBatchSearchKey2()
public String getStatus()
public String getScopeId()
public String getSubScopeId()
public String getScopeType()
public String getTenantId()
public String getTenantIdLike()
public boolean isWithoutTenantId()
public boolean isCompleted()
Copyright © 2021 Flowable. All rights reserved.