| Package | Description |
|---|---|
| org.odpi.egeria.connectors.ibm.igc.clientlibrary.model.base |
Defines data constructs representing each of IGC's metadata types.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocalContainer
POJO for the
local_container asset type in IGC, displayed as 'Local Container' in the IGC UI. |
| Modifier and Type | Field and Description |
|---|---|
protected SharedContainer |
Parameter.ofContainerDef |
protected SharedContainer |
Dsparameter.ofContainerDef |
protected SharedContainer |
Stage.referencesContainer |
protected SharedContainer |
SharedContainer.sharedContainers |
protected SharedContainer |
MappingComponent.sharedContainers |
protected SharedContainer |
Stage.sharedOrLocalContainer |
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<SharedContainer> |
TransformationProject.containers |
protected ItemList<SharedContainer> |
SharedContainer.referencedByContainers |
protected ItemList<SharedContainer> |
SharedContainer.referencesContainers |
protected ItemList<SharedContainer> |
Dsjob.referencesLocalOrSharedContainers |
| Modifier and Type | Method and Description |
|---|---|
SharedContainer |
Parameter.getOfContainerDef()
Retrieve the
of_container_def property (displayed as 'Of Container Def') of the object. |
SharedContainer |
Dsparameter.getOfContainerDef()
Retrieve the
of_container_def property (displayed as 'Context') of the object. |
SharedContainer |
Stage.getReferencesContainer()
Retrieve the
references_container property (displayed as 'References Container') of the object. |
SharedContainer |
SharedContainer.getSharedContainers()
Retrieve the
shared_containers property (displayed as 'Shared Containers') of the object. |
SharedContainer |
MappingComponent.getSharedContainers()
Retrieve the
shared_containers property (displayed as 'Shared Containers') of the object. |
SharedContainer |
Stage.getSharedOrLocalContainer()
Retrieve the
shared_or_local_container property (displayed as 'Shared or Local Container') of the object. |
| Modifier and Type | Method and Description |
|---|---|
ItemList<SharedContainer> |
TransformationProject.getContainers()
Retrieve the
containers property (displayed as 'Containers') of the object. |
ItemList<SharedContainer> |
SharedContainer.getReferencedByContainers()
Retrieve the
referenced_by_containers property (displayed as 'Referenced by Containers') of the object. |
ItemList<SharedContainer> |
SharedContainer.getReferencesContainers()
Retrieve the
references_containers property (displayed as 'References Containers') of the object. |
ItemList<SharedContainer> |
Dsjob.getReferencesLocalOrSharedContainers()
Retrieve the
references_local_or_shared_containers property (displayed as 'References Local or Shared Containers') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
Parameter.setOfContainerDef(SharedContainer ofContainerDef)
Set the
of_container_def property (displayed as Of Container Def) of the object. |
void |
Dsparameter.setOfContainerDef(SharedContainer ofContainerDef)
Set the
of_container_def property (displayed as Context) of the object. |
void |
Stage.setReferencesContainer(SharedContainer referencesContainer)
Set the
references_container property (displayed as References Container) of the object. |
void |
SharedContainer.setSharedContainers(SharedContainer sharedContainers)
Set the
shared_containers property (displayed as Shared Containers) of the object. |
void |
MappingComponent.setSharedContainers(SharedContainer sharedContainers)
Set the
shared_containers property (displayed as Shared Containers) of the object. |
void |
Stage.setSharedOrLocalContainer(SharedContainer sharedOrLocalContainer)
Set the
shared_or_local_container property (displayed as Shared or Local Container) of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
TransformationProject.setContainers(ItemList<SharedContainer> containers)
Set the
containers property (displayed as Containers) of the object. |
void |
SharedContainer.setReferencedByContainers(ItemList<SharedContainer> referencedByContainers)
Set the
referenced_by_containers property (displayed as Referenced by Containers) of the object. |
void |
SharedContainer.setReferencesContainers(ItemList<SharedContainer> referencesContainers)
Set the
references_containers property (displayed as References Containers) of the object. |
void |
Dsjob.setReferencesLocalOrSharedContainers(ItemList<SharedContainer> referencesLocalOrSharedContainers)
Set the
references_local_or_shared_containers property (displayed as References Local or Shared Containers) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.