Package org.camunda.bpm.engine.impl.cfg
Interface IdGenerator
-
- All Known Implementing Classes:
DbIdGenerator
,PrefixedUuidGenerator
,StrongUuidGenerator
public interface IdGenerator
generatesIdBlock
s that are used to assign ids to new objects. The scope of an instance of this class is process engine, which means that there is only one instance in one process engine instance.- Author:
- Tom Baeyens, Joram Barrez
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getNextId()
-
-
-
Method Detail
-
getNextId
String getNextId()
-
-