Package org.flowable.spring.boot.content
Class FlowableContentProperties
- java.lang.Object
-
- org.flowable.spring.boot.content.FlowableContentProperties
-
@ConfigurationProperties(prefix="flowable.content") public class FlowableContentProperties extends Object
Properties for configuring the content engine.- Author:
- Filip Hrisafov
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFlowableContentProperties.StorageThe storage configuration for the content engine.
-
Constructor Summary
Constructors Constructor Description FlowableContentProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FlowableServletgetServlet()FlowableContentProperties.StoragegetStorage()booleanisEnabled()voidsetEnabled(boolean enabled)
-
-
-
Method Detail
-
isEnabled
public boolean isEnabled()
-
setEnabled
public void setEnabled(boolean enabled)
-
getServlet
public FlowableServlet getServlet()
-
getStorage
public FlowableContentProperties.Storage getStorage()
-
-