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

Packages that use CaseSentryPartQueryImpl
org.camunda.bpm.engine.impl.cmmn.entity.runtime   
org.camunda.bpm.engine.impl.test   
 

Uses of CaseSentryPartQueryImpl in org.camunda.bpm.engine.impl.cmmn.entity.runtime
 

Methods in org.camunda.bpm.engine.impl.cmmn.entity.runtime that return CaseSentryPartQueryImpl
 CaseSentryPartQueryImpl CaseSentryPartQueryImpl.caseExecutionId(String caseExecutionId)
           
 CaseSentryPartQueryImpl CaseSentryPartQueryImpl.caseInstanceId(String caseInstanceId)
           
 CaseSentryPartQueryImpl CaseSentryPartQueryImpl.caseSentryPartId(String caseSentryPartId)
           
 CaseSentryPartQueryImpl CaseSentryPartQueryImpl.orderByCaseExecutionId()
           
 CaseSentryPartQueryImpl CaseSentryPartQueryImpl.orderByCaseInstanceId()
           
 CaseSentryPartQueryImpl CaseSentryPartQueryImpl.orderByCaseSentryId()
           
 CaseSentryPartQueryImpl CaseSentryPartQueryImpl.orderBySentryId()
           
 CaseSentryPartQueryImpl CaseSentryPartQueryImpl.orderBySource()
           
 CaseSentryPartQueryImpl CaseSentryPartQueryImpl.satisfied()
           
 CaseSentryPartQueryImpl CaseSentryPartQueryImpl.sentryId(String sentryId)
           
 CaseSentryPartQueryImpl CaseSentryPartQueryImpl.sourceCaseExecutionId(String sourceCaseExecutionId)
           
 CaseSentryPartQueryImpl CaseSentryPartQueryImpl.standardEvent(String standardEvent)
           
 CaseSentryPartQueryImpl CaseSentryPartQueryImpl.type(String type)
           
 

Methods in org.camunda.bpm.engine.impl.cmmn.entity.runtime with parameters of type CaseSentryPartQueryImpl
 List<CaseSentryPartEntity> CaseSentryPartManager.findCaseSentryPartByQueryCriteria(CaseSentryPartQueryImpl caseSentryPartQuery, Page page)
           
 long CaseSentryPartManager.findCaseSentryPartCountByQueryCriteria(CaseSentryPartQueryImpl caseSentryPartQuery)
           
 

Uses of CaseSentryPartQueryImpl in org.camunda.bpm.engine.impl.test
 

Methods in org.camunda.bpm.engine.impl.test that return CaseSentryPartQueryImpl
protected  CaseSentryPartQueryImpl CmmnProcessEngineTestCase.createCaseSentryPartQuery()
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.