org.camunda.bpm.engine.impl.cmmn.entity.runtime
Class CaseSentryPartQueryImpl
java.lang.Object
org.camunda.bpm.engine.impl.db.AuthorizationCheck
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
| Methods inherited from class org.camunda.bpm.engine.impl.AbstractQuery |
addExpression, addValidator, asc, checkQueryOk, count, desc, direction, evaluateExpressions, evaluateExpressionsAndExecuteCount, evaluateExpressionsAndExecuteList, execute, executeSingleResult, extend, getExpressions, getMethod, getOrderBy, getOrderingProperties, hasExcludingConditions, list, listPage, mergeExpressions, mergeOrdering, orderBy, orderBy, removeValidator, setCommandExecutor, setExpressions, setOrderingProperties, singleResult, validate, validate |
| Methods inherited from class org.camunda.bpm.engine.impl.db.ListQueryParameterObject |
getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getParameter, setDatabaseType, setFirstResult, setMaxResults, setOrderBy, setParameter |
| Methods inherited from class org.camunda.bpm.engine.impl.db.AuthorizationCheck |
addAtomicPermissionCheck, getAuthDefaultPerm, getAuthGroupIds, getAuthUserId, getPermissionChecks, isAuthorizationCheckEnabled, setAtomicPermissionChecks, setAuthDefaultPerm, setAuthGroupIds, setAuthorizationCheckEnabled, setAuthUserId, setPermissionChecks |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
satisfied
protected boolean satisfied
CaseSentryPartQueryImpl
public CaseSentryPartQueryImpl()
CaseSentryPartQueryImpl
public CaseSentryPartQueryImpl(CommandExecutor commandExecutor)
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)
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:
executeCount in class AbstractQuery<CaseSentryPartQueryImpl,CaseSentryPartEntity>
executeList
public List<CaseSentryPartEntity> executeList(CommandContext commandContext,
Page page)
- Description copied from class:
AbstractQuery
- Executes the actual query to retrieve the list of results.
- Specified by:
executeList in class AbstractQuery<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()
isSatisfied
public boolean isSatisfied()
Copyright © 2016 camunda services GmbH. All rights reserved.