Class AttributeAssignValueFinder.AttributeAssignValueFinderResult
java.lang.Object
edu.internet2.middleware.grouper.attr.finder.AttributeAssignValueFinder.AttributeAssignValueFinderResult
- Enclosing class:
- AttributeAssignValueFinder
result for finding values of attributes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmap of attributeAssignId to attributeAssignget the map from group id to the attribute assignget the map from group id to the attribute assignget the map of attribute assign id (base attrbute) to map of names and sets of values (assign of assign)get the map of attribute assign id (base attrbute) to map of names and values (assign of assign)retrieveAttributeAssignOnAssign
(String ownerId, String nameOfAttributeDefName) get the attribute assign on assign based on group id and name of the attributeDefNameget the map of nameOfattribuetDefName to value
-
Constructor Details
-
AttributeAssignValueFinderResult
public AttributeAssignValueFinderResult()
-
-
Method Details
-
getMapOwnerIdToAttributeAssign
get the map from group id to the attribute assign -
getMapOwnerIdToAttributeAssigns
get the map from group id to the attribute assign -
getMapAttributeAssignIdToAttributeAssign
map of attributeAssignId to attributeAssign -
retrieveAttributeDefNamesAndValueStrings
get the map of nameOfattribuetDefName to value- Parameters:
ownerId
-- Returns:
- the map
-
retrieveAssignIdsToAttributeDefNamesAndValueStrings
public Map<String,Map<String, retrieveAssignIdsToAttributeDefNamesAndValueStringsString>> (String ownerId) get the map of attribute assign id (base attrbute) to map of names and values (assign of assign)- Parameters:
ownerId
-- Returns:
- the map
-
retrieveAssignIdsToAttributeDefNamesAndValueSetsStrings
public Map<String,Map<String, retrieveAssignIdsToAttributeDefNamesAndValueSetsStringsSet<String>>> (String ownerId) get the map of attribute assign id (base attrbute) to map of names and sets of values (assign of assign)- Parameters:
ownerId
-- Returns:
- the map
-
retrieveAttributeAssignOnAssign
public AttributeAssign retrieveAttributeAssignOnAssign(String ownerId, String nameOfAttributeDefName) get the attribute assign on assign based on group id and name of the attributeDefName- Parameters:
ownerId
-nameOfAttributeDefName
-- Returns:
- the assignment
-