Class: UU::OS::Artifact::ArtifactAttributes

Inherits:
REST::DTO
  • Object
show all
Defined in:
uu_os-0.29.16/lib/uu/os/artifact/artifact_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) artifact_type

Deprecated.

Always returns nil.



88
89
90
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_attributes.rb', line 88

def artifact_type
  @artifact_type
end

- (Object) code

Code of the artifact.



10
11
12
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_attributes.rb', line 10

def code
  @code
end

- (Object) company_uri

Deprecated.


14
15
16
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_attributes.rb', line 14

def company_uri
  @company_uri
end

- (Object) competent_role_uri

URI of the competent role.



17
18
19
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_attributes.rb', line 17

def competent_role_uri
  @competent_role_uri
end

- (Object) component_content

Indicates whether the primarily displayed content of the Artifact is component content.



85
86
87
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_attributes.rb', line 85

def component_content
  @component_content
end

- (Object) creation_stamp

Creation stamp of the artifact.



20
21
22
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_attributes.rb', line 20

def creation_stamp
  @creation_stamp
end

- (Object) creation_time

Creation time of the artifact.



23
24
25
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_attributes.rb', line 23

def creation_time
  @creation_time
end

- (Object) description

Description of the artifact.



26
27
28
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_attributes.rb', line 26

def description
  @description
end

- (Object) entity_type_uri

UESURI of the entity type of the artifact. Never nil.



82
83
84
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_attributes.rb', line 82

def entity_type_uri
  @entity_type_uri
end

- (Object) icon_uri

URI of the artifact's icon.



29
30
31
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_attributes.rb', line 29

def icon_uri
  @icon_uri
end

- (Object) layout

Deprecated.

Layouts are no longer used, this attribute has no effect.



34
35
36
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_attributes.rb', line 34

def layout
  @layout
end

- (Object) location_uri

URI of the artifact container.



37
38
39
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_attributes.rb', line 37

def location_uri
  @location_uri
end

- (Object) meta_artifact_uri

URI of the meta artifact.



40
41
42
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_attributes.rb', line 40

def meta_artifact_uri
  @meta_artifact_uri
end

- (Object) modification_stamp

Modification stamp of the artifact.



43
44
45
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_attributes.rb', line 43

def modification_stamp
  @modification_stamp
end

- (Object) modification_time

Modification time of the artifact.



46
47
48
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_attributes.rb', line 46

def modification_time
  @modification_time
end

- (Object) name

Name of the artifact.



49
50
51
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_attributes.rb', line 49

def name
  @name
end

- (Object) organizational_unit_uri

URI of the organizational unit.



52
53
54
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_attributes.rb', line 52

def organizational_unit_uri
  @organizational_unit_uri
end

- (Object) security_level

Security level of the artifact.

See Also:



60
61
62
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_attributes.rb', line 60

def security_level
  @security_level
end

- (Object) state_comment

Comment of the current activity state.



63
64
65
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_attributes.rb', line 63

def state_comment
  @state_comment
end

- (Object) state_name

Name of the artifact state.



66
67
68
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_attributes.rb', line 66

def state_name
  @state_name
end

- (Object) state_type

Type of the current artifact state.



71
72
73
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_attributes.rb', line 71

def state_type
  @state_type
end

- (Object) uri

URI of the artifact.



74
75
76
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_attributes.rb', line 74

def uri
  @uri
end

- (Object) version

Version of the artifact.



55
56
57
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_attributes.rb', line 55

def version
  @version
end

- (Object) width

Flag of width sheet.



79
80
81
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_attributes.rb', line 79

def width
  @width
end

Instance Method Details

- (Object) revision

Deprecated.

Use #version instead.



240
241
242
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_attributes.rb', line 240

def revision 
  attributes[:version]
end

- (Object) revision=(val)

Deprecated.

Use #version instead.



245
246
247
# File 'uu_os-0.29.16/lib/uu/os/artifact/artifact_attributes.rb', line 245

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