Class CaseSentryPartQueryImpl
java.lang.Object
org.camunda.bpm.engine.impl.db.ListQueryParameterObject
org.camunda.bpm.engine.impl.AbstractQuery<CaseSentryPartQueryImpl,CaseSentryPartEntity>
org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartQueryImpl
- All Implemented Interfaces:
Serializable
,Command<Object>
,Query<CaseSentryPartQueryImpl,
CaseSentryPartEntity>
public class CaseSentryPartQueryImpl
extends AbstractQuery<CaseSentryPartQueryImpl,CaseSentryPartEntity>
This query is currently not public API on purpose.
- Author:
- Roman Smirnov
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.camunda.bpm.engine.impl.AbstractQuery
AbstractQuery.ResultType
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected boolean
protected String
protected String
protected String
protected String
protected String
protected String
Fields inherited from class org.camunda.bpm.engine.impl.AbstractQuery
commandExecutor, expressions, maxResultsLimitEnabled, resultType, SORTORDER_ASC, SORTORDER_DESC, validators
Fields inherited from class org.camunda.bpm.engine.impl.db.ListQueryParameterObject
authCheck, databaseType, firstResult, maxResults, orderingProperties, parameter, tenantCheck
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncaseExecutionId
(String caseExecutionId) caseInstanceId
(String caseInstanceId) caseSentryPartId
(String caseSentryPartId) long
executeCount
(CommandContext commandContext) executeList
(CommandContext commandContext, Page page) Executes the actual query to retrieve the list of results.getId()
getType()
boolean
sourceCaseExecutionId
(String sourceCaseExecutionId) standardEvent
(String standardEvent) variableEvent
(String variableEvent) variableName
(String variableName) Methods inherited from class org.camunda.bpm.engine.impl.AbstractQuery
addExpression, addValidator, asc, checkMaxResultsLimit, checkQueryOk, count, desc, direction, disableMaxResultsLimit, enableMaxResultsLimit, evaluateExpressions, evaluateExpressionsAndExecuteCount, evaluateExpressionsAndExecuteDeploymentIdMappingsList, evaluateExpressionsAndExecuteIdsList, evaluateExpressionsAndExecuteList, execute, executeDeploymentIdMappingsList, executeIdsList, executeResult, executeSingleResult, extend, getExpressions, getMethod, hasExcludingConditions, list, listDeploymentIdMappings, listIds, listPage, mergeExpressions, mergeOrdering, orderBy, orderBy, removeValidator, setCommandExecutor, setExpressions, singleResult, unlimitedList, validate, validate
Methods inherited from class org.camunda.bpm.engine.impl.db.ListQueryParameterObject
getAuthCheck, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getOrderingProperties, getParameter, getTenantCheck, setAuthCheck, setDatabaseType, setFirstResult, setMaxResults, setOrderingProperties, setParameter, setTenantCheck
-
Field Details
-
id
-
caseInstanceId
-
caseExecutionId
-
sentryId
-
type
-
sourceCaseExecutionId
-
standardEvent
-
variableEvent
-
variableName
-
satisfied
protected boolean satisfied
-
-
Constructor Details
-
CaseSentryPartQueryImpl
public CaseSentryPartQueryImpl() -
CaseSentryPartQueryImpl
-
-
Method Details
-
caseSentryPartId
-
caseInstanceId
-
caseExecutionId
-
sentryId
-
type
-
sourceCaseExecutionId
-
standardEvent
-
variableEvent
-
variableName
-
satisfied
-
orderByCaseSentryId
-
orderByCaseInstanceId
-
orderByCaseExecutionId
-
orderBySentryId
-
orderBySource
-
executeCount
- Specified by:
executeCount
in classAbstractQuery<CaseSentryPartQueryImpl,
CaseSentryPartEntity>
-
executeList
Description copied from class:AbstractQuery
Executes the actual query to retrieve the list of results.- Specified by:
executeList
in classAbstractQuery<CaseSentryPartQueryImpl,
CaseSentryPartEntity> page
- used if the results must be paged. If null, no paging will be applied.
-
getId
-
getCaseInstanceId
-
getCaseExecutionId
-
getSentryId
-
getType
-
getSourceCaseExecutionId
-
getStandardEvent
-
getVariableEvent
-
getVariableName
-
isSatisfied
public boolean isSatisfied()
-