@ConfigurationProperties(prefix="flowable.content") public class FlowableContentProperties extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FlowableContentProperties.Storage
The storage configuration for the content engine.
|
| Constructor and Description |
|---|
FlowableContentProperties() |
| Modifier and Type | Method and Description |
|---|---|
FlowableServlet |
getServlet() |
FlowableContentProperties.Storage |
getStorage() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
public boolean isEnabled()
public void setEnabled(boolean enabled)
public FlowableServlet getServlet()
public FlowableContentProperties.Storage getStorage()
Copyright © 2022 Flowable. All rights reserved.