com.ibm.tivoli.maximo.oslc.consumer

Class OslcInteractionCache

    • Method Detail

      • getInteraction

        public OslcInteractionInfo getInteraction(java.lang.String interactionName,
                                                  java.lang.String oslcProviderName)
      • getAllInteractions

        public java.util.Map getAllInteractions()
      • getAllInteractionsForProvider

        public java.util.Map getAllInteractionsForProvider(java.lang.String oslcProviderName)
      • getInteractionInfo

        public OslcInteractionInfo getInteractionInfo(java.lang.String oslcProviderName,
                                                      java.lang.String interactionName)
      • getName

        public java.lang.String getName()
        Description copied from interface: MaximoCache
        Returns the name of the cache object. Should be unique within the app server. This name is used to uniquely identify the cache object among all cached object for both accessing the cache object as well as refreshing the cache object. Ex. MaximoDD returns "MAXIMODD"
        Returns: