Class UserGroupMembershipUtils
- java.lang.Object
-
- org.alfresco.module.org_alfresco_module_rm.audit.event.UserGroupMembershipUtils
-
public class UserGroupMembershipUtils extends Object
Utility class for creating audit events about user group membership.- Since:
- 2.7
- Author:
- Tom Page
-
-
Field Summary
Fields Modifier and Type Field Description static QName
PARENT_GROUP
A QName to display for the parent group's name.
-
Constructor Summary
Constructors Constructor Description UserGroupMembershipUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Map<QName,Serializable>
makePropertiesMap(ChildAssociationRef childAssocRef, NodeService nodeService)
Create a properties map from the given cm:member association.
-
-
-
Field Detail
-
PARENT_GROUP
public static final QName PARENT_GROUP
A QName to display for the parent group's name.
-
-
Method Detail
-
makePropertiesMap
public static Map<QName,Serializable> makePropertiesMap(ChildAssociationRef childAssocRef, NodeService nodeService)
Create a properties map from the given cm:member association.- Parameters:
childAssocRef
- The association to use.nodeService
- The node service.- Returns:
- A map containing the names of the parent and child.
-
-