@UESService public interface VisualUseCase
Modifier and Type | Field and Description |
---|---|
static UESURI |
BETYPE_VISUAL_USE_CASE
URI of VisualUseCase business entity.
|
Modifier and Type | Method and Description |
---|---|
UESURI |
create(UESURI locationUri,
The command creates a visual use case in a specified meta model.
|
void |
delete(UESURI visualUseCaseUri)
The command deletes the specified visual use case from the system.
|
UESURI |
export(UESURI visualUseCaseUri,
The command exports a visual use case to a DataFile, which is saved to the Export Storage.
|
VisualUseCaseAttributes |
getAttributes(UESURI visualUseCaseUri)
This command returns attributes representing the visual use case specified by the visualUseCaseUri parameter.
|
UESStreamHandler |
getData(UESURI visualUseCaseUri)
The command returns content of first attachment which is used as data for visual use case.
|
UESStreamHandler |
getExportData(UESURI visualUseCaseUri,
The command returns a data file generated by the export command.
|
UESStreamHandler |
getOptions(UESURI visualUseCaseUri,
The command returns options of the specified use case.
|
UESResultList<VisualUseCaseGetUseCaseListItem,VisualUseCaseGetUseCaseList> |
getUseCaseList(UESURI visualUseCaseUri,
Returns list of the use cases that are connected to the specified visual use case.
|
UESURI |
setAttributes(UESURI visualUseCaseUri,
The command for setting attributes of a specified visual use case.
|
void |
setOptions(UESURI visualUseCaseUri,
The command sets options of the specified visual use case.
|
VisualUseCaseCreate
DTO. Competent role for the new visual use case will be selected as the most suitable according to
specified container and meta artifact (executive/authorized role with connected interface), or can be also specified in
VisualUseCaseCreate
DTO.locationUri
- UESURI of the meta model where the visual use case will be created.visualUseCase
- DTO containing attributes of the new visual use case.VisualUseCaseRTException
visualUseCaseUri
- UESURI of the visual use case which is about to be deleted.VisualUseCaseRTException
visualUseCaseUri
- UESURI of the visual use case.VisualUseCaseRTException
visualUseCaseUri
- UESURI of the visual use case.visualUseCase
- DTO containing new attributes of the use case.VisualUseCaseRTException
visualUseCaseUri
- UESURI of the visual use case.options
- DTO containing an options for getting visual use case options.VisualUseCaseRTException
visualUseCaseUri
- UESURI of the visual use case.options
- DTO containing the options data for setting visual use case options.VisualUseCaseRTException
visualUseCaseUri
- UESURI of the visual use case for which the connected use cases are to be listed.criteria
- DTO containing criteria for listing connected use cases.VisualUseCaseRTException
visualUseCaseUri
- UESURI of the visual use case.VisualUseCaseRTException
visualUseCaseUri
- UESURI of the visual use case to exportvisualUseCase
- DTO that contains attributes of the export processVisualUseCaseRTException
visualUseCaseUri
- UESURI of the visual use case we want to get the exported file from.visualUseCase
- DTO that contains attributes concerning the file returned.VisualUseCaseRTException