@DTO public class VisualUseCaseCreate extends java.lang.Object
VisualUseCase#create(UESURI, VisualUseCaseCreate).| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
code
Code of the new visual use case.
|
private UESURI |
competentRoleUri
UESURI of the competent role.
|
private java.lang.String |
controllerClass
Name of class in controller.
|
private ControllerEngine |
controllerEngine
Engine used for controller creation.
|
private java.lang.String |
controllerUrlPath
Part of controller URL path.
|
private java.lang.String |
description
Description of the new visual use case.
|
private UESURI |
iconUri
UESURI of the visual use case's icon.
|
private UESURI |
metaArtifactUri
UESURI of the meta artifact.
|
private java.lang.String |
name
Name of the new visual use case.
|
private UESStreamHandler |
options
Options data for use case calling.
|
private UESSecurityLevel |
securityLevel
Security level.
|
| Constructor and Description |
|---|
VisualUseCaseCreate(UESURI metaArtifactUri,
Minimal constructor for the visual use case creation.
|
VisualUseCaseCreate(UESURI metaArtifactUri,
Enough constructor for the visual use case creation.
|
VisualUseCaseCreate(UESURI metaArtifactUri,
Maximal constructor for the visual use case creation.
|
metaArtifactUri - name - code - description - competentRoleUri - securityLevel - iconUri - controllerUrlPath - engine - controllerClass - options -