Class ClassificationReasonsUtil
- java.lang.Object
-
- org.alfresco.module.org_alfresco_module_rm.script.slingshot.SearchUtil
-
- org.alfresco.module.org_alfresco_module_rm.script.slingshot.ClassificationReasonsUtil
-
public class ClassificationReasonsUtil extends SearchUtil
Method to replace the plain text classification reason id with the correct nodeRef during record search- Since:
- 2.7
- Author:
- Ross Gale
-
-
Field Summary
Fields Modifier and Type Field Description static org.alfresco.service.namespace.QName
CLASSIFICATION_REASONS_CONTAINER
static String
CR_URI
static org.alfresco.service.namespace.QName
PROP_CLASSIFICATION_REASON_CODE
static String
REASONS_KEY
-
Fields inherited from class org.alfresco.module.org_alfresco_module_rm.script.slingshot.SearchUtil
nodeService
-
-
Constructor Summary
Constructors Constructor Description ClassificationReasonsUtil()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
replaceReasonWithNodeRef(String searchQuery)
Replace plain text reason id with nodeRef-
Methods inherited from class org.alfresco.module.org_alfresco_module_rm.script.slingshot.SearchUtil
getRootContainer, retrieveAllNodeIds, setNodeService
-
-
-
-
Field Detail
-
CR_URI
public static final String CR_URI
- See Also:
- Constant Field Values
-
CLASSIFICATION_REASONS_CONTAINER
public static final org.alfresco.service.namespace.QName CLASSIFICATION_REASONS_CONTAINER
-
PROP_CLASSIFICATION_REASON_CODE
public static final org.alfresco.service.namespace.QName PROP_CLASSIFICATION_REASON_CODE
-
REASONS_KEY
public static final String REASONS_KEY
- See Also:
- Constant Field Values
-
-