Package org.camunda.bpm.run
Class CamundaBpmRunDeploymentConfiguration
- java.lang.Object
-
- All Implemented Interfaces:
ProcessEnginePlugin
,CamundaDeploymentConfiguration
,CamundaProcessEngineConfiguration
,org.springframework.beans.factory.Aware
,org.springframework.beans.factory.BeanNameAware
public class CamundaBpmRunDeploymentConfiguration extends DefaultDeploymentConfiguration
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CAMUNDA_DEPLOYMENT_DIR_PROPERTY
-
Fields inherited from class org.camunda.bpm.spring.boot.starter.configuration.impl.AbstractCamundaConfiguration
camundaBpmProperties, LOG
-
Fields inherited from class org.camunda.bpm.engine.spring.SpringProcessEnginePlugin
beanName
-
-
Constructor Summary
Constructors Constructor Description CamundaBpmRunDeploymentConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<org.springframework.core.io.Resource>
getDeploymentResources()
-
Methods inherited from class org.camunda.bpm.spring.boot.starter.configuration.impl.DefaultDeploymentConfiguration
preInit
-
Methods inherited from class org.camunda.bpm.spring.boot.starter.configuration.impl.AbstractCamundaConfiguration
createToString, fail
-
Methods inherited from class org.camunda.bpm.spring.boot.starter.util.SpringBootProcessEnginePlugin
postInit, postInit, postProcessEngineBuild, postProcessEngineBuild, preInit
-
Methods inherited from class org.camunda.bpm.engine.spring.SpringProcessEnginePlugin
setBeanName, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.camunda.bpm.spring.boot.starter.configuration.CamundaProcessEngineConfiguration
postInit, postProcessEngineBuild, preInit
-
-
-
-
Field Detail
-
CAMUNDA_DEPLOYMENT_DIR_PROPERTY
public static final java.lang.String CAMUNDA_DEPLOYMENT_DIR_PROPERTY
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDeploymentResources
public java.util.Set<org.springframework.core.io.Resource> getDeploymentResources()
- Specified by:
getDeploymentResources
in interfaceCamundaDeploymentConfiguration
- Overrides:
getDeploymentResources
in classDefaultDeploymentConfiguration
-
-