Class IxosDDCNames

java.lang.Object
com.saperion.ngc.util.IxosDDCNames

public final class IxosDDCNames extends Object
This singleton utility-class retrieves the names of the DDCs that are used for the IXOS-connector.
Author:
cmerkel
  • Method Details

    • getInstance

      public static IxosDDCNames getInstance(jakarta.servlet.http.HttpSession session)
      Returns the singleton instance of IxosDDCNames.
      Parameters:
      session - the current session
      Returns:
      singleton instance
    • get

      public List<String> get()
      Returns:
      a list of all DDC names that are used for the IXOS-connector. Never null.
    • isIxosDDC

      public boolean isIxosDDC(String ddcName)
      Checks if the provided DDC name is used for the IXOS-connector.
      Parameters:
      ddcName - DDC name to check
      Returns:
      true if the DDC is used for the IXOS-connector.