Interface GroupDataBinder
- All Known Implementing Classes:
GroupDataBinderImpl
public interface GroupDataBinder
-
Method Summary
Modifier and TypeMethodDescriptionvoid
findAnyObjectsWithTransitiveResources
(String groupKey) Finds any objects having resources assigned exclusively because of memberships of the given group.findUsersWithTransitiveResources
(String groupKey) Finds users having resources assigned exclusively because of memberships of the given group.getGroupTO
(String key) getGroupTO
(Group group, boolean details) getTypeExtensionTO
(TypeExtension typeExt)
-
Method Details
-
getGroupTO
-
getTypeExtensionTO
-
getGroupTO
-
create
-
update
-
findAnyObjectsWithTransitiveResources
Finds any objects having resources assigned exclusively because of memberships of the given group.- Parameters:
groupKey
- group key- Returns:
- map containing pairs with any object key and operations to be performed on those resources (DELETE, typically).
-
findUsersWithTransitiveResources
Finds users having resources assigned exclusively because of memberships of the given group.- Parameters:
groupKey
- group key- Returns:
- map containing pairs with user key and operations to be performed on those resources (DELETE, typically).
-