public class CaseSentryPartQueryImpl extends AbstractQuery<CaseSentryPartQueryImpl,CaseSentryPartEntity>
Modifier and Type | Field and Description |
---|---|
protected String |
caseExecutionId |
protected String |
caseInstanceId |
protected String |
id |
protected boolean |
satisfied |
protected String |
sentryId |
protected String |
sourceCaseExecutionId |
protected String |
standardEvent |
protected String |
type |
commandExecutor, expressions, orderProperty, resultType, SORTORDER_ASC, SORTORDER_DESC, validators
databaseType, DEFAULT_ORDER_BY, firstResult, maxResults, orderBy, parameter
authDefaultPerm, authGroupIds, authPerms, authResourceId, authResourceIdQueryParam, authResourceType, authUserId, isAuthorizationCheckEnabled
Constructor and Description |
---|
CaseSentryPartQueryImpl() |
CaseSentryPartQueryImpl(CommandExecutor commandExecutor) |
addExpression, addOrder, addValidator, asc, checkQueryOk, count, desc, direction, evaluateExpressions, evaluateExpressionsAndExecuteCount, evaluateExpressionsAndExecuteList, execute, executeSingleResult, extend, getExpressions, getMethod, getOrderBy, getOrderProperty, list, listPage, mergeExpressions, mergeOrdering, orderBy, removeValidator, setCommandExecutor, setExpressions, singleResult, validate, validate
getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getParameter, setDatabaseType, setFirstResult, setMaxResults, setOrderBy, setParameter
getAuthDefaultPerm, getAuthGroupIds, getAuthPerms, getAuthResourceId, getAuthResourceIdQueryParam, getAuthResourceType, getAuthUserId, isAuthorizationCheckEnabled, setAuthDefaultPerm, setAuthGroupIds, setAuthorizationCheckEnabled, setAuthPerms, setAuthResourceId, setAuthResourceIdQueryParam, setAuthResourceType, setAuthUserId
protected String id
protected String caseInstanceId
protected String caseExecutionId
protected String sentryId
protected String type
protected String sourceCaseExecutionId
protected String standardEvent
protected boolean satisfied
public CaseSentryPartQueryImpl()
public CaseSentryPartQueryImpl(CommandExecutor commandExecutor)
public CaseSentryPartQueryImpl caseSentryPartId(String caseSentryPartId)
public CaseSentryPartQueryImpl caseInstanceId(String caseInstanceId)
public CaseSentryPartQueryImpl caseExecutionId(String caseExecutionId)
public CaseSentryPartQueryImpl sentryId(String sentryId)
public CaseSentryPartQueryImpl type(String type)
public CaseSentryPartQueryImpl sourceCaseExecutionId(String sourceCaseExecutionId)
public CaseSentryPartQueryImpl standardEvent(String standardEvent)
public CaseSentryPartQueryImpl satisfied()
public CaseSentryPartQueryImpl orderByCaseSentryId()
public CaseSentryPartQueryImpl orderByCaseInstanceId()
public CaseSentryPartQueryImpl orderByCaseExecutionId()
public CaseSentryPartQueryImpl orderBySentryId()
public CaseSentryPartQueryImpl orderBySource()
public long executeCount(CommandContext commandContext)
executeCount
in class AbstractQuery<CaseSentryPartQueryImpl,CaseSentryPartEntity>
public List<CaseSentryPartEntity> executeList(CommandContext commandContext, Page page)
AbstractQuery
executeList
in class AbstractQuery<CaseSentryPartQueryImpl,CaseSentryPartEntity>
page
- used if the results must be paged. If null, no paging will be applied.public String getId()
public String getCaseInstanceId()
public String getCaseExecutionId()
public String getSentryId()
public String getType()
public String getSourceCaseExecutionId()
public String getStandardEvent()
public boolean isSatisfied()
Copyright © 2018. All rights reserved.