Uses of Class
org.flowable.spring.boot.process.FlowableProcessProperties
-
Packages that use FlowableProcessProperties Package Description org.flowable.spring.boot -
-
Uses of FlowableProcessProperties in org.flowable.spring.boot
Fields in org.flowable.spring.boot declared as FlowableProcessProperties Modifier and Type Field Description protected FlowableProcessPropertiesProcessEngineAutoConfiguration. processPropertiesMethods in org.flowable.spring.boot with parameters of type FlowableProcessProperties Modifier and Type Method Description org.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 FlowableProcessProperties Constructor Description ProcessEngineAutoConfiguration(FlowableProperties flowableProperties, FlowableProcessProperties processProperties, FlowableAppProperties appProperties, FlowableIdmProperties idmProperties, FlowableEventRegistryProperties eventProperties, FlowableMailProperties mailProperties, FlowableHttpProperties httpProperties, FlowableAutoDeploymentProperties autoDeploymentProperties)
-