| 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 LogicalEntity |
EntityAttribute.logicalEntity |
protected LogicalEntity |
LogicalForeignKey.logicalEntity |
protected LogicalEntity |
ReferenceKey.logicalEntity |
protected LogicalEntity |
LogicalInversionKey.logicalEntity |
protected LogicalEntity |
LogicalKey.logicalEntity |
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<LogicalEntity> |
DataFileRecord.implementsLogicalEntities |
protected ItemList<LogicalEntity> |
View.implementsLogicalEntities |
protected ItemList<LogicalEntity> |
DatabaseTable.implementsLogicalEntities |
protected ItemList<LogicalEntity> |
AmazonS3DataFileRecord.implementsLogicalEntities |
protected ItemList<LogicalEntity> |
DesignView.implementsLogicalEntities |
protected ItemList<LogicalEntity> |
DesignTable.implementsLogicalEntities |
protected ItemList<LogicalEntity> |
LogicalDataModel.logicalEntities |
protected ItemList<LogicalEntity> |
SubjectArea.logicalEntities |
protected ItemList<LogicalEntity> |
LogicalEntity.subtypes |
protected ItemList<LogicalEntity> |
LogicalEntity.supertypes |
| Modifier and Type | Method and Description |
|---|---|
LogicalEntity |
EntityAttribute.getLogicalEntity()
Retrieve the
logical_entity property (displayed as 'Logical Entity') of the object. |
LogicalEntity |
LogicalForeignKey.getLogicalEntity()
Retrieve the
logical_entity property (displayed as 'Logical Entity') of the object. |
LogicalEntity |
ReferenceKey.getLogicalEntity()
Retrieve the
logical_entity property (displayed as 'Logical Entity') of the object. |
LogicalEntity |
LogicalInversionKey.getLogicalEntity()
Retrieve the
logical_entity property (displayed as 'Logical Entity') of the object. |
LogicalEntity |
LogicalKey.getLogicalEntity()
Retrieve the
logical_entity property (displayed as 'Logical Entity') of the object. |
| Modifier and Type | Method and Description |
|---|---|
ItemList<LogicalEntity> |
DataFileRecord.getImplementsLogicalEntities()
Retrieve the
implements_logical_entities property (displayed as 'Implements Logical Entities') of the object. |
ItemList<LogicalEntity> |
View.getImplementsLogicalEntities()
Retrieve the
implements_logical_entities property (displayed as 'Implements Logical Entities') of the object. |
ItemList<LogicalEntity> |
DatabaseTable.getImplementsLogicalEntities()
Retrieve the
implements_logical_entities property (displayed as 'Implements Logical Entities') of the object. |
ItemList<LogicalEntity> |
AmazonS3DataFileRecord.getImplementsLogicalEntities()
Retrieve the
implements_logical_entities property (displayed as 'Implements Logical Entities') of the object. |
ItemList<LogicalEntity> |
DesignView.getImplementsLogicalEntities()
Retrieve the
implements_logical_entities property (displayed as 'Implements Logical Entities') of the object. |
ItemList<LogicalEntity> |
DesignTable.getImplementsLogicalEntities()
Retrieve the
implements_logical_entities property (displayed as 'Implements Logical Entities') of the object. |
ItemList<LogicalEntity> |
LogicalDataModel.getLogicalEntities()
Retrieve the
logical_entities property (displayed as 'Logical Entities') of the object. |
ItemList<LogicalEntity> |
SubjectArea.getLogicalEntities()
Retrieve the
logical_entities property (displayed as 'Logical Entities') of the object. |
ItemList<LogicalEntity> |
LogicalEntity.getSubtypes()
Retrieve the
subtypes property (displayed as 'Subtypes') of the object. |
ItemList<LogicalEntity> |
LogicalEntity.getSupertypes()
Retrieve the
supertypes property (displayed as 'Supertypes') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityAttribute.setLogicalEntity(LogicalEntity logicalEntity)
Set the
logical_entity property (displayed as Logical Entity) of the object. |
void |
LogicalForeignKey.setLogicalEntity(LogicalEntity logicalEntity)
Set the
logical_entity property (displayed as Logical Entity) of the object. |
void |
ReferenceKey.setLogicalEntity(LogicalEntity logicalEntity)
Set the
logical_entity property (displayed as Logical Entity) of the object. |
void |
LogicalInversionKey.setLogicalEntity(LogicalEntity logicalEntity)
Set the
logical_entity property (displayed as Logical Entity) of the object. |
void |
LogicalKey.setLogicalEntity(LogicalEntity logicalEntity)
Set the
logical_entity property (displayed as Logical Entity) of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
DataFileRecord.setImplementsLogicalEntities(ItemList<LogicalEntity> implementsLogicalEntities)
Set the
implements_logical_entities property (displayed as Implements Logical Entities) of the object. |
void |
View.setImplementsLogicalEntities(ItemList<LogicalEntity> implementsLogicalEntities)
Set the
implements_logical_entities property (displayed as Implements Logical Entities) of the object. |
void |
DatabaseTable.setImplementsLogicalEntities(ItemList<LogicalEntity> implementsLogicalEntities)
Set the
implements_logical_entities property (displayed as Implements Logical Entities) of the object. |
void |
AmazonS3DataFileRecord.setImplementsLogicalEntities(ItemList<LogicalEntity> implementsLogicalEntities)
Set the
implements_logical_entities property (displayed as Implements Logical Entities) of the object. |
void |
DesignView.setImplementsLogicalEntities(ItemList<LogicalEntity> implementsLogicalEntities)
Set the
implements_logical_entities property (displayed as Implements Logical Entities) of the object. |
void |
DesignTable.setImplementsLogicalEntities(ItemList<LogicalEntity> implementsLogicalEntities)
Set the
implements_logical_entities property (displayed as Implements Logical Entities) of the object. |
void |
LogicalDataModel.setLogicalEntities(ItemList<LogicalEntity> logicalEntities)
Set the
logical_entities property (displayed as Logical Entities) of the object. |
void |
SubjectArea.setLogicalEntities(ItemList<LogicalEntity> logicalEntities)
Set the
logical_entities property (displayed as Logical Entities) of the object. |
void |
LogicalEntity.setSubtypes(ItemList<LogicalEntity> subtypes)
Set the
subtypes property (displayed as Subtypes) of the object. |
void |
LogicalEntity.setSupertypes(ItemList<LogicalEntity> supertypes)
Set the
supertypes property (displayed as Supertypes) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.