Class FlowableDmnProperties


  • @ConfigurationProperties(prefix="flowable.dmn")
    public class FlowableDmnProperties
    extends Object
    Properties for configuring the dmn engine.
    Author:
    Filip Hrisafov
    • Constructor Detail

      • FlowableDmnProperties

        public FlowableDmnProperties()
    • Method Detail

      • getDeploymentName

        public String getDeploymentName()
      • setDeploymentName

        public void setDeploymentName​(String deploymentName)
      • getResourceLocation

        public String getResourceLocation()
      • setResourceLocation

        public void setResourceLocation​(String resourceLocation)
      • getResourceSuffixes

        public List<String> getResourceSuffixes()
      • setResourceSuffixes

        public void setResourceSuffixes​(List<String> resourceSuffixes)
      • isDeployResources

        public boolean isDeployResources()
      • setDeployResources

        public void setDeployResources​(boolean deployResources)
      • isEnabled

        public boolean isEnabled()
      • setEnabled

        public void setEnabled​(boolean enabled)
      • isHistoryEnabled

        public boolean isHistoryEnabled()
      • setHistoryEnabled

        public void setHistoryEnabled​(boolean historyEnabled)
      • isEnableSafeXml

        public boolean isEnableSafeXml()
      • setEnableSafeXml

        public void setEnableSafeXml​(boolean enableSafeXml)
      • isStrictMode

        public boolean isStrictMode()
      • setStrictMode

        public void setStrictMode​(boolean strictMode)