| Package | Description |
|---|---|
| org.odpi.egeria.connectors.ibm.igc.clientlibrary.model.base |
Defines data constructs representing each of IGC's metadata types.
|
| Modifier and Type | Field and Description |
|---|---|
protected SystemRole |
RoleAssignment.definedBySystemRole |
protected SystemRole |
Aclentry.hasSystemRole |
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<SystemRole> |
Actiondescriptor.hasPrivilegeSystemRole |
| Modifier and Type | Method and Description |
|---|---|
SystemRole |
RoleAssignment.getDefinedBySystemRole()
Retrieve the
defined_by_system_role property (displayed as 'Defined By System Role') of the object. |
SystemRole |
Aclentry.getHasSystemRole()
Retrieve the
has_system_role property (displayed as 'Has System Role') of the object. |
| Modifier and Type | Method and Description |
|---|---|
ItemList<SystemRole> |
Actiondescriptor.getHasPrivilegeSystemRole()
Retrieve the
has_privilege_system_role property (displayed as 'Has Privilege System Role') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
RoleAssignment.setDefinedBySystemRole(SystemRole definedBySystemRole)
Set the
defined_by_system_role property (displayed as Defined By System Role) of the object. |
void |
Aclentry.setHasSystemRole(SystemRole hasSystemRole)
Set the
has_system_role property (displayed as Has System Role) of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
Actiondescriptor.setHasPrivilegeSystemRole(ItemList<SystemRole> hasPrivilegeSystemRole)
Set the
has_privilege_system_role property (displayed as Has Privilege System Role) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.