| 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 PhysicalDataModel |
PhysicalDomain.physicalDataModel |
protected PhysicalDataModel |
DesignView.physicalDataModel |
protected PhysicalDataModel |
DesignStoredProcedure.physicalDataModel |
protected PhysicalDataModel |
DesignTable.physicalDataModel |
protected PhysicalDataModel |
PhysicalDataModel.physicalModel |
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<PhysicalDataModel> |
PhysicalDataModel.containsPhysicalModels |
protected ItemList<PhysicalDataModel> |
LogicalDataModel.implementedByPhysicalDataModels |
protected ItemList<PhysicalDataModel> |
DatabaseSchema.implementsPhysicalDataModels |
protected ItemList<PhysicalDataModel> |
HbaseNamespace.implementsPhysicalDataModels |
protected ItemList<PhysicalDataModel> |
DataFile.implementsPhysicalModels |
| Modifier and Type | Method and Description |
|---|---|
PhysicalDataModel |
PhysicalDomain.getPhysicalDataModel()
Retrieve the
physical_data_model property (displayed as 'Physical Data Model') of the object. |
PhysicalDataModel |
DesignView.getPhysicalDataModel()
Retrieve the
physical_data_model property (displayed as 'Physical Data Model') of the object. |
PhysicalDataModel |
DesignStoredProcedure.getPhysicalDataModel()
Retrieve the
physical_data_model property (displayed as 'Physical Data Model') of the object. |
PhysicalDataModel |
DesignTable.getPhysicalDataModel()
Retrieve the
physical_data_model property (displayed as 'Physical Data Model') of the object. |
PhysicalDataModel |
PhysicalDataModel.getPhysicalModel()
Retrieve the
physical_model property (displayed as 'Physical Model') of the object. |
| Modifier and Type | Method and Description |
|---|---|
ItemList<PhysicalDataModel> |
PhysicalDataModel.getContainsPhysicalModels()
Retrieve the
contains_physical_models property (displayed as 'Contains Physical Models') of the object. |
ItemList<PhysicalDataModel> |
LogicalDataModel.getImplementedByPhysicalDataModels()
Retrieve the
implemented_by_physical_data_models property (displayed as 'Implemented by Physical Data Models') of the object. |
ItemList<PhysicalDataModel> |
DatabaseSchema.getImplementsPhysicalDataModels()
Retrieve the
implements_physical_data_models property (displayed as 'Implements Physical Data Models') of the object. |
ItemList<PhysicalDataModel> |
HbaseNamespace.getImplementsPhysicalDataModels()
Retrieve the
implements_physical_data_models property (displayed as 'Implements Physical Data Models') of the object. |
ItemList<PhysicalDataModel> |
DataFile.getImplementsPhysicalModels()
Retrieve the
implements_physical_models property (displayed as 'Implements Physical Models') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
PhysicalDomain.setPhysicalDataModel(PhysicalDataModel physicalDataModel)
Set the
physical_data_model property (displayed as Physical Data Model) of the object. |
void |
DesignView.setPhysicalDataModel(PhysicalDataModel physicalDataModel)
Set the
physical_data_model property (displayed as Physical Data Model) of the object. |
void |
DesignStoredProcedure.setPhysicalDataModel(PhysicalDataModel physicalDataModel)
Set the
physical_data_model property (displayed as Physical Data Model) of the object. |
void |
DesignTable.setPhysicalDataModel(PhysicalDataModel physicalDataModel)
Set the
physical_data_model property (displayed as Physical Data Model) of the object. |
void |
PhysicalDataModel.setPhysicalModel(PhysicalDataModel physicalModel)
Set the
physical_model property (displayed as Physical Model) of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
PhysicalDataModel.setContainsPhysicalModels(ItemList<PhysicalDataModel> containsPhysicalModels)
Set the
contains_physical_models property (displayed as Contains Physical Models) of the object. |
void |
LogicalDataModel.setImplementedByPhysicalDataModels(ItemList<PhysicalDataModel> implementedByPhysicalDataModels)
Set the
implemented_by_physical_data_models property (displayed as Implemented by Physical Data Models) of the object. |
void |
DatabaseSchema.setImplementsPhysicalDataModels(ItemList<PhysicalDataModel> implementsPhysicalDataModels)
Set the
implements_physical_data_models property (displayed as Implements Physical Data Models) of the object. |
void |
HbaseNamespace.setImplementsPhysicalDataModels(ItemList<PhysicalDataModel> implementsPhysicalDataModels)
Set the
implements_physical_data_models property (displayed as Implements Physical Data Models) of the object. |
void |
DataFile.setImplementsPhysicalModels(ItemList<PhysicalDataModel> implementsPhysicalModels)
Set the
implements_physical_models property (displayed as Implements Physical Models) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.