| Interface and Description |
|---|
| org.flowable.spring.boot.ProcessEngineConfigurationConfigurer |
| Method and Description |
|---|
| org.flowable.spring.boot.FlowableProperties.getRestApiMapping()
use
org.flowable.spring.boot.process.FlowableProcessProperties#getServlet()#getPath() |
| org.flowable.spring.boot.FlowableProperties.getRestApiServletName()
use
org.flowable.spring.boot.process.FlowableProcessProperties#getServlet()#getName() |
| org.flowable.spring.boot.FlowableProperties.isDbIdentityUsed() |
| org.flowable.spring.boot.FlowableProperties.setDbIdentityUsed(boolean) |
| org.flowable.spring.boot.FlowableProperties.setRestApiMapping(String)
use
org.flowable.spring.boot.process.FlowableProcessProperties#getServlet()#setPath() |
| org.flowable.spring.boot.FlowableProperties.setRestApiServletName(String)
use
org.flowable.spring.boot.process.FlowableProcessProperties#getServlet()#setName() |
Copyright © 2021 Flowable. All rights reserved.