Class: UU::OS::MetaModel::MetaModelAttributes Deprecated
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::MetaModel::MetaModelAttributes
- Defined in:
- uu_os_client-0.10.6/lib/uu/os/meta_model/meta_model_attributes.rb
Overview
Use AppPackage::AppPackageAttributes instead.
Meta Model Attributes DTO.
Instance Attribute Summary (collapse)
-
- (Object) artifact_type
Artifact type.
-
- (Object) code
Code of the meta model.
-
- (Object) company_uri
URI of the company where is the meta model located.
-
- (Object) competent_role_uri
URI of the competent role.
-
- (Object) creation_stamp
Creation stamp of the meta model.
-
- (Object) creation_time
Creation time of the meta model.
-
- (Object) description
Description of the meta model.
-
- (Object) entity_type_uri
UESURI of the entity type of the meta model (see cz.ues.core.sysc.entitytype.UESCoreEntityTypes for more info).
-
- (Object) icon_uri
URI of the meta model's icon.
-
- (Object) location_uri
UESURI of the meta model's container.
-
- (Object) meta_artifact_uri
URI of the meta artifact.
-
- (Object) modification_stamp
Modification stamp of the meta model.
-
- (Object) modification_time
Modification time of the meta model.
-
- (Object) name
Name of the meta model.
-
- (Object) organizational_unit_uri
URI of the organizational unit where is the meta model located.
-
- (Object) root_meta_model_uri
URI of the root meta model where is the meta model located.
-
- (Object) security_level
Security level of the meta model.
-
- (Object) uri
Normalized UESURI of the meta model.
-
- (Object) version
Version of the 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) artifact_type
Artifact type. Always returns UESArtifactType#META.
45 46 47 |
# File 'uu_os_client-0.10.6/lib/uu/os/meta_model/meta_model_attributes.rb', line 45 def artifact_type @artifact_type end |
- (Object) code
Code of the meta model. Never null.
21 22 23 |
# File 'uu_os_client-0.10.6/lib/uu/os/meta_model/meta_model_attributes.rb', line 21 def code @code end |
- (Object) company_uri
URI of the company where is the meta model located.
33 34 35 |
# File 'uu_os_client-0.10.6/lib/uu/os/meta_model/meta_model_attributes.rb', line 33 def company_uri @company_uri end |
- (Object) competent_role_uri
URI of the competent role. Never null.
42 43 44 |
# File 'uu_os_client-0.10.6/lib/uu/os/meta_model/meta_model_attributes.rb', line 42 def competent_role_uri @competent_role_uri end |
- (Object) creation_stamp
Creation stamp of the meta model.
51 52 53 |
# File 'uu_os_client-0.10.6/lib/uu/os/meta_model/meta_model_attributes.rb', line 51 def creation_stamp @creation_stamp end |
- (Object) creation_time
Creation time of the meta model.
54 55 56 |
# File 'uu_os_client-0.10.6/lib/uu/os/meta_model/meta_model_attributes.rb', line 54 def creation_time @creation_time end |
- (Object) description
Description of the meta model. Never null.
24 25 26 |
# File 'uu_os_client-0.10.6/lib/uu/os/meta_model/meta_model_attributes.rb', line 24 def description @description end |
- (Object) entity_type_uri
UESURI of the entity type of the meta model (see cz.ues.core.sysc.entitytype.UESCoreEntityTypes for more info). Never null
72 73 74 |
# File 'uu_os_client-0.10.6/lib/uu/os/meta_model/meta_model_attributes.rb', line 72 def entity_type_uri @entity_type_uri end |
- (Object) icon_uri
URI of the meta model's icon. When null is set, the meta model 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}
For example:
ues:#{system}:#{ues_v5.core_v1.codetable_v1.base_v1.CodeTable_Icons}:#{ART_077}
68 69 70 |
# File 'uu_os_client-0.10.6/lib/uu/os/meta_model/meta_model_attributes.rb', line 68 def icon_uri @icon_uri end |
- (Object) location_uri
UESURI of the meta model's container.
27 28 29 |
# File 'uu_os_client-0.10.6/lib/uu/os/meta_model/meta_model_attributes.rb', line 27 def location_uri @location_uri end |
- (Object) meta_artifact_uri
URI of the meta artifact. Never null.
39 40 41 |
# File 'uu_os_client-0.10.6/lib/uu/os/meta_model/meta_model_attributes.rb', line 39 def @meta_artifact_uri end |
- (Object) modification_stamp
Modification stamp of the meta model.
57 58 59 |
# File 'uu_os_client-0.10.6/lib/uu/os/meta_model/meta_model_attributes.rb', line 57 def modification_stamp @modification_stamp end |
- (Object) modification_time
Modification time of the meta model.
60 61 62 |
# File 'uu_os_client-0.10.6/lib/uu/os/meta_model/meta_model_attributes.rb', line 60 def modification_time @modification_time end |
- (Object) name
Name of the meta model. Never null.
18 19 20 |
# File 'uu_os_client-0.10.6/lib/uu/os/meta_model/meta_model_attributes.rb', line 18 def name @name end |
- (Object) organizational_unit_uri
URI of the organizational unit where is the meta model located.
30 31 32 |
# File 'uu_os_client-0.10.6/lib/uu/os/meta_model/meta_model_attributes.rb', line 30 def organizational_unit_uri @organizational_unit_uri end |
- (Object) root_meta_model_uri
URI of the root meta model where is the meta model located.
36 37 38 |
# File 'uu_os_client-0.10.6/lib/uu/os/meta_model/meta_model_attributes.rb', line 36 def @root_meta_model_uri end |
- (Object) security_level
Security level of the meta model. Never null.
48 49 50 |
# File 'uu_os_client-0.10.6/lib/uu/os/meta_model/meta_model_attributes.rb', line 48 def security_level @security_level end |
- (Object) uri
Normalized UESURI of the meta model. Never null.
15 16 17 |
# File 'uu_os_client-0.10.6/lib/uu/os/meta_model/meta_model_attributes.rb', line 15 def uri @uri end |
- (Object) version
Version of the meta model.
63 64 65 |
# File 'uu_os_client-0.10.6/lib/uu/os/meta_model/meta_model_attributes.rb', line 63 def version @version end |
Instance Method Details
- (Object) revision
Use #version instead.
233 234 235 |
# File 'uu_os_client-0.10.6/lib/uu/os/meta_model/meta_model_attributes.rb', line 233 def revision attributes[:version] end |
- (Object) revision=(val)
Use #version= instead.
238 239 240 |
# File 'uu_os_client-0.10.6/lib/uu/os/meta_model/meta_model_attributes.rb', line 238 def revision=(val) attributes[:version] = val end |