Class PoliciesUtil
java.lang.Object
org.alfresco.module.org_alfresco_module_rm.util.PoliciesUtil
Utility class with policy helper methods.
- Author:
- Roy Wetherall
-
Method Summary
Modifier and TypeMethodDescriptiongetTypeAndAspectQNames
(NodeService nodeService, NodeRef nodeRef) Get all aspect and node type qualified names
-
Method Details
-
getTypeAndAspectQNames
Get all aspect and node type qualified names- Parameters:
nodeRef
- the node we are interested in- Returns:
- Returns a set of qualified names containing the node type and all the node aspects, or null if the node no longer exists
-