com.ibm.tivoli.maximo.oslc.consumer

Class InteractionGroupCache

    • Method Detail

      • getName

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

        public java.util.Map getAllInteractionGroups()
        Get all the defined interaction groups InteractionGroupInfo objects
        Returns:
        map of all the defined interaction groups
      • getInteractionGroupInfo

        public InteractionGroupInfo getInteractionGroupInfo(java.lang.String name)
        Get the InteractionGroupInfo object
        Parameters:
        name - interaction group name
        Returns:
        InteractionGroupInfo object
      • getAllGroupsForInteraction

        public java.util.List getAllGroupsForInteraction(java.lang.String name)
        Get all Interaction Groups which has given interaction
        Parameters:
        name - interaction name
        Returns:
        List of groups