public class RecordUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
appendIdentifierToName(org.alfresco.service.cmr.repository.NodeService nodeService,
org.alfresco.service.cmr.repository.NodeRef nodeRef)
Appends the record identifier to the name of the record
|
static void |
generateRecordIdentifier(org.alfresco.service.cmr.repository.NodeService nodeService,
IdentifierService identifierService,
org.alfresco.service.cmr.repository.NodeRef record)
Utility method that generates a record identifier and adds the new identifier to the record's name
|
public static void generateRecordIdentifier(org.alfresco.service.cmr.repository.NodeService nodeService,
IdentifierService identifierService,
org.alfresco.service.cmr.repository.NodeRef record)
record - the record to generate the identifier forpublic static void appendIdentifierToName(org.alfresco.service.cmr.repository.NodeService nodeService,
org.alfresco.service.cmr.repository.NodeRef nodeRef)
nodeRef - The node reference of the record.Copyright © 2005–2018 Alfresco Software. All rights reserved.