Uses of Class
com.flowable.spring.boot.eventregistry.FlowableEventRegistryProperties
Package | Description |
---|---|
com.flowable.spring.boot | |
com.flowable.spring.boot.app | |
com.flowable.spring.boot.cmmn | |
com.flowable.spring.boot.eventregistry |
-
Uses of FlowableEventRegistryProperties in com.flowable.spring.boot
Fields in com.flowable.spring.boot declared as FlowableEventRegistryProperties Modifier and Type Field Description protected FlowableEventRegistryProperties
ProcessEngineAutoConfiguration. eventProperties
Methods in com.flowable.spring.boot with parameters of type FlowableEventRegistryProperties Modifier and Type Method Description org.springframework.boot.web.servlet.ServletRegistrationBean<org.springframework.web.servlet.DispatcherServlet>
RestApiAutoConfiguration.EventRegistryRestApiConfiguration. eventRegistryServlet(FlowableEventRegistryProperties properties)
Constructors in com.flowable.spring.boot with parameters of type FlowableEventRegistryProperties Constructor Description ProcessEngineAutoConfiguration(FlowableProperties flowableProperties, FlowableProcessProperties processProperties, FlowableAppProperties appProperties, FlowableIdmProperties idmProperties, FlowableEventRegistryProperties eventProperties, FlowableMailProperties mailProperties, FlowableHttpProperties httpProperties, FlowableAutoDeploymentProperties autoDeploymentProperties, AsyncHistoryProperties asyncHistoryProperties)
-
Uses of FlowableEventRegistryProperties in com.flowable.spring.boot.app
Fields in com.flowable.spring.boot.app declared as FlowableEventRegistryProperties Modifier and Type Field Description protected FlowableEventRegistryProperties
AppEngineAutoConfiguration. eventProperties
Constructors in com.flowable.spring.boot.app with parameters of type FlowableEventRegistryProperties Constructor Description AppEngineAutoConfiguration(FlowableProperties flowableProperties, FlowableAppProperties appProperties, FlowableIdmProperties idmProperties, FlowableEventRegistryProperties eventProperties, FlowableAutoDeploymentProperties autoDeploymentProperties)
-
Uses of FlowableEventRegistryProperties in com.flowable.spring.boot.cmmn
Fields in com.flowable.spring.boot.cmmn declared as FlowableEventRegistryProperties Modifier and Type Field Description protected FlowableEventRegistryProperties
CmmnEngineAutoConfiguration. eventProperties
Constructors in com.flowable.spring.boot.cmmn with parameters of type FlowableEventRegistryProperties Constructor Description CmmnEngineAutoConfiguration(FlowableProperties flowableProperties, FlowableCmmnProperties cmmnProperties, FlowableIdmProperties idmProperties, FlowableEventRegistryProperties eventProperties, FlowableHttpProperties httpProperties, FlowableMailProperties mailProperties, FlowableAutoDeploymentProperties autoDeploymentProperties, AsyncHistoryProperties asyncHistoryProperties)
-
Uses of FlowableEventRegistryProperties in com.flowable.spring.boot.eventregistry
Fields in com.flowable.spring.boot.eventregistry declared as FlowableEventRegistryProperties Modifier and Type Field Description protected FlowableEventRegistryProperties
EventRegistryAutoConfiguration. eventProperties
Constructors in com.flowable.spring.boot.eventregistry with parameters of type FlowableEventRegistryProperties Constructor Description EventRegistryAutoConfiguration(FlowableProperties flowableProperties, FlowableEventRegistryProperties eventProperties, FlowableAutoDeploymentProperties autoDeploymentProperties)