Class IxosDDCNames


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

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> get()  
      static IxosDDCNames getInstance​(javax.servlet.http.HttpSession session)
      Returns the singleton instance of IxosDDCNames.
      boolean isIxosDDC​(java.lang.String ddcName)
      Checks if the provided DDC name is used for the IXOS-connector.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getInstance

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

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

        public boolean isIxosDDC​(java.lang.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.