psdi.iface.omp

Interface IMConstants

  • All Known Implementing Classes:
    OmpService


    public interface IMConstants
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String ENDPOINTNAME
      Constant from getServiceInvoker property map: the Endpoint name.
      static java.lang.String ENDPOINTPROPS
      Constant from getServiceInvoker property map: a map of values that are used to override the Endpoint properties in the Maximo database; a Java Class of type Map.
      static java.lang.String IM
      Constant from getServiceInvoker property map: the instantiated Integration Module; a Java Class of type ServiceInvoker.
      static java.lang.String IMNAME
      Constant from getServiceInvoker property map: the name of the Integration Module.
      static java.lang.String IMVERSION
      Constant from getServiceInvoker property map: the version of the Integration Module.
      static java.lang.String LMONAME
      Constant from getServiceInvoker property map: the Logical Management Operation name.
      static java.lang.String LMONAMESPACE
      Constant from getServiceInvoker property map: the Logical Management Operation namespace.
      static java.lang.String OMPGUID
      Constant from getServiceInvoker property map: the GUID of the Operational Management Product server.
      static java.lang.String PASSWORD
      Constant that is used in the endpoint properties override map to hold a password from the credential mapper.
      static java.lang.String SOURCEOBJECT
      Constant that can be used by IMs to pass the Request/Source MBO or MBOSet to the Endpoint/Handler.
      static java.lang.String TARGETOBJECT
      Constant that can be used by IMs to pass the Response/Target MBO or MBOSet to the Endpoint/Handler.
      static java.lang.String USERNAME
      Constant that is used in the endpoint properties override map to hold a user ID from the credential mapper.
    • Field Detail

      • IM

        static final java.lang.String IM
        Constant from getServiceInvoker property map: the instantiated Integration Module; a Java Class of type ServiceInvoker.
        See Also:
        Constant Field Values
      • IMNAME

        static final java.lang.String IMNAME
        Constant from getServiceInvoker property map: the name of the Integration Module.
        See Also:
        Constant Field Values
      • IMVERSION

        static final java.lang.String IMVERSION
        Constant from getServiceInvoker property map: the version of the Integration Module.
        See Also:
        Constant Field Values
      • LMONAME

        static final java.lang.String LMONAME
        Constant from getServiceInvoker property map: the Logical Management Operation name.
        See Also:
        Constant Field Values
      • LMONAMESPACE

        static final java.lang.String LMONAMESPACE
        Constant from getServiceInvoker property map: the Logical Management Operation namespace.
        See Also:
        Constant Field Values
      • OMPGUID

        static final java.lang.String OMPGUID
        Constant from getServiceInvoker property map: the GUID of the Operational Management Product server.
        See Also:
        Constant Field Values
      • ENDPOINTNAME

        static final java.lang.String ENDPOINTNAME
        Constant from getServiceInvoker property map: the Endpoint name.
        See Also:
        Constant Field Values
      • ENDPOINTPROPS

        static final java.lang.String ENDPOINTPROPS
        Constant from getServiceInvoker property map: a map of values that are used to override the Endpoint properties in the Maximo database; a Java Class of type Map.
        See Also:
        Constant Field Values
      • USERNAME

        static final java.lang.String USERNAME
        Constant that is used in the endpoint properties override map to hold a user ID from the credential mapper.
        See Also:
        Constant Field Values
      • PASSWORD

        static final java.lang.String PASSWORD
        Constant that is used in the endpoint properties override map to hold a password from the credential mapper.
        See Also:
        Constant Field Values
      • SOURCEOBJECT

        static final java.lang.String SOURCEOBJECT
        Constant that can be used by IMs to pass the Request/Source MBO or MBOSet to the Endpoint/Handler. Also used by MEA channels to pass the Source MBO or MBOSet in the channel's context.
        See Also:
        Constant Field Values
      • TARGETOBJECT

        static final java.lang.String TARGETOBJECT
        Constant that can be used by IMs to pass the Response/Target MBO or MBOSet to the Endpoint/Handler. Also used by MEA channels to pass the Target MBO or MBOSet in the channel's context.
        See Also:
        Constant Field Values