java.lang.Object
org.alfresco.module.org_alfresco_module_rm.record.RecordUtils

public class RecordUtils extends Object
Util class for records
Since:
2.4
Author:
Tuna Aksoy
  • 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

      public static void appendIdentifierToName(NodeService nodeService, NodeRef nodeRef)
      Appends the record identifier to the name of the record
      Parameters:
      nodeRef - The node reference of the record.