Class: UU::OS::UseCaseLog::UseCaseLogRecordEntry

Inherits:
REST::DTO
  • Object
show all
Defined in:
uu_os_framework-0.29.16/lib/uu/os/use_case_log/use_case_log_get_record_entry.rb

Overview

See Also:

Instance Attribute Summary (collapse)

Method Summary

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) access_role_code

Code of the access role, who has executed the use case. Never nil.



55
56
57
# File 'uu_os_framework-0.29.16/lib/uu/os/use_case_log/use_case_log_get_record_entry.rb', line 55

def access_role_code
  @access_role_code
end

- (Object) access_role_name

Name of the access role, who has executed the use case. Never nil.



58
59
60
# File 'uu_os_framework-0.29.16/lib/uu/os/use_case_log/use_case_log_get_record_entry.rb', line 58

def access_role_name
  @access_role_name
end

- (Object) access_role_uri

UESURI of the access role, who has executed the use case. The UESURI doesn't have to be a classic uri (canonical or normalized), but may only contain known parts of the uri e.g. code or oid. Never nil.



52
53
54
# File 'uu_os_framework-0.29.16/lib/uu/os/use_case_log/use_case_log_get_record_entry.rb', line 52

def access_role_uri
  @access_role_uri
end

- (Object) app_code

Code of the uuApp... .



73
74
75
# File 'uu_os_framework-0.29.16/lib/uu/os/use_case_log/use_case_log_get_record_entry.rb', line 73

def app_code
  @app_code
end

- (Object) artifact_code

Code of the artifact, on which the use case was executed. Never nil.



40
41
42
# File 'uu_os_framework-0.29.16/lib/uu/os/use_case_log/use_case_log_get_record_entry.rb', line 40

def artifact_code
  @artifact_code
end

- (Object) artifact_name

Name of the artifact, on which the use case was executed. Never nil.



43
44
45
# File 'uu_os_framework-0.29.16/lib/uu/os/use_case_log/use_case_log_get_record_entry.rb', line 43

def artifact_name
  @artifact_name
end

- (Object) client_app_code

Code of the uuApp, in which the use case was executed.



70
71
72
# File 'uu_os_framework-0.29.16/lib/uu/os/use_case_log/use_case_log_get_record_entry.rb', line 70

def client_app_code
  @client_app_code
end

- (Object) creation_time

Date and time, when the use case log record was created. Never nil.



20
21
22
# File 'uu_os_framework-0.29.16/lib/uu/os/use_case_log/use_case_log_get_record_entry.rb', line 20

def creation_time
  @creation_time
end

- (Object) executive_role_code

Code of the executive role, ... . Never nil.



64
65
66
# File 'uu_os_framework-0.29.16/lib/uu/os/use_case_log/use_case_log_get_record_entry.rb', line 64

def executive_role_code
  @executive_role_code
end

- (Object) executive_role_name

Name of the executive role, ... .



67
68
69
# File 'uu_os_framework-0.29.16/lib/uu/os/use_case_log/use_case_log_get_record_entry.rb', line 67

def executive_role_name
  @executive_role_name
end

- (Object) executive_role_uri

UESURI of the executive role, ... . The UESURI doesn't have to be a classic uri (canonical or normalized), but may only contain known parts of the uri e.g. code or oid. Never nil.



61
62
63
# File 'uu_os_framework-0.29.16/lib/uu/os/use_case_log/use_case_log_get_record_entry.rb', line 61

def executive_role_uri
  @executive_role_uri
end

- (Object) id

ID of a use case log record. Never nil.



17
18
19
# File 'uu_os_framework-0.29.16/lib/uu/os/use_case_log/use_case_log_get_record_entry.rb', line 17

def id
  @id
end

- (Object) log_level

Enum value, which specifies a level of the use case log record. Never nil.



25
26
27
# File 'uu_os_framework-0.29.16/lib/uu/os/use_case_log/use_case_log_get_record_entry.rb', line 25

def log_level
  @log_level
end

- (Object) message

Message of a use case log record.



28
29
30
# File 'uu_os_framework-0.29.16/lib/uu/os/use_case_log/use_case_log_get_record_entry.rb', line 28

def message
  @message
end

- (Object) node_id

ID of the node, on which the use case was executed.



31
32
33
# File 'uu_os_framework-0.29.16/lib/uu/os/use_case_log/use_case_log_get_record_entry.rb', line 31

def node_id
  @node_id
end

- (Object) object_code

Code of the object, on which the use case was executed. Never nil.



46
47
48
# File 'uu_os_framework-0.29.16/lib/uu/os/use_case_log/use_case_log_get_record_entry.rb', line 46

def object_code
  @object_code
end

- (Object) object_name

Name of the object, on which the use case was executed. Never nil.



49
50
51
# File 'uu_os_framework-0.29.16/lib/uu/os/use_case_log/use_case_log_get_record_entry.rb', line 49

def object_name
  @object_name
end

- (Object) object_uri

UESURI of the object, on which the use case was executed. The UESURI doesn't have to be a classic uri (canonical or normalized), but may only contain known parts of the uri e.g. code or oid. Never nil.



34
35
36
# File 'uu_os_framework-0.29.16/lib/uu/os/use_case_log/use_case_log_get_record_entry.rb', line 34

def object_uri
  @object_uri
end

- (Object) territory_code

Code of the territory, where the use case was executed.



37
38
39
# File 'uu_os_framework-0.29.16/lib/uu/os/use_case_log/use_case_log_get_record_entry.rb', line 37

def territory_code
  @territory_code
end

- (Object) use_case_code

Code of the use case. Never nil.



76
77
78
# File 'uu_os_framework-0.29.16/lib/uu/os/use_case_log/use_case_log_get_record_entry.rb', line 76

def use_case_code
  @use_case_code
end

- (Object) use_case_duration

Duration time of the use case. Never nil.



87
88
89
# File 'uu_os_framework-0.29.16/lib/uu/os/use_case_log/use_case_log_get_record_entry.rb', line 87

def use_case_duration
  @use_case_duration
end

- (Object) use_case_name

Name of the use case. Never nil.



79
80
81
# File 'uu_os_framework-0.29.16/lib/uu/os/use_case_log/use_case_log_get_record_entry.rb', line 79

def use_case_name
  @use_case_name
end

- (Object) use_case_type

Enum value, which specifies a type of the use case. Never nil.



84
85
86
# File 'uu_os_framework-0.29.16/lib/uu/os/use_case_log/use_case_log_get_record_entry.rb', line 84

def use_case_type
  @use_case_type
end