org.camunda.bpm.engine.impl.cmmn.entity.runtime
Class CaseSentryPartQueryImpl

java.lang.Object
  extended by org.camunda.bpm.engine.impl.db.AuthorizationCheck
      extended by org.camunda.bpm.engine.impl.db.ListQueryParameterObject
          extended by org.camunda.bpm.engine.impl.AbstractQuery<CaseSentryPartQueryImpl,CaseSentryPartEntity>
              extended by 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

Field Summary
protected  String caseExecutionId
           
protected  String caseInstanceId
           
protected  String id
           
protected  boolean satisfied
           
protected  String sentryId
           
protected  String sourceCaseExecutionId
           
protected  String standardEvent
           
protected  String type
           
 
Fields inherited from class org.camunda.bpm.engine.impl.AbstractQuery
commandExecutor, expressions, orderingProperties, resultType, SORTORDER_ASC, SORTORDER_DESC, validators
 
Fields inherited from class org.camunda.bpm.engine.impl.db.ListQueryParameterObject
databaseType, DEFAULT_ORDER_BY, firstResult, maxResults, orderBy, parameter
 
Fields inherited from class org.camunda.bpm.engine.impl.db.AuthorizationCheck
authDefaultPerm, authGroupIds, authUserId, isAuthorizationCheckEnabled, permissionChecks
 
Constructor Summary
CaseSentryPartQueryImpl()
           
CaseSentryPartQueryImpl(CommandExecutor commandExecutor)
           
 
Method Summary
 CaseSentryPartQueryImpl caseExecutionId(String caseExecutionId)
           
 CaseSentryPartQueryImpl caseInstanceId(String caseInstanceId)
           
 CaseSentryPartQueryImpl caseSentryPartId(String caseSentryPartId)
           
 long executeCount(CommandContext commandContext)
           
 List<CaseSentryPartEntity> executeList(CommandContext commandContext, Page page)
          Executes the actual query to retrieve the list of results.
 String getCaseExecutionId()
           
 String getCaseInstanceId()
           
 String getId()
           
 String getSentryId()
           
 String getSourceCaseExecutionId()
           
 String getStandardEvent()
           
 String getType()
           
 boolean isSatisfied()
           
 CaseSentryPartQueryImpl orderByCaseExecutionId()
           
 CaseSentryPartQueryImpl orderByCaseInstanceId()
           
 CaseSentryPartQueryImpl orderByCaseSentryId()
           
 CaseSentryPartQueryImpl orderBySentryId()
           
 CaseSentryPartQueryImpl orderBySource()
           
 CaseSentryPartQueryImpl satisfied()
           
 CaseSentryPartQueryImpl sentryId(String sentryId)
           
 CaseSentryPartQueryImpl sourceCaseExecutionId(String sourceCaseExecutionId)
           
 CaseSentryPartQueryImpl standardEvent(String standardEvent)
           
 CaseSentryPartQueryImpl type(String type)
           
 
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
 

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

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)

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 © 2015 camunda services GmbH. All rights reserved.