Class NodeTypeUtility
- java.lang.Object
-
- org.alfresco.module.org_alfresco_module_rm.util.NodeTypeUtility
-
public class NodeTypeUtility extends Object
Utility class to check if a node type is instance of another type- Since:
- 3.2
- Author:
- Claudia Agache
-
-
Constructor Summary
Constructors Constructor Description NodeTypeUtility()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
instanceOf(QName className, QName ofClassName)
Utility method to quickly determine whether one class is equal to or sub of another.void
setDictionaryService(DictionaryService dictionaryService)
-
-
-
Method Detail
-
setDictionaryService
public void setDictionaryService(DictionaryService dictionaryService)
- Parameters:
dictionaryService
- dictionary service
-
-