Class: UU::OS::AppMetaModel::AppMetaModelAttributes

Inherits:
REST::DTO
  • Object
show all
Defined in:
uu_os_client-0.10.6/lib/uu/os/app_meta_model/app_meta_model_attributes.rb

Instance Attribute Summary (collapse)

Instance Method Summary (collapse)

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_client-0.10.6/lib/uu/os/app_meta_model/app_meta_model_attributes.rb', line 24

def app_box_uri
  @app_box_uri
end

- (Object) artifact_type

Artifact type. Always returns UESArtifactType#ORGANIZATIONAL.



45
46
47
# File 'uu_os_client-0.10.6/lib/uu/os/app_meta_model/app_meta_model_attributes.rb', line 45

def artifact_type
  @artifact_type
end

- (Object) code

Code of the app meta model. Never nil.



18
19
20
# File 'uu_os_client-0.10.6/lib/uu/os/app_meta_model/app_meta_model_attributes.rb', line 18

def code
  @code
end

- (Object) company_uri

URI of the company where the app meta model is located.



36
37
38
# File 'uu_os_client-0.10.6/lib/uu/os/app_meta_model/app_meta_model_attributes.rb', line 36

def company_uri
  @company_uri
end

- (Object) competent_role_uri

URI of the competent role. Never nil.



42
43
44
# File 'uu_os_client-0.10.6/lib/uu/os/app_meta_model/app_meta_model_attributes.rb', line 42

def competent_role_uri
  @competent_role_uri
end

- (Object) creation_stamp

Creation stamp of the app meta model. Never nil.



51
52
53
# File 'uu_os_client-0.10.6/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_client-0.10.6/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_client-0.10.6/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).



72
73
74
# File 'uu_os_client-0.10.6/lib/uu/os/app_meta_model/app_meta_model_attributes.rb', line 72

def entity_type_uri
  @entity_type_uri
end

- (Object) icon_uri

URI of the app meta model's icon. When nil is set, the app meta model uses icon from meta artifact.

Allowed formatURI of icon: ues:#system:#.CodeTable_Icons:#CODE_OF_ICON

For example:ues:#system:#{ues_v5.core_v1.codetable_v1.base_v1.CodeTable_Icons }:#ART_077



69
70
71
# File 'uu_os_client-0.10.6/lib/uu/os/app_meta_model/app_meta_model_attributes.rb', line 69

def icon_uri
  @icon_uri
end

- (Object) location_uri

URI of the app meta model's container. Returns nil if the organizational unit is the root of a territory (therefore there is no superior folder, organizational unit etc.).



29
30
31
# File 'uu_os_client-0.10.6/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.



39
40
41
# File 'uu_os_client-0.10.6/lib/uu/os/app_meta_model/app_meta_model_attributes.rb', line 39

def meta_artifact_uri
  @meta_artifact_uri
end

- (Object) modification_stamp

Modification stamp of the app meta model. Never nil.



57
58
59
# File 'uu_os_client-0.10.6/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_client-0.10.6/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_client-0.10.6/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 app meta model).



33
34
35
# File 'uu_os_client-0.10.6/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_client-0.10.6/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_client-0.10.6/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_client-0.10.6/lib/uu/os/app_meta_model/app_meta_model_attributes.rb', line 63

def version
  @version
end

Instance Method Details

- (Object) revision

Deprecated.

Use #version instead.



219
220
221
# File 'uu_os_client-0.10.6/lib/uu/os/app_meta_model/app_meta_model_attributes.rb', line 219

def revision
  attributes[:version]
end

- (Object) revision=(val)

Deprecated.

Use #version= instead.



224
225
226
# File 'uu_os_client-0.10.6/lib/uu/os/app_meta_model/app_meta_model_attributes.rb', line 224

def revision=(val)
  attributes[:version] = val
end