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
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 -
Method Summary
Modifier and TypeMethodDescriptiongenerateId
(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
-
Constructor Details
-
BasicIdentifierGenerator
public BasicIdentifierGenerator()
-
-
Method Details
-
generateId
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:
-