Class AttributeAssignFinderResults

java.lang.Object
edu.internet2.middleware.grouper.attr.finder.AttributeAssignFinderResults

public class AttributeAssignFinderResults extends Object
  • Constructor Details

    • AttributeAssignFinderResults

      public AttributeAssignFinderResults()
  • Method Details

    • getResultObjects

      public Set<Object[]> getResultObjects()
      result objects
      Returns:
      the resultObjects
    • getIdToStemMap

      public Map<String,Stem> getIdToStemMap()
      id to stem map
      Returns:
      the idToStemMap
    • getIdToAttributeDefNameMap

      public Map<String,AttributeDefName> getIdToAttributeDefNameMap()
      id to attributeDefName map
      Returns:
      map
    • getIdToAttributeDefMap

      public Map<String,AttributeDef> getIdToAttributeDefMap()
      id to attributeDef map
      Returns:
      map
    • getIdToGroupMap

      public Map<String,Group> getIdToGroupMap()
      id to group map
      Returns:
      id to group map
    • getIdToAttributeAssignMap

      public Map<String,AttributeAssign> getIdToAttributeAssignMap()
      id to attribute assign map
      Returns:
      id to attribute assign map
    • getAttributeAssignIdToAttributeAssignValueMap

      public Map<String,Set<AttributeAssignValue>> getAttributeAssignIdToAttributeAssignValueMap()
      attribute assign id to attribute assign value map
      Returns:
      attribute assign id to attribute assign value map
    • setResultObjects

      public void setResultObjects(Set<Object[]> resultObjects1)
      result objects
      Parameters:
      resultObjects1 - the resultObjects to set
    • getAttributeAssignFinderResults

      public Set<AttributeAssignFinderResult> getAttributeAssignFinderResults()
      attribute assign results
      Returns:
      the attributeAssignResults
    • setAttributeAssignFinderResults

      public void setAttributeAssignFinderResults(Set<AttributeAssignFinderResult> attributeAssignFinderResults1)
      attribute assign finder results
      Parameters:
      attributeAssignFinderResults1 - the attributeAssignFinderResults to set