-
public class IDManagerManages IDs that are created locally. Has the ability to generate globally unique identifiers and detect whether a provided ID was generated locally.
-
-
Method Summary
Modifier and Type Method Description final StringcreateLocalId()Create a new local ID to be used temporarily prior to backend generation. final BooleanisLocalId(String id)Determine whether the ID provided is locally generated. -
-
Method Detail
-
createLocalId
final String createLocalId()
Create a new local ID to be used temporarily prior to backend generation.
-
-
-
-