Uses of Class
org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartQueryImpl
-
Packages that use CaseSentryPartQueryImpl Package Description org.camunda.bpm.engine.impl.cmmn.entity.runtime -
-
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 Modifier and Type Method Description CaseSentryPartQueryImpl
CaseSentryPartQueryImpl. caseExecutionId(java.lang.String caseExecutionId)
CaseSentryPartQueryImpl
CaseSentryPartQueryImpl. caseInstanceId(java.lang.String caseInstanceId)
CaseSentryPartQueryImpl
CaseSentryPartQueryImpl. caseSentryPartId(java.lang.String caseSentryPartId)
CaseSentryPartQueryImpl
CaseSentryPartQueryImpl. orderByCaseExecutionId()
CaseSentryPartQueryImpl
CaseSentryPartQueryImpl. orderByCaseInstanceId()
CaseSentryPartQueryImpl
CaseSentryPartQueryImpl. orderByCaseSentryId()
CaseSentryPartQueryImpl
CaseSentryPartQueryImpl. orderBySentryId()
CaseSentryPartQueryImpl
CaseSentryPartQueryImpl. orderBySource()
CaseSentryPartQueryImpl
CaseSentryPartQueryImpl. satisfied()
CaseSentryPartQueryImpl
CaseSentryPartQueryImpl. sentryId(java.lang.String sentryId)
CaseSentryPartQueryImpl
CaseSentryPartQueryImpl. sourceCaseExecutionId(java.lang.String sourceCaseExecutionId)
CaseSentryPartQueryImpl
CaseSentryPartQueryImpl. standardEvent(java.lang.String standardEvent)
CaseSentryPartQueryImpl
CaseSentryPartQueryImpl. type(java.lang.String type)
CaseSentryPartQueryImpl
CaseSentryPartQueryImpl. variableEvent(java.lang.String variableEvent)
CaseSentryPartQueryImpl
CaseSentryPartQueryImpl. variableName(java.lang.String variableName)
Methods in org.camunda.bpm.engine.impl.cmmn.entity.runtime with parameters of type CaseSentryPartQueryImpl Modifier and Type Method Description java.util.List<CaseSentryPartEntity>
CaseSentryPartManager. findCaseSentryPartByQueryCriteria(CaseSentryPartQueryImpl caseSentryPartQuery, Page page)
long
CaseSentryPartManager. findCaseSentryPartCountByQueryCriteria(CaseSentryPartQueryImpl caseSentryPartQuery)
-