Uses of Class
org.flowable.spring.boot.process.FlowableProcessProperties
Packages that use FlowableProcessProperties
-
Uses of FlowableProcessProperties in org.flowable.spring.boot
Fields in org.flowable.spring.boot declared as FlowableProcessPropertiesModifier and TypeFieldDescriptionprotected final FlowableProcessPropertiesProcessEngineAutoConfiguration.processPropertiesMethods in org.flowable.spring.boot with parameters of type FlowableProcessPropertiesModifier and TypeMethodDescriptionorg.springframework.boot.web.servlet.ServletRegistrationBeanRestApiAutoConfiguration.ExternalJobRestApiConfiguration.externalJobRestService(FlowableProcessProperties properties) org.springframework.boot.web.servlet.ServletRegistrationBeanRestApiAutoConfiguration.ProcessEngineRestApiConfiguration.processService(FlowableProcessProperties properties) Constructors in org.flowable.spring.boot with parameters of type FlowableProcessPropertiesModifierConstructorDescriptionProcessEngineAutoConfiguration(FlowableProperties flowableProperties, FlowableProcessProperties processProperties, FlowableAppProperties appProperties, FlowableIdmProperties idmProperties, FlowableEventRegistryProperties eventProperties, FlowableMailProperties mailProperties, FlowableHttpProperties httpProperties, FlowableAutoDeploymentProperties autoDeploymentProperties)