Uses of Class
com.flowable.spring.boot.process.FlowableProcessProperties
| Package | Description |
|---|---|
| com.flowable.spring.boot |
-
Uses of FlowableProcessProperties in com.flowable.spring.boot
Fields in com.flowable.spring.boot declared as FlowableProcessProperties Modifier and Type Field Description protected FlowableProcessPropertiesProcessEngineAutoConfiguration. processPropertiesMethods in com.flowable.spring.boot with parameters of type FlowableProcessProperties Modifier and Type Method Description org.springframework.boot.web.servlet.ServletRegistrationBean<org.springframework.web.servlet.DispatcherServlet>RestApiAutoConfiguration.ExternalJobRestApiConfiguration. externalJobRestService(FlowableProcessProperties properties)org.springframework.boot.web.servlet.ServletRegistrationBean<org.springframework.web.servlet.DispatcherServlet>RestApiAutoConfiguration.ProcessEngineRestApiConfiguration. processService(FlowableProcessProperties properties)Constructors in com.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, AsyncHistoryProperties asyncHistoryProperties)