public interface EntityIdFactory
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsType(java.lang.String type)
Verifies if the given type string is a valid one.
|
EntityId |
createEntityId(java.lang.String type,
java.lang.String id)
Creates an entity id by type and string identifier.
|
boolean |
isValid(java.lang.String type,
java.lang.String id)
Determines if an identifier of the given type is valid.
|
boolean containsType(java.lang.String type)
type - Type to be verified.boolean isValid(java.lang.String type,
java.lang.String id)
type - Type of the identifier.id - Identifier to be verified.EntityId createEntityId(java.lang.String type, java.lang.String id)
type - Type of the identifier.id - Identifier.Copyright © 2019 fuin.org (Germany). All Rights Reserved.