| 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 PhysicalObject |
PhysicalObjectAttribute.physicalObject |
protected PhysicalObject |
PhysicalObjectAttribute.physicalObjectForQuery |
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<PhysicalObject> |
PhysicalObject.containsPhysicalObjects |
protected ItemList<PhysicalObject> |
MdmModel.containsPhysicalObjects |
protected ItemList<PhysicalObject> |
View.mappedToPhysicalObjects |
protected ItemList<PhysicalObject> |
DatabaseTable.mappedToPhysicalObjects |
protected ItemList<PhysicalObject> |
PhysicalObject.physicalObject |
| Modifier and Type | Method and Description |
|---|---|
PhysicalObject |
PhysicalObjectAttribute.getPhysicalObject()
Retrieve the
physical_object property (displayed as 'Physical Object') of the object. |
PhysicalObject |
PhysicalObjectAttribute.getPhysicalObjectForQuery()
Retrieve the
physical_object_for_query property (displayed as 'Physical Object') of the object. |
| Modifier and Type | Method and Description |
|---|---|
ItemList<PhysicalObject> |
PhysicalObject.getContainsPhysicalObjects()
Retrieve the
contains_physical_objects property (displayed as 'Contains Physical Objects') of the object. |
ItemList<PhysicalObject> |
MdmModel.getContainsPhysicalObjects()
Retrieve the
contains_physical_objects property (displayed as 'Contains Physical Objects') of the object. |
ItemList<PhysicalObject> |
View.getMappedToPhysicalObjects()
Retrieve the
mapped_to_physical_objects property (displayed as 'Mapped to Physical Objects') of the object. |
ItemList<PhysicalObject> |
DatabaseTable.getMappedToPhysicalObjects()
Retrieve the
mapped_to_physical_objects property (displayed as 'Mapped to Physical Objects') of the object. |
ItemList<PhysicalObject> |
PhysicalObject.getPhysicalObject()
Retrieve the
physical_object property (displayed as 'Physical Object') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
PhysicalObjectAttribute.setPhysicalObject(PhysicalObject physicalObject)
Set the
physical_object property (displayed as Physical Object) of the object. |
void |
PhysicalObjectAttribute.setPhysicalObjectForQuery(PhysicalObject physicalObjectForQuery)
Set the
physical_object_for_query property (displayed as Physical Object) of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
PhysicalObject.setContainsPhysicalObjects(ItemList<PhysicalObject> containsPhysicalObjects)
Set the
contains_physical_objects property (displayed as Contains Physical Objects) of the object. |
void |
MdmModel.setContainsPhysicalObjects(ItemList<PhysicalObject> containsPhysicalObjects)
Set the
contains_physical_objects property (displayed as Contains Physical Objects) of the object. |
void |
View.setMappedToPhysicalObjects(ItemList<PhysicalObject> mappedToPhysicalObjects)
Set the
mapped_to_physical_objects property (displayed as Mapped to Physical Objects) of the object. |
void |
DatabaseTable.setMappedToPhysicalObjects(ItemList<PhysicalObject> mappedToPhysicalObjects)
Set the
mapped_to_physical_objects property (displayed as Mapped to Physical Objects) of the object. |
void |
PhysicalObject.setPhysicalObject(ItemList<PhysicalObject> physicalObject)
Set the
physical_object property (displayed as Physical Object) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.