com.ibm.tivoli.maximo.oslc.provider

Class OslcActionCache

    • Method Detail

      • getInstance

        public static final OslcActionCache getInstance()
        Returns:
        the cache instance
      • getActionInfo

        public OslcActionInfo getActionInfo(java.lang.String osName,
                                            java.lang.String action)
      • getName

        public java.lang.String getName()
        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:
        name of the cache
      • getActions

        public java.util.Map getActions(java.lang.String osName)
      • getDescForAction

        public java.lang.String getDescForAction(java.lang.String osName,
                                                 java.lang.String name,
                                                 UserInfo userInfo)