Uses of Interface
org.camunda.bpm.engine.repository.DeploymentHandlerFactory
-
Packages that use DeploymentHandlerFactory Package Description org.camunda.bpm.engine.impl.cfg org.camunda.bpm.engine.impl.repository -
-
Uses of DeploymentHandlerFactory in org.camunda.bpm.engine.impl.cfg
Fields in org.camunda.bpm.engine.impl.cfg declared as DeploymentHandlerFactory Modifier and Type Field Description protected DeploymentHandlerFactory
ProcessEngineConfigurationImpl. deploymentHandlerFactory
Methods in org.camunda.bpm.engine.impl.cfg that return DeploymentHandlerFactory Modifier and Type Method Description DeploymentHandlerFactory
ProcessEngineConfigurationImpl. getDeploymentHandlerFactory()
Methods in org.camunda.bpm.engine.impl.cfg with parameters of type DeploymentHandlerFactory Modifier and Type Method Description ProcessEngineConfigurationImpl
ProcessEngineConfigurationImpl. setDeploymentHandlerFactory(DeploymentHandlerFactory deploymentHandlerFactory)
-
Uses of DeploymentHandlerFactory in org.camunda.bpm.engine.impl.repository
Classes in org.camunda.bpm.engine.impl.repository that implement DeploymentHandlerFactory Modifier and Type Class Description class
DefaultDeploymentHandlerFactory
-