Uses of Class
org.activiti.engine.impl.bpmn.deployer.EventSubscriptionManager
-
Packages that use EventSubscriptionManager Package Description org.activiti.engine.impl.bpmn.deployer org.activiti.engine.impl.cfg -
-
Uses of EventSubscriptionManager in org.activiti.engine.impl.bpmn.deployer
Fields in org.activiti.engine.impl.bpmn.deployer declared as EventSubscriptionManager Modifier and Type Field Description protected EventSubscriptionManagerBpmnDeploymentHelper. eventSubscriptionManagerMethods in org.activiti.engine.impl.bpmn.deployer that return EventSubscriptionManager Modifier and Type Method Description EventSubscriptionManagerBpmnDeploymentHelper. getEventSubscriptionManager()Methods in org.activiti.engine.impl.bpmn.deployer with parameters of type EventSubscriptionManager Modifier and Type Method Description voidBpmnDeploymentHelper. setEventSubscriptionManager(EventSubscriptionManager eventSubscriptionManager) -
Uses of EventSubscriptionManager in org.activiti.engine.impl.cfg
Fields in org.activiti.engine.impl.cfg declared as EventSubscriptionManager Modifier and Type Field Description protected EventSubscriptionManagerProcessEngineConfigurationImpl. eventSubscriptionManagerMethods in org.activiti.engine.impl.cfg that return EventSubscriptionManager Modifier and Type Method Description EventSubscriptionManagerProcessEngineConfigurationImpl. getEventSubscriptionManager()Methods in org.activiti.engine.impl.cfg with parameters of type EventSubscriptionManager Modifier and Type Method Description voidProcessEngineConfigurationImpl. setEventSubscriptionManager(EventSubscriptionManager eventSubscriptionManager)
-