Class: UU::OS::VisualUseCase::VisualUseCaseAttributes

Inherits:
REST::DTO
  • Object
show all
Defined in:
uu_os-0.29.16/lib/uu/os/visual_use_case/visual_use_case_attributes.rb

Overview

See Also:

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.



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

def artifact_type
  @artifact_type
end

- (Object) code

The code of the visual use case. Never nil.



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

def code
  @code
end

- (Object) company_uri

Deprecated.


33
34
35
# File 'uu_os-0.29.16/lib/uu/os/visual_use_case/visual_use_case_attributes.rb', line 33

def company_uri
  @company_uri
end

- (Object) competent_role_uri

URI of the competent for visual use case.



39
40
41
# File 'uu_os-0.29.16/lib/uu/os/visual_use_case/visual_use_case_attributes.rb', line 39

def competent_role_uri
  @competent_role_uri
end

- (Object) component_content

Defines whether the primarily displayed content



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

def component_content
  @component_content
end

- (Object) controller_class

Class to look for when executing this VUC



68
69
70
# File 'uu_os-0.29.16/lib/uu/os/visual_use_case/visual_use_case_attributes.rb', line 68

def controller_class
  @controller_class
end

- (Object) controller_engine

Engine used for this VUC

See Also:



73
74
75
# File 'uu_os-0.29.16/lib/uu/os/visual_use_case/visual_use_case_attributes.rb', line 73

def controller_engine
  @controller_engine
end

- (Object) controller_revision

Revision of the controller - its attachment



76
77
78
# File 'uu_os-0.29.16/lib/uu/os/visual_use_case/visual_use_case_attributes.rb', line 76

def controller_revision
  @controller_revision
end

- (Object) controller_url_path

Path at which the controller will be deployed



65
66
67
# File 'uu_os-0.29.16/lib/uu/os/visual_use_case/visual_use_case_attributes.rb', line 65

def controller_url_path
  @controller_url_path
end

- (Object) creation_stamp

The creation stamp of the visual use case. Never nil.



47
48
49
# File 'uu_os-0.29.16/lib/uu/os/visual_use_case/visual_use_case_attributes.rb', line 47

def creation_stamp
  @creation_stamp
end

- (Object) creation_time

The creation time of the visual use case. Never nil.



50
51
52
# File 'uu_os-0.29.16/lib/uu/os/visual_use_case/visual_use_case_attributes.rb', line 50

def creation_time
  @creation_time
end

- (Object) description

The description of the visual use case. Never nil.



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

def description
  @description
end

- (Object) entity_type_uri

URI of the entity type of the visual use case (@see cz.ues.platform.sysc.entitytype.UESEntityType for more info). Never nil.



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

def entity_type_uri
  @entity_type_uri
end

- (Object) icon_uri

URI of the visual use case's icon. If nil is set, the visual use case uses icon from meta artifact.



62
63
64
# File 'uu_os-0.29.16/lib/uu/os/visual_use_case/visual_use_case_attributes.rb', line 62

def icon_uri
  @icon_uri
end

- (Object) location_uri

URI of the visual use case's container.



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

def location_uri
  @location_uri
end

- (Object) meta_artifact_uri

URI of the meta artifact. Never nil.



36
37
38
# File 'uu_os-0.29.16/lib/uu/os/visual_use_case/visual_use_case_attributes.rb', line 36

def meta_artifact_uri
  @meta_artifact_uri
end

- (Object) modification_stamp

The modification time of the visual use case. Never nil.



53
54
55
# File 'uu_os-0.29.16/lib/uu/os/visual_use_case/visual_use_case_attributes.rb', line 53

def modification_stamp
  @modification_stamp
end

- (Object) modification_time

The modification stamp of the visual use case. Never nil.



56
57
58
# File 'uu_os-0.29.16/lib/uu/os/visual_use_case/visual_use_case_attributes.rb', line 56

def modification_time
  @modification_time
end

- (Object) name

The name of the visual use case. Never nil.



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

def name
  @name
end

- (Object) organizational_unit_uri

URI of the organizational unit in which the visual use case lies.



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

def organizational_unit_uri
  @organizational_unit_uri
end

- (Object) security_level

Security level of the visual use case. Never nil.



44
45
46
# File 'uu_os-0.29.16/lib/uu/os/visual_use_case/visual_use_case_attributes.rb', line 44

def security_level
  @security_level
end

- (Object) uri

The normalized UESURI of the visual use case. Never nil.



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

def uri
  @uri
end

- (Object) version

Version of the visual use case. Never nil.



59
60
61
# File 'uu_os-0.29.16/lib/uu/os/visual_use_case/visual_use_case_attributes.rb', line 59

def version
  @version
end

Instance Method Details

- (Object) revision

Deprecated.

Use #version instead.



243
244
245
# File 'uu_os-0.29.16/lib/uu/os/visual_use_case/visual_use_case_attributes.rb', line 243

def revision
  attributes[:version]
end

- (Object) revision=(val)

Deprecated.

Use #version instead.



248
249
250
# File 'uu_os-0.29.16/lib/uu/os/visual_use_case/visual_use_case_attributes.rb', line 248

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