Class SystemConfigurationImpl
java.lang.Object
com.flowable.platform.engine.impl.configuration.system.SystemConfigurationImpl
- All Implemented Interfaces:
SystemConfiguration
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Dateprotected Stringprotected Stringprotected com.fasterxml.jackson.databind.node.ObjectNodeFields inherited from interface com.flowable.platform.api.configuration.system.SystemConfiguration
ALL_NODES_NODE_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SystemConfigurationImplfromConfigurationProperty(ConfigurationProperty property, com.fasterxml.jackson.databind.node.ObjectNode value) getId()The technical id of the configurationThe time when this system configuration was last updated.The name of the node that this configuration property applies togetType()The type of the system configuration property.com.fasterxml.jackson.databind.node.ObjectNodegetValue()The value of the configuration property.voidvoidsetLastUpdateTime(Date lastUpdateTime) voidsetNodeName(String nodeName) voidvoidsetValue(com.fasterxml.jackson.databind.node.ObjectNode value)
-
Field Details
-
id
-
type
-
nodeName
-
lastUpdateTime
-
value
protected com.fasterxml.jackson.databind.node.ObjectNode value
-
-
Constructor Details
-
SystemConfigurationImpl
public SystemConfigurationImpl()
-
-
Method Details
-
getId
Description copied from interface:SystemConfigurationThe technical id of the configuration- Specified by:
getIdin interfaceSystemConfiguration
-
setId
-
getType
Description copied from interface:SystemConfigurationThe type of the system configuration property.- Specified by:
getTypein interfaceSystemConfiguration
-
setType
-
getNodeName
Description copied from interface:SystemConfigurationThe name of the node that this configuration property applies to- Specified by:
getNodeNamein interfaceSystemConfiguration
-
setNodeName
-
getLastUpdateTime
Description copied from interface:SystemConfigurationThe time when this system configuration was last updated.- Specified by:
getLastUpdateTimein interfaceSystemConfiguration
-
setLastUpdateTime
-
getValue
public com.fasterxml.jackson.databind.node.ObjectNode getValue()Description copied from interface:SystemConfigurationThe value of the configuration property.- Specified by:
getValuein interfaceSystemConfiguration
-
setValue
public void setValue(com.fasterxml.jackson.databind.node.ObjectNode value) -
fromConfigurationProperty
public static SystemConfigurationImpl fromConfigurationProperty(ConfigurationProperty property, com.fasterxml.jackson.databind.node.ObjectNode value)
-