Class RecordUtils
java.lang.Object
org.alfresco.module.org_alfresco_module_rm.record.RecordUtils
Util class for records
- Since:
- 2.4
- Author:
- Tuna Aksoy
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidappendIdentifierToName(NodeService nodeService, NodeRef nodeRef) Appends the record identifier to the name of the recordstatic voidgenerateRecordIdentifier(NodeService nodeService, IdentifierService identifierService, NodeRef record) Utility method that generates a record identifier and adds the new identifier to the record's name
-
Method Details
-
generateRecordIdentifier
public static void generateRecordIdentifier(NodeService nodeService, IdentifierService identifierService, NodeRef record) Utility method that generates a record identifier and adds the new identifier to the record's name- Parameters:
record- the record to generate the identifier for
-
appendIdentifierToName
Appends the record identifier to the name of the record- Parameters:
nodeRef- The node reference of the record.
-