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:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.camunda.bpm.engine.impl.AbstractQuery
AbstractQuery.ResultType
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcaseExecutionIdprotected StringcaseInstanceIdprotected Stringidprotected booleansatisfiedprotected StringsentryIdprotected StringsourceCaseExecutionIdprotected StringstandardEventprotected Stringtypeprotected StringvariableEventprotected StringvariableName-
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
Constructors Constructor Description CaseSentryPartQueryImpl()CaseSentryPartQueryImpl(CommandExecutor commandExecutor)
-
Method Summary
-
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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable
-
-
-
-
Field Detail
-
id
protected String id
-
caseInstanceId
protected String caseInstanceId
-
caseExecutionId
protected String caseExecutionId
-
sentryId
protected String sentryId
-
type
protected String type
-
sourceCaseExecutionId
protected String sourceCaseExecutionId
-
standardEvent
protected String standardEvent
-
variableEvent
protected String variableEvent
-
variableName
protected String variableName
-
satisfied
protected boolean satisfied
-
-
Constructor Detail
-
CaseSentryPartQueryImpl
public CaseSentryPartQueryImpl()
-
CaseSentryPartQueryImpl
public CaseSentryPartQueryImpl(CommandExecutor commandExecutor)
-
-
Method Detail
-
caseSentryPartId
public CaseSentryPartQueryImpl caseSentryPartId(String caseSentryPartId)
-
caseInstanceId
public CaseSentryPartQueryImpl caseInstanceId(String caseInstanceId)
-
caseExecutionId
public CaseSentryPartQueryImpl caseExecutionId(String caseExecutionId)
-
sentryId
public CaseSentryPartQueryImpl sentryId(String sentryId)
-
type
public CaseSentryPartQueryImpl type(String type)
-
sourceCaseExecutionId
public CaseSentryPartQueryImpl sourceCaseExecutionId(String sourceCaseExecutionId)
-
standardEvent
public CaseSentryPartQueryImpl standardEvent(String standardEvent)
-
variableEvent
public CaseSentryPartQueryImpl variableEvent(String variableEvent)
-
variableName
public CaseSentryPartQueryImpl variableName(String variableName)
-
satisfied
public CaseSentryPartQueryImpl satisfied()
-
orderByCaseSentryId
public CaseSentryPartQueryImpl orderByCaseSentryId()
-
orderByCaseInstanceId
public CaseSentryPartQueryImpl orderByCaseInstanceId()
-
orderByCaseExecutionId
public CaseSentryPartQueryImpl orderByCaseExecutionId()
-
orderBySentryId
public CaseSentryPartQueryImpl orderBySentryId()
-
orderBySource
public CaseSentryPartQueryImpl orderBySource()
-
executeCount
public long executeCount(CommandContext commandContext)
- Specified by:
executeCountin classAbstractQuery<CaseSentryPartQueryImpl,CaseSentryPartEntity>
-
executeList
public List<CaseSentryPartEntity> executeList(CommandContext commandContext, Page page)
Description copied from class:AbstractQueryExecutes the actual query to retrieve the list of results.- Specified by:
executeListin classAbstractQuery<CaseSentryPartQueryImpl,CaseSentryPartEntity>page- used if the results must be paged. If null, no paging will be applied.
-
getId
public String getId()
-
getCaseInstanceId
public String getCaseInstanceId()
-
getCaseExecutionId
public String getCaseExecutionId()
-
getSentryId
public String getSentryId()
-
getType
public String getType()
-
getSourceCaseExecutionId
public String getSourceCaseExecutionId()
-
getStandardEvent
public String getStandardEvent()
-
getVariableEvent
public String getVariableEvent()
-
getVariableName
public String getVariableName()
-
isSatisfied
public boolean isSatisfied()
-
-