psdi.iface.mic

Class MaxExtIfaceIn

    • Method Detail

      • getName

        public java.lang.String getName()
        Returns the name as registered in Maximo Cache
        Returns:
        MAXEXTIFACEIN
      • getMaxExtIfaceInMap

        public java.util.Map getMaxExtIfaceInMap()
        Get a Map of all External Systems
        Returns:
        Map of objects
      • getMaxExtIfaceInInfo

        public MaxExtIfaceInInfo getMaxExtIfaceInInfo(java.lang.String systemName,
                                                      java.lang.String interfaceName)
        Get a List of MaxExtIfaceInInfo objects (maps) for this extsystem-iface combination
        Returns:
        List of MaxExtIfaceInInfo objects
      • getSystemsForServices

        public java.util.List getSystemsForServices(java.lang.String serviceName)
        Gets all systems name for the given interface name
        Returns:
        List containing list of system names for a given interface
      • isInterfaceEnabled

        public boolean isInterfaceEnabled(java.lang.String systemName,
                                          java.lang.String interfaceName)
        Check if interface is enabled for the given external system
        Returns:
        is the given interface enabled or not
      • isContinuous

        public boolean isContinuous(java.lang.String systemName,
                                    java.lang.String interfaceName)
        Check if interface goes to continuous or sequential queue for the given external system
        Returns:
        is the given interface for continuous or sequential queue