Class: UU::OS::UUEE::UUEEAttributes
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::UUEE::UUEEAttributes
- Defined in:
- uu_os-0.29.16/lib/uu/os/uuee/uuee_attributes.rb
Instance Attribute Summary (collapse)
-
- (Object) app_code
Full code of the application which is represented by the uuEE.
-
- (Object) artifact_type
deprecated
Deprecated.
Always returns nil.
-
- (Object) avatar_uri
UESURI or URL of image which represents uuEE's avatar (user photo).
-
- (Object) code
Code of the uuEE.
- - (Object) company_uri deprecated Deprecated.
-
- (Object) competent_role_uri
URI of the competent role.
-
- (Object) component_content
Indicates whether the primarily displayed content of the uuEE is component content.
-
- (Object) creation_stamp
Creation stamp of the uuEE.
-
- (Object) creation_time
Creation time of the uuEE.
-
- (Object) description
Description of the uuEE.
-
- (Object) entity_type_uri
UESURI of the entity type of the uuEE.
-
- (Object) first_name
First name of the uuEE.
-
- (Object) grant_all_from_organizational_unit
deprecated
Deprecated.
Specifies if the uuEE is be included among All roles from organizational
-
- (Object) icon_uri
URI of the uuEE's icon.
-
- (Object) location_uri
URI of the uuEE's container.
-
- (Object) meta_artifact_uri
URI of the meta artifact.
-
- (Object) modification_stamp
Modification stamp of the uuEE.
-
- (Object) modification_time
Modification time of the uuEE.
-
- (Object) organizational_unit_uri
URI of the organizational unit in which the uuEE lies.
-
- (Object) searchable_in_territory
Specifies if it is possible to search the uuEE in its territory.
-
- (Object) security_clearance
Security clearance of the uuEE.
-
- (Object) security_level
Security level of the uuEE.
-
- (Object) state_type
State type of the uuEE.
-
- (Object) surname
Surname of the uuEE.
-
- (Object) universe_id
Universe identifier of the user.
-
- (Object) uri
Normalized UESURI of the uuEE.
-
- (Object) version
Version of the uuEE.
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) app_code
Full code of the application which is represented by the uuEE. The code is in the format VENDOR_CODE.APP_CODE. If the value is not set, the uuEE is not an identity of any application.
87 88 89 |
# File 'uu_os-0.29.16/lib/uu/os/uuee/uuee_attributes.rb', line 87 def app_code @app_code end |
- (Object) artifact_type
Always returns nil.
81 82 83 |
# File 'uu_os-0.29.16/lib/uu/os/uuee/uuee_attributes.rb', line 81 def artifact_type @artifact_type end |
- (Object) avatar_uri
UESURI or URL of image which represents uuEE's avatar (user photo).
90 91 92 |
# File 'uu_os-0.29.16/lib/uu/os/uuee/uuee_attributes.rb', line 90 def avatar_uri @avatar_uri end |
- (Object) code
Code of the uuEE. Never nil.
19 20 21 |
# File 'uu_os-0.29.16/lib/uu/os/uuee/uuee_attributes.rb', line 19 def code @code end |
- (Object) company_uri
32 33 34 |
# File 'uu_os-0.29.16/lib/uu/os/uuee/uuee_attributes.rb', line 32 def company_uri @company_uri end |
- (Object) competent_role_uri
URI of the competent role. Never nil.
41 42 43 |
# File 'uu_os-0.29.16/lib/uu/os/uuee/uuee_attributes.rb', line 41 def competent_role_uri @competent_role_uri end |
- (Object) component_content
Indicates whether the primarily displayed content of the uuEE is component content.
84 85 86 |
# File 'uu_os-0.29.16/lib/uu/os/uuee/uuee_attributes.rb', line 84 def component_content @component_content end |
- (Object) creation_stamp
Creation stamp of the uuEE.
50 51 52 |
# File 'uu_os-0.29.16/lib/uu/os/uuee/uuee_attributes.rb', line 50 def creation_stamp @creation_stamp end |
- (Object) creation_time
Creation time of the uuEE.
53 54 55 |
# File 'uu_os-0.29.16/lib/uu/os/uuee/uuee_attributes.rb', line 53 def creation_time @creation_time end |
- (Object) description
Description of the uuEE.
22 23 24 |
# File 'uu_os-0.29.16/lib/uu/os/uuee/uuee_attributes.rb', line 22 def description @description end |
- (Object) entity_type_uri
UESURI of the entity type of the uuEE. Never nil.
75 76 77 |
# File 'uu_os-0.29.16/lib/uu/os/uuee/uuee_attributes.rb', line 75 def entity_type_uri @entity_type_uri end |
- (Object) first_name
First name of the uuEE. Never nil.
13 14 15 |
# File 'uu_os-0.29.16/lib/uu/os/uuee/uuee_attributes.rb', line 13 def first_name @first_name end |
- (Object) grant_all_from_organizational_unit
Specifies if the uuEE is be included among All roles from organizational
unit. Never nil.
72 73 74 |
# File 'uu_os-0.29.16/lib/uu/os/uuee/uuee_attributes.rb', line 72 def grant_all_from_organizational_unit @grant_all_from_organizational_unit end |
- (Object) icon_uri
URI of the uuEE's icon. When nil is set, the role uses icon from meta artifact.
68 69 70 |
# File 'uu_os-0.29.16/lib/uu/os/uuee/uuee_attributes.rb', line 68 def icon_uri @icon_uri end |
- (Object) location_uri
URI of the uuEE's container. Never nil.
25 26 27 |
# File 'uu_os-0.29.16/lib/uu/os/uuee/uuee_attributes.rb', line 25 def location_uri @location_uri end |
- (Object) meta_artifact_uri
URI of the meta artifact. Never nil.
35 36 37 |
# File 'uu_os-0.29.16/lib/uu/os/uuee/uuee_attributes.rb', line 35 def @meta_artifact_uri end |
- (Object) modification_stamp
Modification stamp of the uuEE.
56 57 58 |
# File 'uu_os-0.29.16/lib/uu/os/uuee/uuee_attributes.rb', line 56 def modification_stamp @modification_stamp end |
- (Object) modification_time
Modification time of the uuEE.
59 60 61 |
# File 'uu_os-0.29.16/lib/uu/os/uuee/uuee_attributes.rb', line 59 def modification_time @modification_time end |
- (Object) organizational_unit_uri
URI of the organizational unit in which the uuEE lies. Never nil.
28 29 30 |
# File 'uu_os-0.29.16/lib/uu/os/uuee/uuee_attributes.rb', line 28 def organizational_unit_uri @organizational_unit_uri end |
- (Object) searchable_in_territory
Specifies if it is possible to search the uuEE in its territory.
65 66 67 |
# File 'uu_os-0.29.16/lib/uu/os/uuee/uuee_attributes.rb', line 65 def searchable_in_territory @searchable_in_territory end |
- (Object) security_clearance
Security clearance of the uuEE. Never nil.
47 48 49 |
# File 'uu_os-0.29.16/lib/uu/os/uuee/uuee_attributes.rb', line 47 def security_clearance @security_clearance end |
- (Object) security_level
Security level of the uuEE. Never nil.
44 45 46 |
# File 'uu_os-0.29.16/lib/uu/os/uuee/uuee_attributes.rb', line 44 def security_level @security_level end |
- (Object) state_type
State type of the uuEE. Never nil.
78 79 80 |
# File 'uu_os-0.29.16/lib/uu/os/uuee/uuee_attributes.rb', line 78 def state_type @state_type end |
- (Object) surname
Surname of the uuEE. Never nil.
16 17 18 |
# File 'uu_os-0.29.16/lib/uu/os/uuee/uuee_attributes.rb', line 16 def surname @surname end |
- (Object) universe_id
Universe identifier of the user. Never nil.
38 39 40 |
# File 'uu_os-0.29.16/lib/uu/os/uuee/uuee_attributes.rb', line 38 def universe_id @universe_id end |
- (Object) uri
Normalized UESURI of the uuEE. Never nil.
10 11 12 |
# File 'uu_os-0.29.16/lib/uu/os/uuee/uuee_attributes.rb', line 10 def uri @uri end |
- (Object) version
Version of the uuEE.
62 63 64 |
# File 'uu_os-0.29.16/lib/uu/os/uuee/uuee_attributes.rb', line 62 def version @version end |
Instance Method Details
- (Object) revision
Use #version instead.
264 265 266 |
# File 'uu_os-0.29.16/lib/uu/os/uuee/uuee_attributes.rb', line 264 def revision attributes[:version] end |
- (Object) revision=(val)
Use #version instead.
269 270 271 |
# File 'uu_os-0.29.16/lib/uu/os/uuee/uuee_attributes.rb', line 269 def revision=(val) attributes[:version] = val end |