Class BasicIdentifierGenerator
- java.lang.Object
-
- org.alfresco.module.org_alfresco_module_rm.identifier.IdentifierGeneratorBase
-
- org.alfresco.module.org_alfresco_module_rm.identifier.BasicIdentifierGenerator
-
- All Implemented Interfaces:
IdentifierGenerator
public class BasicIdentifierGenerator extends IdentifierGeneratorBase
Basic identifier generator implementation.- Author:
- Roy Wetherall
-
-
Field Summary
-
Fields inherited from class org.alfresco.module.org_alfresco_module_rm.identifier.IdentifierGeneratorBase
nodeService
-
-
Constructor Summary
Constructors Constructor Description BasicIdentifierGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
generateId(Map<String,Serializable> context)
Generates the next id based on the provided context.-
Methods inherited from class org.alfresco.module.org_alfresco_module_rm.identifier.IdentifierGeneratorBase
getType, init, padString, setIdentifierService, setNodeService, setTypeAsString
-
-
-
-
Method Detail
-
generateId
public String generateId(Map<String,Serializable> context)
Description copied from interface:IdentifierGenerator
Generates the next id based on the provided context.- Parameters:
context
- map of context values- Returns:
- String the next id
- See Also:
IdentifierGenerator.generateId(java.util.Map)
-
-