Interface SystemConfiguration
- 
- All Known Implementing Classes:
- SystemConfigurationImpl
 
 public interface SystemConfiguration- Author:
- Filip Hrisafov
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringALL_NODES_NODE_NAME
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()The technical id of the configurationDategetLastUpdateTime()The time when this system configuration was last updated.StringgetNodeName()The name of the node that this configuration property applies toStringgetType()The type of the system configuration property.com.fasterxml.jackson.databind.node.ObjectNodegetValue()The value of the configuration property.
 
- 
- 
- 
Field Detail- 
ALL_NODES_NODE_NAMEstatic final String ALL_NODES_NODE_NAME - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getIdString getId() The technical id of the configuration
 - 
getTypeString getType() The type of the system configuration property.
 - 
getNodeNameString getNodeName() The name of the node that this configuration property applies to
 - 
getLastUpdateTimeDate getLastUpdateTime() The time when this system configuration was last updated.
 - 
getValuecom.fasterxml.jackson.databind.node.ObjectNode getValue() The value of the configuration property.
 
- 
 
-