Class: UU::OS::Role::RoleAttributes

Inherits:
UU::OS::REST::DTO show all
Defined in:
uu_os-0.29.16/lib/uu/os/role/role_attributes.rb

Instance Attribute Summary (collapse)

Instance Method Summary (collapse)

Methods inherited from UU::OS::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.



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

def artifact_type
  @artifact_type
end

- (Object) code

Code of the role. Never nil.



19
20
21
# File 'uu_os-0.29.16/lib/uu/os/role/role_attributes.rb', line 19

def code
  @code
end

- (Object) company_uri

Deprecated.


32
33
34
# File 'uu_os-0.29.16/lib/uu/os/role/role_attributes.rb', line 32

def company_uri
  @company_uri
end

- (Object) competent_role_uri

UESURI of the competent role. Returns roleUri (command main entity) if the role is the root role of a territory.



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

def competent_role_uri
  @competent_role_uri
end

- (Object) component_content

Returns the value of attribute component_content



81
82
83
# File 'uu_os-0.29.16/lib/uu/os/role/role_attributes.rb', line 81

def component_content
  @component_content
end

- (Object) creation_stamp

Creation stamp of the role.



45
46
47
# File 'uu_os-0.29.16/lib/uu/os/role/role_attributes.rb', line 45

def creation_stamp
  @creation_stamp
end

- (Object) creation_time

Creation time of the role.



48
49
50
# File 'uu_os-0.29.16/lib/uu/os/role/role_attributes.rb', line 48

def creation_time
  @creation_time
end

- (Object) description

Description of the role. Never nil.



22
23
24
# File 'uu_os-0.29.16/lib/uu/os/role/role_attributes.rb', line 22

def description
  @description
end

- (Object) entity_type_uri

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



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

def entity_type_uri
  @entity_type_uri
end

- (Object) grant_all_from_organizational_unit

Specifies if the role is be included among All roles from organizational unit. Never nil.



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

def grant_all_from_organizational_unit
  @grant_all_from_organizational_unit
end

- (Object) icon_uri

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



69
70
71
# File 'uu_os-0.29.16/lib/uu/os/role/role_attributes.rb', line 69

def icon_uri
  @icon_uri
end

- (Object) location_uri

UESURI of the role's container.



25
26
27
# File 'uu_os-0.29.16/lib/uu/os/role/role_attributes.rb', line 25

def location_uri
  @location_uri
end

- (Object) meta_artifact_uri

UESURI of the meta artifact. Never nil.



35
36
37
# File 'uu_os-0.29.16/lib/uu/os/role/role_attributes.rb', line 35

def meta_artifact_uri
  @meta_artifact_uri
end

- (Object) modification_stamp

Modification stamp of the role.



51
52
53
# File 'uu_os-0.29.16/lib/uu/os/role/role_attributes.rb', line 51

def modification_stamp
  @modification_stamp
end

- (Object) modification_time

Modification time of the role.



54
55
56
# File 'uu_os-0.29.16/lib/uu/os/role/role_attributes.rb', line 54

def modification_time
  @modification_time
end

- (Object) name

Name of the role. Never nil.



13
14
15
# File 'uu_os-0.29.16/lib/uu/os/role/role_attributes.rb', line 13

def name
  @name
end

- (Object) organizational_unit_uri

UESURI of the organizational unit in which the role lies.



28
29
30
# File 'uu_os-0.29.16/lib/uu/os/role/role_attributes.rb', line 28

def organizational_unit_uri
  @organizational_unit_uri
end

- (Object) original_name

Name of the specified role without the name of primary casted access role.



16
17
18
# File 'uu_os-0.29.16/lib/uu/os/role/role_attributes.rb', line 16

def original_name
  @original_name
end

- (Object) searchable_across_territories

Deprecated.


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

def searchable_across_territories
  @searchable_across_territories
end

- (Object) searchable_in_territory

Specifies if it is possible to search the role in its territory.



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

def searchable_in_territory
  @searchable_in_territory
end

- (Object) security_level

Security level of the role. Never nil.



42
43
44
# File 'uu_os-0.29.16/lib/uu/os/role/role_attributes.rb', line 42

def security_level
  @security_level
end

- (Object) territory_switch_visible

Deprecated.


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

def territory_switch_visible
  @territory_switch_visible
end

- (Object) uri

Normalized UESURI of the role. Never nil.



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

def uri
  @uri
end

- (Object) version

Version of the role.



57
58
59
# File 'uu_os-0.29.16/lib/uu/os/role/role_attributes.rb', line 57

def version
  @version
end

Instance Method Details

- (Object) revision

Deprecated.

Use #version instead.



238
239
240
# File 'uu_os-0.29.16/lib/uu/os/role/role_attributes.rb', line 238

def revision
  attributes[:version]
end

- (Object) revision=(val)

Deprecated.

Use #version instead.



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

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