Class AttributeAssignFinderResults
java.lang.Object
edu.internet2.middleware.grouper.attr.finder.AttributeAssignFinderResults
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattribute assign resultsattribute assign id to attribute assign value mapid to attribute assign mapid to attributeDef mapid to attributeDefName mapid to group mapid to stem mapresult objectsvoid
setAttributeAssignFinderResults
(Set<AttributeAssignFinderResult> attributeAssignFinderResults1) attribute assign finder resultsvoid
setResultObjects
(Set<Object[]> resultObjects1) result objects
-
Constructor Details
-
AttributeAssignFinderResults
public AttributeAssignFinderResults()
-
-
Method Details
-
getResultObjects
result objects- Returns:
- the resultObjects
-
getIdToStemMap
id to stem map- Returns:
- the idToStemMap
-
getIdToAttributeDefNameMap
id to attributeDefName map- Returns:
- map
-
getIdToAttributeDefMap
id to attributeDef map- Returns:
- map
-
getIdToGroupMap
id to group map- Returns:
- id to group map
-
getIdToAttributeAssignMap
id to attribute assign map- Returns:
- id to attribute assign map
-
getAttributeAssignIdToAttributeAssignValueMap
attribute assign id to attribute assign value map- Returns:
- attribute assign id to attribute assign value map
-
setResultObjects
result objects- Parameters:
resultObjects1
- the resultObjects to set
-
getAttributeAssignFinderResults
attribute assign results- Returns:
- the attributeAssignResults
-
setAttributeAssignFinderResults
public void setAttributeAssignFinderResults(Set<AttributeAssignFinderResult> attributeAssignFinderResults1) attribute assign finder results- Parameters:
attributeAssignFinderResults1
- the attributeAssignFinderResults to set
-