Interface SystemConfiguration

All Known Implementing Classes:
SystemConfigurationImpl

public interface SystemConfiguration
Author:
Filip Hrisafov
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    The technical id of the configuration
    The time when this system configuration was last updated.
    The name of the node that this configuration property applies to
    The type of the system configuration property.
    com.fasterxml.jackson.databind.node.ObjectNode
    The value of the configuration property.
  • Field Details

  • Method Details

    • getId

      String getId()
      The technical id of the configuration
    • getType

      String getType()
      The type of the system configuration property.
    • getNodeName

      String getNodeName()
      The name of the node that this configuration property applies to
    • getLastUpdateTime

      Date getLastUpdateTime()
      The time when this system configuration was last updated.
    • getValue

      com.fasterxml.jackson.databind.node.ObjectNode getValue()
      The value of the configuration property.