Class: UU::OS::MetaArtifact::MetaArtifactAttributes
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::MetaArtifact::MetaArtifactAttributes
- Defined in:
- uu_os-0.29.16/lib/uu/os/meta_artifact/meta_artifact_attributes.rb
Instance Attribute Summary (collapse)
-
- (Object) artifact_type
deprecated
Deprecated.
Always returns nil.
-
- (Object) code
Code of the meta artifact.
- - (Object) company_uri deprecated Deprecated.
-
- (Object) competent_role_uri
Normalized UESURI of the competent role.
-
- (Object) component_content
Indicates whether the primarily displayed content of the Meta artifact is component content.
-
- (Object) creation_stamp
Creation stamp of the meta artifact.
-
- (Object) creation_time
Creation time of the meta artifact.
-
- (Object) default_artifact_type
deprecated
Deprecated.
Always returns nil.
-
- (Object) default_code
Default code for the artifacts created according to the meta artifact (specified in source_meta_artifact_uri).
-
- (Object) default_component_content
Defines whether the primarily displayed content of an artifact created according to the meta artifact is component content.
-
- (Object) default_icon_uri
Default icon for the artifacts created according to the meta artifact (specified in source_meta_artifact_uri).
-
- (Object) default_name
Default name for the artifacts created according to the meta artifact (specified in source_meta_artifact_uri).
-
- (Object) default_security_level
Default security level for the artifacts created according to the meta artifact (specified in source_meta_artifact_uri).
-
- (Object) description
Description of the meta artifact.
-
- (Object) entity_type_uri
UESURI of the entity type of the meta artifact.
-
- (Object) icon_uri
URI of the meta artifact's icon.
-
- (Object) location_uri
Normalized UESURI of the meta model where the meta artifact is located.
-
- (Object) meta_artifact_uri
Normalized UES URI of the meta artifact template.
-
- (Object) modification_stamp
Modification stamp of the meta artifact.
-
- (Object) modification_time
Modification time of the meta artifact.
-
- (Object) name
Name of the meta artifact.
-
- (Object) organizational_unit_uri
Normalized UESURI of the organizational unit where the meta artifact is located.
-
- (Object) security_level
Security level of the meta artifact.
-
- (Object) source_meta_artifact_uri
Normalized UESURI of the source meta artifact from which is meta artifact copied.
-
- (Object) uri
Normalized UESURI of the meta artifact.
-
- (Object) version
Version of the meta artifact.
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
Always returns nil.
86 87 88 |
# File 'uu_os-0.29.16/lib/uu/os/meta_artifact/meta_artifact_attributes.rb', line 86 def artifact_type @artifact_type end |
- (Object) code
Code of the meta artifact. Never nil.
16 17 18 |
# File 'uu_os-0.29.16/lib/uu/os/meta_artifact/meta_artifact_attributes.rb', line 16 def code @code end |
- (Object) company_uri
39 40 41 |
# File 'uu_os-0.29.16/lib/uu/os/meta_artifact/meta_artifact_attributes.rb', line 39 def company_uri @company_uri end |
- (Object) competent_role_uri
Normalized UESURI of the competent role. Never nil.
28 29 30 |
# File 'uu_os-0.29.16/lib/uu/os/meta_artifact/meta_artifact_attributes.rb', line 28 def competent_role_uri @competent_role_uri end |
- (Object) component_content
Indicates whether the primarily displayed content of the Meta artifact is component content.
92 93 94 |
# File 'uu_os-0.29.16/lib/uu/os/meta_artifact/meta_artifact_attributes.rb', line 92 def component_content @component_content end |
- (Object) creation_stamp
Creation stamp of the meta artifact.
50 51 52 |
# File 'uu_os-0.29.16/lib/uu/os/meta_artifact/meta_artifact_attributes.rb', line 50 def creation_stamp @creation_stamp end |
- (Object) creation_time
Creation time of the meta artifact.
53 54 55 |
# File 'uu_os-0.29.16/lib/uu/os/meta_artifact/meta_artifact_attributes.rb', line 53 def creation_time @creation_time end |
- (Object) default_artifact_type
Always returns nil.
89 90 91 |
# File 'uu_os-0.29.16/lib/uu/os/meta_artifact/meta_artifact_attributes.rb', line 89 def default_artifact_type @default_artifact_type end |
- (Object) default_code
Default code for the artifacts created according to the meta artifact (specified in source_meta_artifact_uri). Never nil.
70 71 72 |
# File 'uu_os-0.29.16/lib/uu/os/meta_artifact/meta_artifact_attributes.rb', line 70 def default_code @default_code end |
- (Object) default_component_content
Defines whether the primarily displayed content of an artifact created according to the meta artifact is component content. Never nil.
95 96 97 |
# File 'uu_os-0.29.16/lib/uu/os/meta_artifact/meta_artifact_attributes.rb', line 95 def default_component_content @default_component_content end |
- (Object) default_icon_uri
Default icon for the artifacts created according to the meta artifact (specified in source_meta_artifact_uri). Never nil.
80 81 82 |
# File 'uu_os-0.29.16/lib/uu/os/meta_artifact/meta_artifact_attributes.rb', line 80 def default_icon_uri @default_icon_uri end |
- (Object) default_name
Default name for the artifacts created according to the meta artifact (specified in source_meta_artifact_uri). Never nil.
66 67 68 |
# File 'uu_os-0.29.16/lib/uu/os/meta_artifact/meta_artifact_attributes.rb', line 66 def default_name @default_name end |
- (Object) default_security_level
Default security level for the artifacts created according to the meta artifact (specified in source_meta_artifact_uri). Never nil.
76 77 78 |
# File 'uu_os-0.29.16/lib/uu/os/meta_artifact/meta_artifact_attributes.rb', line 76 def default_security_level @default_security_level end |
- (Object) description
Description of the meta artifact. Never nil.
19 20 21 |
# File 'uu_os-0.29.16/lib/uu/os/meta_artifact/meta_artifact_attributes.rb', line 19 def description @description end |
- (Object) entity_type_uri
UESURI of the entity type of the meta artifact. Never nil.
83 84 85 |
# File 'uu_os-0.29.16/lib/uu/os/meta_artifact/meta_artifact_attributes.rb', line 83 def entity_type_uri @entity_type_uri end |
- (Object) icon_uri
URI of the meta artifact's icon. If nil is set, the meta artifact uses icon from template of meta artifact.
42 43 44 |
# File 'uu_os-0.29.16/lib/uu/os/meta_artifact/meta_artifact_attributes.rb', line 42 def icon_uri @icon_uri end |
- (Object) location_uri
Normalized UESURI of the meta model where the meta artifact is located. Never nil.
31 32 33 |
# File 'uu_os-0.29.16/lib/uu/os/meta_artifact/meta_artifact_attributes.rb', line 31 def location_uri @location_uri end |
- (Object) meta_artifact_uri
Normalized UES URI of the meta artifact template. Never nil.
22 23 24 |
# File 'uu_os-0.29.16/lib/uu/os/meta_artifact/meta_artifact_attributes.rb', line 22 def @meta_artifact_uri end |
- (Object) modification_stamp
Modification stamp of the meta artifact.
56 57 58 |
# File 'uu_os-0.29.16/lib/uu/os/meta_artifact/meta_artifact_attributes.rb', line 56 def modification_stamp @modification_stamp end |
- (Object) modification_time
Modification time of the meta artifact.
59 60 61 |
# File 'uu_os-0.29.16/lib/uu/os/meta_artifact/meta_artifact_attributes.rb', line 59 def modification_time @modification_time end |
- (Object) name
Name of the meta artifact. Never nil.
13 14 15 |
# File 'uu_os-0.29.16/lib/uu/os/meta_artifact/meta_artifact_attributes.rb', line 13 def name @name end |
- (Object) organizational_unit_uri
Normalized UESURI of the organizational unit where the meta artifact is located. Never nil.
35 36 37 |
# File 'uu_os-0.29.16/lib/uu/os/meta_artifact/meta_artifact_attributes.rb', line 35 def organizational_unit_uri @organizational_unit_uri end |
- (Object) security_level
Security level of the meta artifact. Never nil.
47 48 49 |
# File 'uu_os-0.29.16/lib/uu/os/meta_artifact/meta_artifact_attributes.rb', line 47 def security_level @security_level end |
- (Object) source_meta_artifact_uri
Normalized UESURI of the source meta artifact from which is meta artifact copied.
25 26 27 |
# File 'uu_os-0.29.16/lib/uu/os/meta_artifact/meta_artifact_attributes.rb', line 25 def @source_meta_artifact_uri end |
- (Object) uri
Normalized UESURI of the meta artifact. Never nil.
10 11 12 |
# File 'uu_os-0.29.16/lib/uu/os/meta_artifact/meta_artifact_attributes.rb', line 10 def uri @uri end |
- (Object) version
Version of the meta artifact.
62 63 64 |
# File 'uu_os-0.29.16/lib/uu/os/meta_artifact/meta_artifact_attributes.rb', line 62 def version @version end |
Instance Method Details
- (Object) revision
Use #version instead.
277 278 279 |
# File 'uu_os-0.29.16/lib/uu/os/meta_artifact/meta_artifact_attributes.rb', line 277 def revision attributes[:version] end |
- (Object) revision=(val)
Use #version instead.
282 283 284 |
# File 'uu_os-0.29.16/lib/uu/os/meta_artifact/meta_artifact_attributes.rb', line 282 def revision=(val) attributes[:version] = val end |