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