Class: UU::OS::AppMetaModel::AppMetaModelAttributes
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::AppMetaModel::AppMetaModelAttributes
- Defined in:
- uu_os-0.29.16/lib/uu/os/app_meta_model/app_meta_model_attributes.rb
Instance Attribute Summary (collapse)
-
- (Object) app_box_uri
UESURI of appbox from which was the app meta model created.
-
- (Object) artifact_type
deprecated
Deprecated.
Always returns nil.
-
- (Object) code
Code of the app meta model.
- - (Object) company_uri deprecated Deprecated.
-
- (Object) competent_role_uri
URI of the competent role.
-
- (Object) component_content
Indicates whether the primarily displayed content of the App Meta Model is component content.
-
- (Object) creation_stamp
Creation stamp of the app meta model.
-
- (Object) creation_time
Creation time of the app meta model.
-
- (Object) description
Description of the app meta model.
-
- (Object) entity_type_uri
UESURI of the entity type of the app meta model (see @czcz.uescz.ues.platformcz.ues.platform.sysccz.ues.platform.sysc.entitytypecz.ues.platform.sysc.entitytype.UESEntityType for more info).
-
- (Object) icon_uri
URI of the app meta model's icon.
-
- (Object) location_uri
URI of the app meta model's container.
-
- (Object) meta_artifact_uri
URI of the meta artifact.
-
- (Object) modification_stamp
Modification stamp of the app meta model.
-
- (Object) modification_time
Modification time of the app meta model.
-
- (Object) name
Name of the app meta model.
-
- (Object) organizational_unit_uri
URI of the parent app meta model.
-
- (Object) security_level
Security level of the app meta model.
-
- (Object) uri
Normalized UESURI of the app meta model.
-
- (Object) version
Version of the app meta model.
Instance Method Summary (collapse)
-
- (Object) revision
deprecated
Deprecated.
Use #version instead.
-
- (Object) revision=(val)
deprecated
Deprecated.
Use #version instead.
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) app_box_uri
UESURI of appbox from which was the app meta model created.
24 25 26 |
# File 'uu_os-0.29.16/lib/uu/os/app_meta_model/app_meta_model_attributes.rb', line 24 def app_box_uri @app_box_uri end |
- (Object) artifact_type
Always returns nil.
76 77 78 |
# File 'uu_os-0.29.16/lib/uu/os/app_meta_model/app_meta_model_attributes.rb', line 76 def artifact_type @artifact_type end |
- (Object) code
Code of the app meta model. Never nil.
18 19 20 |
# File 'uu_os-0.29.16/lib/uu/os/app_meta_model/app_meta_model_attributes.rb', line 18 def code @code end |
- (Object) company_uri
37 38 39 |
# File 'uu_os-0.29.16/lib/uu/os/app_meta_model/app_meta_model_attributes.rb', line 37 def company_uri @company_uri end |
- (Object) competent_role_uri
URI of the competent role. Never nil.
43 44 45 |
# File 'uu_os-0.29.16/lib/uu/os/app_meta_model/app_meta_model_attributes.rb', line 43 def competent_role_uri @competent_role_uri end |
- (Object) component_content
Indicates whether the primarily displayed content of the App Meta Model is component content.
73 74 75 |
# File 'uu_os-0.29.16/lib/uu/os/app_meta_model/app_meta_model_attributes.rb', line 73 def component_content @component_content end |
- (Object) creation_stamp
Creation stamp of the app meta model. Never nil.
51 52 53 |
# File 'uu_os-0.29.16/lib/uu/os/app_meta_model/app_meta_model_attributes.rb', line 51 def creation_stamp @creation_stamp end |
- (Object) creation_time
Creation time of the app meta model. Never nil.
54 55 56 |
# File 'uu_os-0.29.16/lib/uu/os/app_meta_model/app_meta_model_attributes.rb', line 54 def creation_time @creation_time end |
- (Object) description
Description of the app meta model. Never nil.
21 22 23 |
# File 'uu_os-0.29.16/lib/uu/os/app_meta_model/app_meta_model_attributes.rb', line 21 def description @description end |
- (Object) entity_type_uri
UESURI of the entity type of the app meta model (see @UU::OS::AppMetaModel::AppMetaModelAttributes.czcz.uescz.ues.platformcz.ues.platform.sysccz.ues.platform.sysc.entitytypecz.ues.platform.sysc.entitytype.UESEntityType for more info).
70 71 72 |
# File 'uu_os-0.29.16/lib/uu/os/app_meta_model/app_meta_model_attributes.rb', line 70 def entity_type_uri @entity_type_uri end |
- (Object) icon_uri
URI of the app meta model's icon. If nil is set, the app meta model uses icon from meta artifact.
67 68 69 |
# File 'uu_os-0.29.16/lib/uu/os/app_meta_model/app_meta_model_attributes.rb', line 67 def icon_uri @icon_uri end |
- (Object) location_uri
URI of the app meta model's container. Returns nil if the app meta model is the root of a territory (therefore there is no superior folder, organizational unit etc.).
29 30 31 |
# File 'uu_os-0.29.16/lib/uu/os/app_meta_model/app_meta_model_attributes.rb', line 29 def location_uri @location_uri end |
- (Object) meta_artifact_uri
URI of the meta artifact. Never nil.
40 41 42 |
# File 'uu_os-0.29.16/lib/uu/os/app_meta_model/app_meta_model_attributes.rb', line 40 def @meta_artifact_uri end |
- (Object) modification_stamp
Modification stamp of the app meta model. Never nil.
57 58 59 |
# File 'uu_os-0.29.16/lib/uu/os/app_meta_model/app_meta_model_attributes.rb', line 57 def modification_stamp @modification_stamp end |
- (Object) modification_time
Modification time of the app meta model. Never nil.
60 61 62 |
# File 'uu_os-0.29.16/lib/uu/os/app_meta_model/app_meta_model_attributes.rb', line 60 def modification_time @modification_time end |
- (Object) name
Name of the app meta model. Never nil.
15 16 17 |
# File 'uu_os-0.29.16/lib/uu/os/app_meta_model/app_meta_model_attributes.rb', line 15 def name @name end |
- (Object) organizational_unit_uri
URI of the parent app meta model. Returns nil if the app meta model is the root of a territory (therefore there is no superior organizational unit).
33 34 35 |
# File 'uu_os-0.29.16/lib/uu/os/app_meta_model/app_meta_model_attributes.rb', line 33 def organizational_unit_uri @organizational_unit_uri end |
- (Object) security_level
Security level of the app meta model. Never nil.
48 49 50 |
# File 'uu_os-0.29.16/lib/uu/os/app_meta_model/app_meta_model_attributes.rb', line 48 def security_level @security_level end |
- (Object) uri
Normalized UESURI of the app meta model. Never nil.
12 13 14 |
# File 'uu_os-0.29.16/lib/uu/os/app_meta_model/app_meta_model_attributes.rb', line 12 def uri @uri end |
- (Object) version
Version of the app meta model. Never nil.
63 64 65 |
# File 'uu_os-0.29.16/lib/uu/os/app_meta_model/app_meta_model_attributes.rb', line 63 def version @version end |
Instance Method Details
- (Object) revision
Use #version instead.
227 228 229 |
# File 'uu_os-0.29.16/lib/uu/os/app_meta_model/app_meta_model_attributes.rb', line 227 def revision attributes[:version] end |
- (Object) revision=(val)
Use #version instead.
232 233 234 |
# File 'uu_os-0.29.16/lib/uu/os/app_meta_model/app_meta_model_attributes.rb', line 232 def revision=(val) attributes[:version] = val end |