| 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 ItemList<Aclentry> |
Acl.hasAclEntry |
protected ItemList<Aclentry> |
SystemRole.ofAclEntry |
| Modifier and Type | Method and Description |
|---|---|
ItemList<Aclentry> |
Acl.getHasAclEntry()
Retrieve the
has_acl_entry property (displayed as 'Has Acl Entry') of the object. |
ItemList<Aclentry> |
SystemRole.getOfAclEntry()
Retrieve the
of_acl_entry property (displayed as 'Of Acl Entry') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
Acl.setHasAclEntry(ItemList<Aclentry> hasAclEntry)
Set the
has_acl_entry property (displayed as Has Acl Entry) of the object. |
void |
SystemRole.setOfAclEntry(ItemList<Aclentry> ofAclEntry)
Set the
of_acl_entry property (displayed as Of Acl Entry) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.