Uses of Class
org.flowable.spring.boot.app.FlowableAppProperties
-
Packages that use FlowableAppProperties Package Description org.flowable.spring.boot org.flowable.spring.boot.app -
-
Uses of FlowableAppProperties in org.flowable.spring.boot
Fields in org.flowable.spring.boot declared as FlowableAppProperties Modifier and Type Field Description protected FlowableAppPropertiesProcessEngineAutoConfiguration. appPropertiesMethods in org.flowable.spring.boot with parameters of type FlowableAppProperties Modifier and Type Method Description org.springframework.boot.web.servlet.ServletRegistrationBeanRestApiAutoConfiguration.AppEngineRestApiConfiguration. appServlet(FlowableAppProperties properties)Constructors in org.flowable.spring.boot with parameters of type FlowableAppProperties Constructor Description ProcessEngineAutoConfiguration(FlowableProperties flowableProperties, FlowableProcessProperties processProperties, FlowableAppProperties appProperties, FlowableIdmProperties idmProperties, FlowableEventRegistryProperties eventProperties, FlowableMailProperties mailProperties, FlowableHttpProperties httpProperties, FlowableAutoDeploymentProperties autoDeploymentProperties) -
Uses of FlowableAppProperties in org.flowable.spring.boot.app
Fields in org.flowable.spring.boot.app declared as FlowableAppProperties Modifier and Type Field Description protected FlowableAppPropertiesAppEngineAutoConfiguration. appPropertiesConstructors in org.flowable.spring.boot.app with parameters of type FlowableAppProperties Constructor Description AppEngineAutoConfiguration(FlowableProperties flowableProperties, FlowableAppProperties appProperties, FlowableIdmProperties idmProperties, FlowableEventRegistryProperties eventProperties, FlowableAutoDeploymentProperties autoDeploymentProperties)
-