Interface EntityResolver
public interface EntityResolver
Various helper operations allowing for converting and checking identity and entity related parameters.
- Author:
- K. Benedyczak
-
Method Summary
Modifier and TypeMethodDescriptionlong
getEntityId
(EntityParam entity) ResolvesEntityParam
, if missing throws exceptionlong
getEntityId
(IdentityTaV entity) ResolvesIdentityTaV
, if missing throws exceptiongetFullIdentity
(IdentityTaV entity) ResolvesIdentityTaV
into a full Identity, if missing throws exception
-
Method Details
-
getFullIdentity
ResolvesIdentityTaV
into a full Identity, if missing throws exception -
getEntityId
ResolvesIdentityTaV
, if missing throws exception- Throws:
IllegalIdentityValueException
-
getEntityId
ResolvesEntityParam
, if missing throws exception- Throws:
IllegalIdentityValueException
-