@UESService public interface UseCase
| Modifier and Type | Field and Description | 
|---|---|
static UESURI | 
BETYPE_USECASE
URI of UseCaseRealization business entity. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
UESURI | 
create(UESURI metaArtifactUri,
The command creates a use case in a specified meta artifact. 
 | 
void | 
delete(UESURI useCaseUri)
The command deletes the specified use case from the system 
 | 
UseCaseAttributes | 
getAttributes(UESURI useCaseUri)
This command returns attributes representing the use case specified by the useCaseUri parameter. 
 | 
UESStreamHandler | 
getOptions(UESURI useCaseUri,
The command returns options of the specified use case. 
 | 
UESResultList<UseCaseAttributes,UseCaseGetUseCaseList> | 
getUseCaseList(UESURI metaArtifactUri,
Returns list of the use cases that are defined on the specified meta artifact. 
 | 
UESURI | 
setAttributes(UESURI useCaseUri,
The command sets attributes on specified use case according to useCaseUri. 
 | 
void | 
setOptions(UESURI useCaseUri,
The command sets options of the specified use case. 
 | 
metaArtifactUri - URI of the meta artifact where the use case is aggregated.useCase - DTO containing attributes of the new use caseUseCaseRTExceptionuseCaseUri - URI of the use case which is about to be deletedUseCaseRTExceptionuseCaseUri - URI of the use caseUseCaseRTExceptionuseCaseUri - URI of the use caseuseCase - DTO containing new attributes of the use caseUseCaseRTExceptionuseCaseUri - URI of the use caseoptions - DTO containing the options data for setting use case options.UseCaseRTExceptionuseCaseUri - URI of the use caseoptions - DTO containing an options for getting use case options.UseCaseRTExceptionmetaArtifactUri - URI of the meta artifact uricriteria - DTO containing the criteria for listing use cases.UseCaseRTException