| Package | Description |
|---|---|
| edu.internet2.middleware.grouper.app.grouperTypes |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Map<String,GrouperObjectTypeObjectAttributes>> |
GrouperObjectTypesDaemonLogic.retrieveAllFoldersOfInterestForTypes()
this method retrieves all types attributes assignments and values for all folders.
|
static Map<String,Map<String,GrouperObjectTypeObjectAttributes>> |
GrouperObjectTypesDaemonLogic.retrieveAllGroupsOfInterestForTypes(Map<String,Map<String,GrouperObjectTypeObjectAttributes>> allStemsOfInterestForTypes)
this method retrieves all types attributes assignments and values for all groups.
|
static Map<String,Map<String,GrouperObjectTypeObjectAttributes>> |
GrouperObjectTypesDaemonLogic.retrieveChildObjectTypesFolderAttributesByFolder(String parentStemId)
get object type attributes for a folder and its folder children
|
static Map<String,Map<String,GrouperObjectTypeObjectAttributes>> |
GrouperObjectTypesDaemonLogic.retrieveChildObjectTypesGroupAttributesByFolder(String parentStemId)
get object types attributes for groups under a folder
|
static Map<String,Map<String,GrouperObjectTypeObjectAttributes>> |
GrouperObjectTypesDaemonLogic.retrieveFolderAndAncestorObjectTypesAttributesByFolder(String stemName)
get object type attributes for a folder and its parents
|
static Map<String,GrouperObjectTypeObjectAttributes> |
GrouperObjectTypesDaemonLogic.retrieveObjectTypeAttributesByGroup(String groupId) |
static Map<String,GrouperObjectTypeObjectAttributes> |
GrouperObjectTypesDaemonLogic.retrieveObjectTypeAttributesByStem(String stemId) |
| Modifier and Type | Method and Description |
|---|---|
static void |
GrouperObjectTypesDaemonLogic.populateFolderChildrenOfAFolderWhichMayOrMayNotHaveAttributes(String parentStemId,
Map<String,Map<String,GrouperObjectTypeObjectAttributes>> mapOfTypeToFolderNameToAttributes) |
static void |
GrouperObjectTypesDaemonLogic.populateGroupChildrenOfAFolderWhichMayOrMayNotHaveAttributes(String parentStemId,
Map<String,Map<String,GrouperObjectTypeObjectAttributes>> mapOfTypeToGroupNameToAttributes) |
static void |
GrouperObjectTypesDaemonLogic.propagateObjectTypesAttributes(String typeName,
Set<GrouperObjectTypeObjectAttributes> grouperObjectTypesAttributesToProcess,
Map<String,GrouperObjectTypeObjectAttributes> grouperObjectTypesFolderAttributes,
Map<String,Object> debugMap) |
static void |
GrouperObjectTypesDaemonLogic.propagateObjectTypesAttributes(String typeName,
Set<GrouperObjectTypeObjectAttributes> grouperObjectTypesAttributesToProcess,
Map<String,GrouperObjectTypeObjectAttributes> grouperObjectTypesFolderAttributes,
Map<String,Object> debugMap) |
static Map<String,Map<String,GrouperObjectTypeObjectAttributes>> |
GrouperObjectTypesDaemonLogic.retrieveAllGroupsOfInterestForTypes(Map<String,Map<String,GrouperObjectTypeObjectAttributes>> allStemsOfInterestForTypes)
this method retrieves all types attributes assignments and values for all groups.
|
Copyright © 2016 Internet2. All rights reserved.