Uses of Interface
org.flowable.cmmn.api.CmmnRuntimeService
Packages that use CmmnRuntimeService
Package
Description
-
Uses of CmmnRuntimeService in org.flowable.cmmn.api
Methods in org.flowable.cmmn.api that return CmmnRuntimeService -
Uses of CmmnRuntimeService in org.flowable.cmmn.engine
Fields in org.flowable.cmmn.engine declared as CmmnRuntimeServiceModifier and TypeFieldDescriptionprotected CmmnRuntimeService
CmmnEngineConfiguration.cmmnRuntimeService
Methods in org.flowable.cmmn.engine that return CmmnRuntimeServiceModifier and TypeMethodDescriptionCmmnEngine.getCmmnRuntimeService()
CmmnEngineConfiguration.getCmmnRuntimeService()
Methods in org.flowable.cmmn.engine with parameters of type CmmnRuntimeServiceModifier and TypeMethodDescriptionCmmnEngineConfiguration.setCmmnRuntimeService
(CmmnRuntimeService cmmnRuntimeService) -
Uses of CmmnRuntimeService in org.flowable.cmmn.engine.impl
Fields in org.flowable.cmmn.engine.impl declared as CmmnRuntimeServiceMethods in org.flowable.cmmn.engine.impl that return CmmnRuntimeServiceMethods in org.flowable.cmmn.engine.impl with parameters of type CmmnRuntimeServiceModifier and TypeMethodDescriptionvoid
CmmnEngineImpl.setCmmnRuntimeService
(CmmnRuntimeService cmmnRuntimeService) -
Uses of CmmnRuntimeService in org.flowable.cmmn.engine.impl.behavior.impl
Methods in org.flowable.cmmn.engine.impl.behavior.impl with parameters of type CmmnRuntimeServiceModifier and TypeMethodDescriptionprotected void
CaseTaskActivityBehavior.handleOutParameters
(DelegatePlanItemInstance planItemInstance, CaseInstanceEntity caseInstance, CmmnRuntimeService cmmnRuntimeService, CmmnEngineConfiguration cmmnEngineConfiguration) -
Uses of CmmnRuntimeService in org.flowable.cmmn.engine.impl.eventregistry
Methods in org.flowable.cmmn.engine.impl.eventregistry with parameters of type CmmnRuntimeServiceModifier and TypeMethodDescriptionprotected long
CmmnEventRegistryEventConsumer.countCaseInstances
(CmmnRuntimeService cmmnRuntimeService, EventInstance eventInstance, CorrelationKey correlationKey, CaseDefinition caseDefinition) protected boolean
CmmnEventRegistryEventConsumer.handleEventSubscription
(CmmnRuntimeService cmmnRuntimeService, EventSubscription eventSubscription, EventInstance eventInstance, Collection<CorrelationKey> correlationKeys, EventConsumerInfo eventConsumerInfo) protected void
CmmnEventRegistryEventConsumer.startCaseInstance
(CmmnRuntimeService cmmnRuntimeService, EventSubscription eventSubscription, EventInstance eventInstance, CorrelationKey correlationKey) -
Uses of CmmnRuntimeService in org.flowable.cmmn.engine.impl.runtime
Classes in org.flowable.cmmn.engine.impl.runtime that implement CmmnRuntimeService -
Uses of CmmnRuntimeService in org.flowable.cmmn.engine.impl.util
Methods in org.flowable.cmmn.engine.impl.util that return CmmnRuntimeServiceModifier and TypeMethodDescriptionstatic CmmnRuntimeService
CommandContextUtil.getCmmnRuntimeService()
-
Uses of CmmnRuntimeService in org.flowable.cmmn.engine.test
Fields in org.flowable.cmmn.engine.test declared as CmmnRuntimeServiceModifier and TypeFieldDescriptionprotected CmmnRuntimeService
AbstractFlowableCmmnTestCase.cmmnRuntimeService
protected CmmnRuntimeService
FlowableCmmnRule.cmmnRuntimeService
Methods in org.flowable.cmmn.engine.test that return CmmnRuntimeService -
Uses of CmmnRuntimeService in org.flowable.cmmn.rest.service.api.history.caze
Fields in org.flowable.cmmn.rest.service.api.history.caze declared as CmmnRuntimeServiceModifier and TypeFieldDescriptionprotected CmmnRuntimeService
HistoricCaseInstanceResource.cmmnRuntimeService
-
Uses of CmmnRuntimeService in org.flowable.cmmn.rest.service.api.runtime.caze
Fields in org.flowable.cmmn.rest.service.api.runtime.caze declared as CmmnRuntimeServiceModifier and TypeFieldDescriptionprotected CmmnRuntimeService
BaseCaseInstanceResource.runtimeService
protected CmmnRuntimeService
EventSubscriptionCollectionResource.runtimeService
protected CmmnRuntimeService
EventSubscriptionResource.runtimeService
-
Uses of CmmnRuntimeService in org.flowable.cmmn.rest.service.api.runtime.planitem
Fields in org.flowable.cmmn.rest.service.api.runtime.planitem declared as CmmnRuntimeServiceModifier and TypeFieldDescriptionprotected CmmnRuntimeService
PlanItemInstanceBaseResource.runtimeService
-
Uses of CmmnRuntimeService in org.flowable.cmmn.rest.service.api.runtime.task
Fields in org.flowable.cmmn.rest.service.api.runtime.task declared as CmmnRuntimeServiceModifier and TypeFieldDescriptionprotected CmmnRuntimeService
TaskVariableBaseResource.runtimeService
-
Uses of CmmnRuntimeService in org.flowable.cmmn.rest.service.api.runtime.variable
Fields in org.flowable.cmmn.rest.service.api.runtime.variable declared as CmmnRuntimeServiceModifier and TypeFieldDescriptionprotected CmmnRuntimeService
VariableInstanceBaseResource.runtimeService
-
Uses of CmmnRuntimeService in org.flowable.engine.impl.util
Methods in org.flowable.engine.impl.util that return CmmnRuntimeServiceModifier and TypeMethodDescriptionstatic CmmnRuntimeService
EngineServiceUtil.getCmmnRuntimeService
(AbstractEngineConfiguration engineConfiguration)