Uses of Class
com.flowable.spring.boot.FlowableServlet
-
Uses of FlowableServlet in com.flowable.spring.boot.app
Methods in com.flowable.spring.boot.app that return FlowableServlet Modifier and Type Method Description FlowableServletFlowableAppProperties. getServlet() -
Uses of FlowableServlet in com.flowable.spring.boot.cmmn
Methods in com.flowable.spring.boot.cmmn that return FlowableServlet Modifier and Type Method Description FlowableServletFlowableCmmnProperties. getServlet() -
Uses of FlowableServlet in com.flowable.spring.boot.content
Methods in com.flowable.spring.boot.content that return FlowableServlet Modifier and Type Method Description FlowableServletFlowableContentProperties. getServlet() -
Uses of FlowableServlet in com.flowable.spring.boot.core
Methods in com.flowable.spring.boot.core that return FlowableServlet Modifier and Type Method Description FlowableServletFlowableCoreProperties. getServlet() -
Uses of FlowableServlet in com.flowable.spring.boot.dmn
Methods in com.flowable.spring.boot.dmn that return FlowableServlet Modifier and Type Method Description FlowableServletFlowableDmnProperties. getServlet() -
Uses of FlowableServlet in com.flowable.spring.boot.eventregistry
Methods in com.flowable.spring.boot.eventregistry that return FlowableServlet Modifier and Type Method Description FlowableServletFlowableEventRegistryProperties. getServlet() -
Uses of FlowableServlet in com.flowable.spring.boot.form
Methods in com.flowable.spring.boot.form that return FlowableServlet Modifier and Type Method Description FlowableServletFlowableFormProperties. getServlet() -
Uses of FlowableServlet in com.flowable.spring.boot.idm
Methods in com.flowable.spring.boot.idm that return FlowableServlet Modifier and Type Method Description FlowableServletFlowableIdmProperties. getServlet() -
Uses of FlowableServlet in com.flowable.spring.boot.metrics
Fields in com.flowable.spring.boot.metrics declared as FlowableServlet Modifier and Type Field Description protected FlowableServletFlowableMetricsProperties. servletThe servlet configuration for the Rest APIMethods in com.flowable.spring.boot.metrics that return FlowableServlet Modifier and Type Method Description FlowableServletFlowableMetricsProperties. getServlet() -
Uses of FlowableServlet in com.flowable.spring.boot.process
Fields in com.flowable.spring.boot.process declared as FlowableServlet Modifier and Type Field Description protected FlowableServletFlowableProcessProperties. servletThe servlet configuration for the Process Rest API.Methods in com.flowable.spring.boot.process that return FlowableServlet Modifier and Type Method Description FlowableServletFlowableProcessProperties. getServlet() -
Uses of FlowableServlet in com.flowable.spring.boot.rest
Methods in com.flowable.spring.boot.rest with parameters of type FlowableServlet Modifier and Type Method Description protected org.springframework.boot.web.servlet.ServletRegistrationBean<org.springframework.web.servlet.DispatcherServlet>BaseRestApiConfiguration. registerServlet(FlowableServlet servletProperties, java.lang.Class<?> baseConfig)