Uses of Class
org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartEntity
-
Packages that use CaseSentryPartEntity Package Description org.camunda.bpm.engine.impl.cmmn.entity.runtime -
-
Uses of CaseSentryPartEntity in org.camunda.bpm.engine.impl.cmmn.entity.runtime
Fields in org.camunda.bpm.engine.impl.cmmn.entity.runtime with type parameters of type CaseSentryPartEntity Modifier and Type Field Description protected List<CaseSentryPartEntity>CaseExecutionEntity. caseSentryPartsnested case sentry partsMethods in org.camunda.bpm.engine.impl.cmmn.entity.runtime that return CaseSentryPartEntity Modifier and Type Method Description protected CaseSentryPartEntityCaseExecutionEntity. newSentryPart()Methods in org.camunda.bpm.engine.impl.cmmn.entity.runtime that return types with arguments of type CaseSentryPartEntity Modifier and Type Method Description List<CaseSentryPartEntity>CaseSentryPartQueryImpl. executeList(CommandContext commandContext, Page page)List<CaseSentryPartEntity>CaseSentryPartManager. findCaseSentryPartByQueryCriteria(CaseSentryPartQueryImpl caseSentryPartQuery, Page page)List<CaseSentryPartEntity>CaseSentryPartManager. findCaseSentryPartsByCaseExecutionId(String caseExecutionId)List<CaseSentryPartEntity>CaseExecutionEntity. getCaseSentryParts()Methods in org.camunda.bpm.engine.impl.cmmn.entity.runtime with parameters of type CaseSentryPartEntity Modifier and Type Method Description voidCaseSentryPartManager. deleteSentryPart(CaseSentryPartEntity caseSentryPart)voidCaseSentryPartManager. insertCaseSentryPart(CaseSentryPartEntity caseSentryPart)
-