Class SettingsClassicConnectorService

    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean deleteSetting​(java.lang.String name, java.lang.String section, boolean longSetting)
      Deletes a setting in the backend.
      DocumentId fixRevId​(DocumentId id, boolean force)
      Fix the revision id, if it's empty.
      java.lang.String getActualUser()
      Reads the actual user name from connector.
      java.util.List<java.lang.String> getAllAcls()
      Gets all ACL names.
      java.lang.String getDatabaseType()
      Deprecated.
      com.saperion.config.SQLType getDatabaseType​(java.lang.String ddcName)
      This method returns the type of database the given DDC is stored on.
      com.saperion.intf.DDC getDDC​(java.lang.String definitionName)
      Retrieves the specified DDC.
      java.util.Map<java.lang.String,​java.lang.String> getFastAccessItems()
      Retrieves the fast access items.
      java.util.List<com.saperion.intf.SaFieldDescription> getFieldDescriptionsList​(java.lang.String definitionName)
      Retrieves the field descriptions for the specified definition.
      java.util.List<java.lang.String> getLastLaunched()
      Reads and sort the last launched workflow names.
      java.util.Map<java.lang.String,​java.lang.String> getProperties​(java.lang.String section)
      Reads the properties stored in the given section in the INI configuration files of Saperion.
      com.saperion.ngc.iform.xml.ResultType getResultType​(java.lang.String formName, int id, int rev, java.lang.String ddc)
      Deprecated.
      use getSetting instead
      java.lang.String getSetting​(java.lang.String name, java.lang.String section, boolean longSetting)
      Retrieves a setting from the backend.
      java.util.Map<java.lang.String,​java.lang.String> getUtf8Properties​(java.lang.String section)
      Reads the properties stored in the given section in the INI configuration files of Saperion.
      boolean hasLicence​(com.saperion.rmi.SaFeature.FeatureKind kind)
      Checks, if the feature is supported.
      boolean isAlive()
      Check the backend connector.
      boolean isAuditTable​(java.lang.String ddcName)
      Checks, if the given ddc is an audit/protocol table.
      boolean isLookupTable​(java.lang.String ddcName)
      Checks, if the given ddc is a lookup table.
      boolean isReleaseActive()
      Checks if release feature active.
      void setFastAccessItems​(java.util.Map<java.lang.String,​java.lang.String> items)
      Stores the fast access items.
      void setLastLaunched​(java.lang.String lastName)
      Set the last lauched workflow name.
      void setProperties​(java.util.Map<java.lang.String,​java.lang.String> props, java.lang.String section)
      Writes the given properties to the given section.
      void setResultType​(java.lang.String formName, int id, int rev, com.saperion.ngc.iform.xml.ResultType resultType, java.lang.String ddc)
      Deprecated.
      use setSetting instead
      void setSetting​(java.lang.String value, java.lang.String name, java.lang.String section, boolean longSetting)
      Stores a setting in the backend.
      void setUtf8Properties​(java.util.Map<java.lang.String,​java.lang.String> props, java.lang.String section, boolean cleanSection)
      Writes the given properties with UTF-8 encoded values to the given section.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait