@UESComponent public interface UESUseCaseProvider
Modifier and Type | Method and Description |
---|---|
UESUseCaseRealization |
getRealization(UESURI useCaseUri)
Finds use case realization according to passed UESURI of use case.
|
UESURI |
getUseCaseUri(UESURI entityUri,
Finds use case according to passed UESURI of entity, component and operation.
|
null
reference is returned.
When the UESURI of use case is invalid, exception is thrown.useCaseUri
- UESURI of use case in one of following forms:
null
reference, when there is no data for the use case UESURI.UESUseCaseProviderRTException
- When finding use case realization fails (e.g. because the use case UESURI is invalid).null
is returned. There can be more use cases
for given entity URI, component and operation. Then first one from these its code
is alphabetically first is returned.entityUri
- UESURI of entitycomponent
- Use case realization componentoperation
- Use case realization operationnull
, when there is no data for given parameters.UESUseCaseProviderRTException
- When finding use case fails.