Class UserGroupMembershipUtils
java.lang.Object
org.alfresco.module.org_alfresco_module_rm.audit.event.UserGroupMembershipUtils
Utility class for creating audit events about user group membership.
- Since:
- 2.7
- Author:
- Tom Page
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QName
A QName to display for the parent group's name. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Map<QName,
Serializable> makePropertiesMap
(ChildAssociationRef childAssocRef, NodeService nodeService) Create a properties map from the given cm:member association.
-
Field Details
-
PARENT_GROUP
A QName to display for the parent group's name.
-
-
Constructor Details
-
UserGroupMembershipUtils
public UserGroupMembershipUtils()
-
-
Method Details
-
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.
-