Uses of Interface
org.eximeebpms.bpm.engine.runtime.CaseExecution
Packages that use CaseExecution
-
Uses of CaseExecution in org.eximeebpms.bpm.engine.impl.cfg
Methods in org.eximeebpms.bpm.engine.impl.cfg with parameters of type CaseExecutionModifier and TypeMethodDescriptionvoidCommandChecker.checkReadCaseInstance(CaseExecution caseExecution) Check if it is allowed to read a case instance of the given case execution.voidCommandChecker.checkUpdateCaseInstance(CaseExecution caseExecution) Check if it is allowed to update a case instance of the given case execution. -
Uses of CaseExecution in org.eximeebpms.bpm.engine.impl.cfg.auth
Methods in org.eximeebpms.bpm.engine.impl.cfg.auth with parameters of type CaseExecutionModifier and TypeMethodDescriptionvoidAuthorizationCommandChecker.checkReadCaseInstance(CaseExecution caseExecution) voidAuthorizationCommandChecker.checkUpdateCaseInstance(CaseExecution caseExecution) -
Uses of CaseExecution in org.eximeebpms.bpm.engine.impl.cfg.multitenancy
Methods in org.eximeebpms.bpm.engine.impl.cfg.multitenancy with parameters of type CaseExecutionModifier and TypeMethodDescriptionvoidTenantCommandChecker.checkReadCaseInstance(CaseExecution caseExecution) voidTenantCommandChecker.checkUpdateCaseInstance(CaseExecution caseExecution) -
Uses of CaseExecution in org.eximeebpms.bpm.engine.impl.cmmn.entity.runtime
Classes in org.eximeebpms.bpm.engine.impl.cmmn.entity.runtime that implement CaseExecutionMethods in org.eximeebpms.bpm.engine.impl.cmmn.entity.runtime that return types with arguments of type CaseExecutionModifier and TypeMethodDescriptionCaseExecutionQueryImpl.executeList(CommandContext commandContext, Page page) CaseExecutionManager.findCaseExecutionsByQueryCriteria(CaseExecutionQueryImpl caseExecutionQuery, Page page) -
Uses of CaseExecution in org.eximeebpms.bpm.engine.runtime
Subinterfaces of CaseExecution in org.eximeebpms.bpm.engine.runtime