Class: UU::OS::UseCaseRealization::UseCaseRealizationSetAttributes Deprecated
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::UseCaseRealization::UseCaseRealizationSetAttributes
- Defined in:
- uu_os_client-0.10.6/lib/uu/os/use_case_realization/use_case_realization_set_attributes.rb
Overview
Use VisualUseCase::VisualUseCaseSetAttributes instead.
Instance Attribute Summary (collapse)
-
- (Object) code
The new code of the use case realization.
-
- (Object) controller_class
Classs to look for when executing this UCR.
-
- (Object) controller_engine
Engine used for this UCR.
-
- (Object) controller_url_path
Path at which the controller will be deployed.
-
- (Object) description
The new description of the use case realization.
-
- (Object) icon_uri
UESURI of the use case realization icon.
-
- (Object) name
The new name of the use case realization.
-
- (Object) security_level
Security level of the use case realization.
Method Summary
Methods inherited from REST::DTO
#initialize, #to_hash, #to_json
Constructor Details
This class inherits a constructor from UU::OS::REST::DTO
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class UU::OS::REST::DTO
Instance Attribute Details
- (Object) code
The new code of the use case realization. When null is set, the code is not modified.
15 16 17 |
# File 'uu_os_client-0.10.6/lib/uu/os/use_case_realization/use_case_realization_set_attributes.rb', line 15 def code @code end |
- (Object) controller_class
Classs to look for when executing this UCR
37 38 39 |
# File 'uu_os_client-0.10.6/lib/uu/os/use_case_realization/use_case_realization_set_attributes.rb', line 37 def controller_class @controller_class end |
- (Object) controller_engine
Engine used for this UCR
40 41 42 |
# File 'uu_os_client-0.10.6/lib/uu/os/use_case_realization/use_case_realization_set_attributes.rb', line 40 def controller_engine @controller_engine end |
- (Object) controller_url_path
Path at which the controller will be deployed
34 35 36 |
# File 'uu_os_client-0.10.6/lib/uu/os/use_case_realization/use_case_realization_set_attributes.rb', line 34 def controller_url_path @controller_url_path end |
- (Object) description
The new description of the use case realization. When null is set, the description is not modified.
18 19 20 |
# File 'uu_os_client-0.10.6/lib/uu/os/use_case_realization/use_case_realization_set_attributes.rb', line 18 def description @description end |
- (Object) icon_uri
UESURI of the use case realization icon. When null is set, the icon is not
modified. When NULL_URI
value is set, the use case realization
icon is removed and the use case realization uses icon from meta artifact.
Allowed format URI of icon:
ues:#{system}:#{ues_v5.core_v1.codetable_v1.base_v1.CodeTable_Icons}:#{CODE_OF_ICON} <br>
For example:
ues:#{system}:#{ues_v5.core_v1.codetable_v1.base_v1.CodeTable_Icons}:#{ART_077}
31 32 33 |
# File 'uu_os_client-0.10.6/lib/uu/os/use_case_realization/use_case_realization_set_attributes.rb', line 31 def icon_uri @icon_uri end |
- (Object) name
The new name of the use case realization. When null is set, the name is not modified.
12 13 14 |
# File 'uu_os_client-0.10.6/lib/uu/os/use_case_realization/use_case_realization_set_attributes.rb', line 12 def name @name end |
- (Object) security_level
Security level of the use case realization. When null is set, the security level is not modified.
21 22 23 |
# File 'uu_os_client-0.10.6/lib/uu/os/use_case_realization/use_case_realization_set_attributes.rb', line 21 def security_level @security_level end |