Interface IDfDmsConfig

All Superinterfaces:
IDfPersistentObject, IDfSysObject, IDfTypedObject

public interface IDfDmsConfig extends IDfSysObject
Dms config object
  • Method Details

    • isEnabled

      boolean isEnabled() throws DfException
      Returns whether DMS is enabled.
      Returns:
      true, if dms is enabled, false otherwise.
      Throws:
      DfException - if a server error occurs
    • setEnabled

      void setEnabled(boolean isEnabled) throws DfException
      Sets whether DMS is enabled.
      Parameters:
      isEnabled - true, if dms should be enabled, false otherwise.
      Throws:
      DfException - if a server error occurs
    • getMessagePostUrl

      String getMessagePostUrl() throws DfException
      Returns URL that can be used to post messages to DMS
      Returns:
      post message URL as String
      Throws:
      DfException - if a server error occurs
    • setMessagePostUrl

      void setMessagePostUrl(String url) throws DfException
      Sets URL that can be used to post messages to DMS
      Parameters:
      url - URL that can be used to post messages to DMS
      Throws:
      DfException - if a server error occurs
    • getMessageConsumeUrl

      String getMessageConsumeUrl() throws DfException
      Returns URL that can be used by agents to consume messages from DMS in a pull mode
      Returns:
      URL as String.
      Throws:
      DfException - if a server error occurs
    • setMessageConsumeUrl

      void setMessageConsumeUrl(String url) throws DfException
      Sets URL that can be used by agents to consume messages from DMS in a pull mode
      Parameters:
      url - URL as String
      Throws:
      DfException - if a server error occurs
    • getServerMajorVersion

      String getServerMajorVersion() throws DfException
      Returns server major version
      Returns:
      returns the server major version
      Throws:
      DfException - if a server error occurs
    • setServerMajorVersion

      void setServerMajorVersion(String majorVersion) throws DfException
      Sets server major version
      Parameters:
      majorVersion - server major version
      Throws:
      DfException - if a server error occurs
    • getServerMinorVersion

      String getServerMinorVersion() throws DfException
      Returns the server minor version
      Returns:
      returns the server minor version
      Throws:
      DfException - if a server error occurs
    • setServerMinorVersion

      void setServerMinorVersion(String minorVersion) throws DfException
      Sets the server minor version
      Parameters:
      minorVersion - server minor version
      Throws:
      DfException - if a server error occurs