JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.activiti.engine.impl.cfg
IdGenerator
Contents
Description
Method Summary
Method Details
getNextId()
Hide sidebar
Show sidebar
Interface IdGenerator
All Known Implementing Classes:
DbIdGenerator
,
StrongUuidGenerator
@Internal
public interface
IdGenerator
generates
IdBlock
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.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getNextId
()
Method Details
getNextId
String
getNextId
()