| Package | Description |
|---|---|
| org.odpi.egeria.connectors.ibm.igc.clientlibrary |
Implements a client library for integrating with IBM Information Governance Catalog through its REST API.
|
| org.odpi.egeria.connectors.ibm.igc.clientlibrary.cache | |
| org.odpi.egeria.connectors.ibm.igc.clientlibrary.model.base |
Defines data constructs representing each of IGC's metadata types.
|
| org.odpi.egeria.connectors.ibm.igc.clientlibrary.model.common |
Defines data constructs representing general IGC object metadata.
|
| org.odpi.egeria.connectors.ibm.igc.clientlibrary.model.interfaces |
| Modifier and Type | Method and Description |
|---|---|
<T extends Reference> |
IGCRestClient.getAllPages(String propertyName,
ItemList<T> list)
Retrieve all pages of results from a set of Paging details and items, or if there is no next page return the
items provided.
|
<T extends Reference> |
IGCRestClient.getAssetWithSubsetOfProperties(String rid,
String assetType,
List<String> properties)
This will generally be the most performant method by which to retrieve asset information, when only
some subset of properties is required
|
<T extends Reference> |
IGCRestClient.getAssetWithSubsetOfProperties(String rid,
String assetType,
List<String> properties,
int pageSize)
This will generally be the most performant method by which to retrieve asset information, when only
some subset of properties is required
|
<T extends Reference> |
IGCRestClient.getAssetWithSubsetOfProperties(String rid,
String assetType,
String[] properties)
This will generally be the most performant method by which to retrieve asset information, when only
some subset of properties is required
|
<T extends Reference> |
IGCRestClient.getAssetWithSubsetOfProperties(String rid,
String assetType,
String[] properties,
int pageSize)
This will generally be the most performant method by which to retrieve asset information, when only
some subset of properties is required
|
<T extends Reference> |
IGCRestClient.getModificationDetails(T object,
ObjectCache cache)
Ensures that the modification details of the asset are populated (takes no action if already populated or
the asset does not support them).
|
<T extends Reference> |
IGCRestClient.getNextPage(String propertyName,
ItemList<T> list)
Retrieve the next page of results for the provided parameters.
|
<T extends Reference> |
IGCRestClient.readJSONIntoItemList(String json)
Attempt to convert the JSON string into an ItemList.
|
<T extends Reference> |
IGCRestClient.readJSONIntoPOJO(String json)
Attempt to convert the JSON string into a Java object.
|
<T extends Reference> |
IGCRestClient.search(IGCSearch igcSearch)
Retrieve all assets that match the provided search criteria from IGC.
|
| Modifier and Type | Method and Description |
|---|---|
Reference |
IGCRestClient.getAssetById(String rid)
Retrieve all information about an asset from IGC.
|
Reference |
IGCRestClient.getAssetById(String rid,
ObjectCache cache)
Retrieve all information about an asset from IGC.
|
Reference |
IGCRestClient.getAssetRefById(String rid)
Retrieve only the minimal unique properties of an asset from IGC.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
IGCRestClient.getPropertyByName(Reference object,
String property)
Retrieve a property of an IGC object based on the property's name.
|
String |
IGCRestClient.getValueAsJSON(Reference asset)
Attempt to convert the provided IGC object into JSON, based on the registered POJOs.
|
| Modifier and Type | Method and Description |
|---|---|
Reference |
ObjectCache.get(String id)
Retrieve an entry by its Repository ID (RID) from the cache.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectCache.add(Reference entry)
Add the provided entry into the cache.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Acl
POJO for the
acl asset type in IGC, displayed as 'Acl' in the IGC UI. |
class |
Aclentry
POJO for the
aclentry asset type in IGC, displayed as 'AclEntry' in the IGC UI. |
class |
Actiondescriptor
POJO for the
actiondescriptor asset type in IGC, displayed as 'ActionDescriptor' in the IGC UI. |
class |
AmazonS3Bucket
POJO for the
amazon_s3_bucket asset type in IGC, displayed as 'Amazon S3 Bucket' in the IGC UI. |
class |
AmazonS3DataFile
POJO for the
amazon_s3_data_file asset type in IGC, displayed as 'Amazon S3 Data File' in the IGC UI. |
class |
AmazonS3DataFileField
POJO for the
amazon_s3_data_file_field asset type in IGC, displayed as 'Amazon S3 Data File Field' in the IGC UI. |
class |
AmazonS3DataFileFolder
POJO for the
amazon_s3_data_file_folder asset type in IGC, displayed as 'Amazon S3 Data File Folder' in the IGC UI. |
class |
AmazonS3DataFileRecord
POJO for the
amazon_s3_data_file_record asset type in IGC, displayed as 'Amazon S3 Data File Record' in the IGC UI. |
class |
AnalysisProject
POJO for the
analysis_project asset type in IGC, displayed as 'Analysis Project' in the IGC UI. |
class |
Analysissummaryobject
POJO for the
analysissummaryobject asset type in IGC, displayed as 'AnalysisSummaryObject' in the IGC UI. |
class |
AnalyticsModel
POJO for the
analytics_model asset type in IGC, displayed as 'Data Science Model' in the IGC UI. |
class |
AnalyticsObject
POJO for the
analytics_object asset type in IGC, displayed as 'Analytics Object' in the IGC UI. |
class |
AnalyticsProject
POJO for the
analytics_project asset type in IGC, displayed as 'Data Science Project' in the IGC UI. |
class |
AnalyticsScript
POJO for the
analytics_script asset type in IGC, displayed as 'Data Science Script' in the IGC UI. |
class |
Application
POJO for the
application asset type in IGC, displayed as 'Application' in the IGC UI. |
class |
Applicationfunction
POJO for the
applicationfunction asset type in IGC, displayed as 'ApplicationFunction' in the IGC UI. |
class |
ApplicationInstall
POJO for the
application_install asset type in IGC, displayed as 'Application Install' in the IGC UI. |
class |
Applicationsetting
POJO for the
applicationsetting asset type in IGC, displayed as 'ApplicationSetting' in the IGC UI. |
class |
Archivedtask
POJO for the
archivedtask asset type in IGC, displayed as 'ArchivedTask' in the IGC UI. |
class |
Array
POJO for the
array asset type in IGC, displayed as 'Array' in the IGC UI. |
class |
AsclSteward
POJO for the
ascl_steward asset type in IGC, displayed as 'Steward' in the IGC UI. |
class |
Associativeobject
POJO for the
associativeobject asset type in IGC, displayed as 'AssociativeObject' in the IGC UI. |
class |
Attribute
POJO for the
attribute asset type in IGC, displayed as 'Attribute' in the IGC UI. |
class |
AttributeType
POJO for the
attribute_type asset type in IGC, displayed as 'Attribute Type' in the IGC UI. |
class |
AttributeTypeField
POJO for the
attribute_type_field asset type in IGC, displayed as 'Attribute Type Field' in the IGC UI. |
class |
AutomationRule
POJO for the
automation_rule asset type in IGC, displayed as 'Automation Rule' in the IGC UI. |
class |
BiCollection
POJO for the
bi_collection asset type in IGC, displayed as 'BI Collection' in the IGC UI. |
class |
BiCollectionDimension
POJO for the
bi_collection_dimension asset type in IGC, displayed as 'BI Collection Dimension' in the IGC UI. |
class |
BiCollectionFact
POJO for the
bi_collection_fact asset type in IGC, displayed as 'BI Collection Fact' in the IGC UI. |
class |
BiCollectionMember
POJO for the
bi_collection_member asset type in IGC, displayed as 'BI Collection Member' in the IGC UI. |
class |
BiCube
POJO for the
bi_cube asset type in IGC, displayed as 'BI Cube' in the IGC UI. |
class |
BiFilter
POJO for the
bi_filter asset type in IGC, displayed as 'BI Filter' in the IGC UI. |
class |
BiFolder
POJO for the
bi_folder asset type in IGC, displayed as 'BI Folder' in the IGC UI. |
class |
BiHierarchy
POJO for the
bi_hierarchy asset type in IGC, displayed as 'BI Hierarchy' in the IGC UI. |
class |
BiHierarchyMember
POJO for the
bi_hierarchy_member asset type in IGC, displayed as 'BI Hierarchy Member' in the IGC UI. |
class |
BiLevel
POJO for the
bi_level asset type in IGC, displayed as 'BI Level' in the IGC UI. |
class |
BiModel
POJO for the
bi_model asset type in IGC, displayed as 'BI Model' in the IGC UI. |
class |
BinaryInfosetOperation
POJO for the
binary_infoset_operation asset type in IGC, displayed as 'Binary InfoSet Operation' in the IGC UI. |
class |
BiOlapLevelElement
POJO for the
bi_olap_level_element asset type in IGC, displayed as 'BI OLAP Level Element' in the IGC UI. |
class |
BiReport
POJO for the
bi_report asset type in IGC, displayed as 'BI Report' in the IGC UI. |
class |
BiReportDataItemSource
POJO for the
bi_report_data_item_source asset type in IGC, displayed as 'BI Report Data Item Source' in the IGC UI. |
class |
BiReportNocontext
POJO for the
bi_report_nocontext asset type in IGC, displayed as 'BI Report' in the IGC UI. |
class |
BiReportNofolder
POJO for the
bi_report_nofolder asset type in IGC, displayed as 'BI Report' in the IGC UI. |
class |
BiReportQuery
POJO for the
bi_report_query asset type in IGC, displayed as 'BI Report Query' in the IGC UI. |
class |
BiReportQueryDetailFilter
POJO for the
bi_report_query_detail_filter asset type in IGC, displayed as 'Detail Filter' in the IGC UI. |
class |
BiReportQueryItem
POJO for the
bi_report_query_item asset type in IGC, displayed as 'BI Report Query Item' in the IGC UI. |
class |
BiReportQuerySummaryFilter
POJO for the
bi_report_query_summary_filter asset type in IGC, displayed as 'Summary Filter' in the IGC UI. |
class |
BiReportQueryUsage
POJO for the
bi_report_query_usage asset type in IGC, displayed as 'BI Report Query Usage' in the IGC UI. |
class |
BiReportSection
POJO for the
bi_report_section asset type in IGC, displayed as 'BI Report Section' in the IGC UI. |
class |
BiRootFolder
POJO for the
bi_root_folder asset type in IGC, displayed as 'BI Folder' in the IGC UI. |
class |
BiServer
POJO for the
bi_server asset type in IGC, displayed as 'BI Server' in the IGC UI. |
class |
Blueprint
POJO for the
blueprint asset type in IGC, displayed as 'Blueprint' in the IGC UI. |
class |
BlueprintElementLink
POJO for the
blueprint_element_link asset type in IGC, displayed as 'Blueprint Element Link' in the IGC UI. |
class |
CandidateKey
POJO for the
candidate_key asset type in IGC, displayed as 'Candidate Key' in the IGC UI. |
class |
Category
POJO for the
category asset type in IGC, displayed as 'Category' in the IGC UI. |
class |
CdcMapping
POJO for the
cdc_mapping asset type in IGC, displayed as 'CDC Mapping' in the IGC UI. |
class |
CdcMappingDocument
POJO for the
cdc_mapping_document asset type in IGC, displayed as 'CDC Mapping Document' in the IGC UI. |
class |
ChangedProperties
POJO for the
changed_properties asset type in IGC, displayed as 'Changed Properties' in the IGC UI. |
class |
Classdescriptor
POJO for the
classdescriptor asset type in IGC, displayed as 'ClassDescriptor' in the IGC UI. |
class |
Classification
POJO for the
classification asset type in IGC, displayed as 'Classification' in the IGC UI. |
class |
ClassificationContribution
POJO for the
classification_contribution asset type in IGC, displayed as 'Classification Contribution' in the IGC UI. |
class |
Classificationenabledgroup
POJO for the
classificationenabledgroup asset type in IGC, displayed as 'ClassificationEnabledGroup' in the IGC UI. |
class |
Classificationtask
POJO for the
classificationtask asset type in IGC, displayed as 'ClassificationTask' in the IGC UI. |
class |
Collection
POJO for the
collection asset type in IGC, displayed as 'Collection' in the IGC UI. |
class |
ColumnAnalysis
POJO for the
column_analysis asset type in IGC, displayed as 'Column Analysis' in the IGC UI. |
class |
ColumnAnalysisSummary
POJO for the
column_analysis_summary asset type in IGC, displayed as 'Column Analysis Summary' in the IGC UI. |
class |
ColumnDefinition
POJO for the
column_definition asset type in IGC, displayed as 'Column Definition' in the IGC UI. |
class |
CompositeView
POJO for the
composite_view asset type in IGC, displayed as 'Composite View' in the IGC UI. |
class |
Connector
POJO for the
connector asset type in IGC, displayed as 'Connector' in the IGC UI. |
class |
Credential
POJO for the
credential asset type in IGC, displayed as 'Credential' in the IGC UI. |
class |
Credentials
POJO for the
credentials asset type in IGC, displayed as 'Credentials' in the IGC UI. |
class |
CustomAttribute
POJO for the
custom_attribute asset type in IGC, displayed as 'Custom Attribute' in the IGC UI. |
class |
Customattributedef
POJO for the
customattributedef asset type in IGC, displayed as 'CustomAttributeDef' in the IGC UI. |
class |
Customattributeval
POJO for the
customattributeval asset type in IGC, displayed as 'CustomAttributeVal' in the IGC UI. |
class |
Database
POJO for the
database asset type in IGC, displayed as 'Database' in the IGC UI. |
class |
DatabaseAlias
POJO for the
database_alias asset type in IGC, displayed as 'Database Alias' in the IGC UI. |
class |
DatabaseColumn
POJO for the
database_column asset type in IGC, displayed as 'Database Column' in the IGC UI. |
class |
DatabaseDomain
POJO for the
database_domain asset type in IGC, displayed as 'Database Domain' in the IGC UI. |
class |
DatabaseIndex
POJO for the
database_index asset type in IGC, displayed as 'Database Index' in the IGC UI. |
class |
DatabaseSchema
POJO for the
database_schema asset type in IGC, displayed as 'Database Schema' in the IGC UI. |
class |
DatabaseTable
POJO for the
database_table asset type in IGC, displayed as 'Database Table' in the IGC UI. |
class |
DataClass
POJO for the
data_class asset type in IGC, displayed as 'Data Class' in the IGC UI. |
class |
DataClassOld
POJO for the
data_class_old asset type in IGC, displayed as 'Data Class' in the IGC UI. |
class |
DataConnection
POJO for the
data_connection asset type in IGC, displayed as 'Data Connection' in the IGC UI. |
class |
DataConnectionMapping
POJO for the
data_connection_mapping asset type in IGC, displayed as 'Data Connection Mapping' in the IGC UI. |
class |
DataElement
POJO for the
data_element asset type in IGC, displayed as 'Data Element' in the IGC UI. |
class |
DataField
POJO for the
data_field asset type in IGC, displayed as 'Data Item' in the IGC UI. |
class |
DataFile
POJO for the
data_file asset type in IGC, displayed as 'Data File' in the IGC UI. |
class |
DataFileDefinition
POJO for the
data_file_definition asset type in IGC, displayed as 'Data File Definition' in the IGC UI. |
class |
DataFileDefinitionField
POJO for the
data_file_definition_field asset type in IGC, displayed as 'Data File Definition Field' in the IGC UI. |
class |
DataFileDefinitionRecord
POJO for the
data_file_definition_record asset type in IGC, displayed as 'Data File Definition Record' in the IGC UI. |
class |
DataFileField
POJO for the
data_file_field asset type in IGC, displayed as 'Data File Field' in the IGC UI. |
class |
DataFileFolder
POJO for the
data_file_folder asset type in IGC, displayed as 'Data File Folder' in the IGC UI. |
class |
DataFileFolderNobucket
POJO for the
data_file_folder_nobucket asset type in IGC, displayed as 'Data File Folder' in the IGC UI. |
class |
DataFileRecord
POJO for the
data_file_record asset type in IGC, displayed as 'Data File Record' in the IGC UI. |
class |
Datagroup
POJO for the
datagroup asset type in IGC, displayed as 'DataGroup' in the IGC UI. |
class |
DataItem
POJO for the
data_item asset type in IGC, displayed as 'Data Item' in the IGC UI. |
class |
DataItemDefinition
POJO for the
data_item_definition asset type in IGC, displayed as 'Data Item Definition' in the IGC UI. |
class |
DataItemProperties
POJO for the
data_item_properties asset type in IGC, displayed as 'Data Item Properties' in the IGC UI. |
class |
DataItemValue
POJO for the
data_item_value asset type in IGC, displayed as 'Data Item Value' in the IGC UI. |
class |
DataMapFilterOperation
POJO for the
data_map_filter_operation asset type in IGC, displayed as 'Data Map Filter Operation' in the IGC UI. |
class |
DataPolicy
POJO for the
data_policy asset type in IGC, displayed as 'Data Policy' in the IGC UI. |
class |
DataRule
POJO for the
data_rule asset type in IGC, displayed as 'Data Rule' in the IGC UI. |
class |
DataRuleDefinition
POJO for the
data_rule_definition asset type in IGC, displayed as 'Data Rule Definition' in the IGC UI. |
class |
DataRuleResults
POJO for the
data_rule_results asset type in IGC, displayed as 'Data Rule Results' in the IGC UI. |
class |
DataRuleSet
POJO for the
data_rule_set asset type in IGC, displayed as 'Data Rule Set' in the IGC UI. |
class |
DataRuleSetDefinition
POJO for the
data_rule_set_definition asset type in IGC, displayed as 'Data Rule Set Definition' in the IGC UI. |
class |
Datasourcealiasgroup
POJO for the
datasourcealiasgroup asset type in IGC, displayed as 'DataSourceAliasGroup' in the IGC UI. |
class |
DatastageItem
POJO for the
datastage_item asset type in IGC, displayed as 'DataStage Item' in the IGC UI. |
class |
Derivation
POJO for the
derivation asset type in IGC, displayed as 'Derivation' in the IGC UI. |
class |
DesignColumn
POJO for the
design_column asset type in IGC, displayed as 'Design Column' in the IGC UI. |
class |
DesignForeignKey
POJO for the
design_foreign_key asset type in IGC, displayed as 'Design Foreign Key' in the IGC UI. |
class |
DesignKey
POJO for the
design_key asset type in IGC, displayed as 'Design Key' in the IGC UI. |
class |
DesignStoredProcedure
POJO for the
design_stored_procedure asset type in IGC, displayed as 'Design Stored Procedure' in the IGC UI. |
class |
DesignStoredProcedureParameter
POJO for the
design_stored_procedure_parameter asset type in IGC, displayed as 'Design Stored Procedure Parameter' in the IGC UI. |
class |
DesignTable
POJO for the
design_table asset type in IGC, displayed as 'Design Table' in the IGC UI. |
class |
DesignView
POJO for the
design_view asset type in IGC, displayed as 'Design View' in the IGC UI. |
class |
DevelopmentLog
POJO for the
development_log asset type in IGC, displayed as 'DevelopmentLog' in the IGC UI. |
class |
Directory
POJO for the
directory asset type in IGC, displayed as 'Directory' in the IGC UI. |
class |
Directoryproviderconfiguration
POJO for the
directoryproviderconfiguration asset type in IGC, displayed as 'DirectoryProviderConfiguration' in the IGC UI. |
class |
Directoryproviderproperty
POJO for the
directoryproviderproperty asset type in IGC, displayed as 'DirectoryProviderProperty' in the IGC UI. |
class |
Dsargumentmap
POJO for the
dsargumentmap asset type in IGC, displayed as 'DSArgumentMap' in the IGC UI. |
class |
DsdataConnection
POJO for the
dsdata_connection asset type in IGC, displayed as 'Data Connection' in the IGC UI. |
class |
DsdesignView
POJO for the
dsdesign_view asset type in IGC, displayed as 'Design View' in the IGC UI. |
class |
Dsexternaldependency
POJO for the
dsexternaldependency asset type in IGC, displayed as 'DSExternalDependency' in the IGC UI. |
class |
Dsfolder
POJO for the
dsfolder asset type in IGC, displayed as 'Folder' in the IGC UI. |
class |
Dsjcltemplate
POJO for the
dsjcltemplate asset type in IGC, displayed as 'DSJCLTemplate' in the IGC UI. |
class |
Dsjob
POJO for the
dsjob asset type in IGC, displayed as 'Job' in the IGC UI. |
class |
Dsmetabag
POJO for the
dsmetabag asset type in IGC, displayed as 'DSMetaBag' in the IGC UI. |
class |
Dsmfcolumninfo
POJO for the
dsmfcolumninfo asset type in IGC, displayed as 'DSMFColumnInfo' in the IGC UI. |
class |
Dsparameter
POJO for the
dsparameter asset type in IGC, displayed as 'Parameter' in the IGC UI. |
class |
DsparameterJob
POJO for the
dsparameter_job asset type in IGC, displayed as 'Parameter' in the IGC UI. |
class |
DsparameterSet
POJO for the
dsparameter_set asset type in IGC, displayed as 'Parameter' in the IGC UI. |
class |
DsStageColumn
POJO for the
ds_stage_column asset type in IGC, displayed as 'Stage Column' in the IGC UI. |
class |
DsstageType
POJO for the
dsstage_type asset type in IGC, displayed as 'Stage Type' in the IGC UI. |
class |
DuplicatesOperation
POJO for the
duplicates_operation asset type in IGC, displayed as 'Duplicates Operation' in the IGC UI. |
class |
Endpoint
POJO for the
endpoint asset type in IGC, displayed as 'Endpoint' in the IGC UI. |
class |
EntityAttribute
POJO for the
entity_attribute asset type in IGC, displayed as 'Entity Attribute' in the IGC UI. |
class |
EntityType
POJO for the
entity_type asset type in IGC, displayed as 'Entity Type' in the IGC UI. |
class |
ExceptionFilterOperation
POJO for the
exception_filter_operation asset type in IGC, displayed as 'Exception Filter Operation' in the IGC UI. |
class |
ExtensionMapping
POJO for the
extension_mapping asset type in IGC, displayed as 'Extension Mapping' in the IGC UI. |
class |
ExtensionMappingDocument
POJO for the
extension_mapping_document asset type in IGC, displayed as 'Extension Mapping Document' in the IGC UI. |
class |
FieldAnalysis
POJO for the
field_analysis asset type in IGC, displayed as 'Field Analysis' in the IGC UI. |
class |
File
POJO for the
file asset type in IGC, displayed as 'File' in the IGC UI. |
class |
FileRecordAnalysis
POJO for the
file_record_analysis asset type in IGC, displayed as 'Record Analysis' in the IGC UI. |
class |
Filter
POJO for the
filter asset type in IGC, displayed as 'Filter' in the IGC UI. |
class |
Filterconstraint
POJO for the
filterconstraint asset type in IGC, displayed as 'FilterConstraint' in the IGC UI. |
class |
FilterOperation
POJO for the
filter_operation asset type in IGC, displayed as 'Filter Operation' in the IGC UI. |
class |
Folder
POJO for the
folder asset type in IGC, displayed as 'Folder' in the IGC UI. |
class |
ForeignKey
POJO for the
foreign_key asset type in IGC, displayed as 'Foreign Key' in the IGC UI. |
class |
ForeignKeyDefinition
POJO for the
foreign_key_definition asset type in IGC, displayed as 'Foreign Key Definition' in the IGC UI. |
class |
Function
POJO for the
function asset type in IGC, displayed as 'Function' in the IGC UI. |
class |
FunctionCall
POJO for the
function_call asset type in IGC, displayed as 'Function Call' in the IGC UI. |
class |
FunctionCall2
POJO for the
functioncall asset type in IGC, displayed as 'FunctionCall' in the IGC UI. |
class |
Group
POJO for the
group asset type in IGC, displayed as 'Group' in the IGC UI. |
class |
HbaseNamespace
POJO for the
hbase_namespace asset type in IGC, displayed as 'HBase Namespace' in the IGC UI. |
class |
Host
POJO for the
host asset type in IGC, displayed as 'Host' in the IGC UI. |
class |
HostEngine
POJO for the
host_(engine) asset type in IGC, displayed as 'Host (Engine)' in the IGC UI. |
class |
IdocField
POJO for the
idoc_field asset type in IGC, displayed as 'IDoc Field' in the IGC UI. |
class |
IdocSegmentType
POJO for the
idoc_segment_type asset type in IGC, displayed as 'IDoc Segment Type' in the IGC UI. |
class |
IdocType
POJO for the
idoc_type asset type in IGC, displayed as 'IDoc Type' in the IGC UI. |
class |
IndexMember
POJO for the
index_member asset type in IGC, displayed as 'Index Member' in the IGC UI. |
class |
InferredForeignKey
POJO for the
inferred_foreign_key asset type in IGC, displayed as 'Inferred Foreign Key' in the IGC UI. |
class |
InferredKey
POJO for the
inferred_key asset type in IGC, displayed as 'Inferred Key' in the IGC UI. |
class |
InformationAsset
POJO for the
information_asset asset type in IGC, displayed as 'Information Asset' in the IGC UI. |
class |
InformationGovernancePolicy
POJO for the
information_governance_policy asset type in IGC, displayed as 'Information Governance Policy' in the IGC UI. |
class |
InformationGovernanceRule
POJO for the
information_governance_rule asset type in IGC, displayed as 'Information Governance Rule' in the IGC UI. |
class |
InformationServerReport
POJO for the
information_server_report asset type in IGC, displayed as 'Information Server Report' in the IGC UI. |
class |
InformationServerReportAnalysisProject
POJO for the
information_server_report_(analysis_project) asset type in IGC, displayed as 'Information Server Report (Analysis Project)' in the IGC UI. |
class |
InformationServerReportDatabase
POJO for the
information_server_report_(database) asset type in IGC, displayed as 'Information Server Report (Database)' in the IGC UI. |
class |
InformationServerReportJob
POJO for the
information_server_report_(job) asset type in IGC, displayed as 'Information Server Report (Job)' in the IGC UI. |
class |
InformationServerReportMappingProject
POJO for the
information_server_report_(mapping_project) asset type in IGC, displayed as 'Information Server Report (Mapping Project)' in the IGC UI. |
class |
InformationServerReportMappingSpecification
POJO for the
information_server_report_(mapping_specification) asset type in IGC, displayed as 'Information Server Report (Mapping Specification)' in the IGC UI. |
class |
InformationServerReportParameters
POJO for the
information_server_report_parameters asset type in IGC, displayed as 'Information Server Report Parameters' in the IGC UI. |
class |
InformationServerReportParamJob
POJO for the
information_server_report_param_(job) asset type in IGC, displayed as 'Information Server Report (Job)' in the IGC UI. |
class |
InformationServerReportSteward
POJO for the
information_server_report_(steward) asset type in IGC, displayed as 'Information Server Report (Steward)' in the IGC UI. |
class |
InformationServicesApplication
POJO for the
information_services_application asset type in IGC, displayed as 'Information Services Application' in the IGC UI. |
class |
InformationServicesArgument
POJO for the
information_services_argument asset type in IGC, displayed as 'Information Services Argument' in the IGC UI. |
class |
InformationServicesOperation
POJO for the
information_services_operation asset type in IGC, displayed as 'Information Services Operation' in the IGC UI. |
class |
InformationServicesProject
POJO for the
information_services_project asset type in IGC, displayed as 'Information Services Project' in the IGC UI. |
class |
InformationServicesService
POJO for the
information_services_service asset type in IGC, displayed as 'Information Services Service' in the IGC UI. |
class |
Infoset
POJO for the
infoset asset type in IGC, displayed as 'InfoSet' in the IGC UI. |
class |
InfosetOperation
POJO for the
infoset_operation asset type in IGC, displayed as 'InfoSet Operation' in the IGC UI. |
class |
InoutParameter
POJO for the
inout_parameter asset type in IGC, displayed as 'InOut Parameter' in the IGC UI. |
class |
InParameter
POJO for the
in_parameter asset type in IGC, displayed as 'In Parameter' in the IGC UI. |
class |
InputParameter
POJO for the
input_parameter asset type in IGC, displayed as 'Input Parameter' in the IGC UI. |
class |
Inputpin
POJO for the
inputpin asset type in IGC, displayed as 'InputPin' in the IGC UI. |
class |
Instance
POJO for the
instance asset type in IGC, displayed as 'Instance' in the IGC UI. |
class |
InvDataRule
POJO for the
inv_data_rule asset type in IGC, displayed as 'Data Rule' in the IGC UI. |
class |
InvDataRuleDefinition
POJO for the
inv_data_rule_definition asset type in IGC, displayed as 'Data Rule Definition' in the IGC UI. |
class |
InvDataRuleSet
POJO for the
inv_data_rule_set asset type in IGC, displayed as 'Data Rule Set' in the IGC UI. |
class |
InvDataRuleSetDefinition
POJO for the
inv_data_rule_set_definition asset type in IGC, displayed as 'Data Rule Set Definition' in the IGC UI. |
class |
Job
POJO for the
job asset type in IGC, displayed as 'Job' in the IGC UI. |
class |
JobConstraint
POJO for the
job_constraint asset type in IGC, displayed as 'Job Constraint' in the IGC UI. |
class |
Jobdef
POJO for the
jobdef asset type in IGC, displayed as 'JobDef' in the IGC UI. |
class |
JobFailEvent
POJO for the
job_fail_event asset type in IGC, displayed as 'Job Fail Event' in the IGC UI. |
class |
JobInputPin
POJO for the
job_input_pin asset type in IGC, displayed as 'Job Input Pin' in the IGC UI. |
class |
JobOutputPin
POJO for the
job_output_pin asset type in IGC, displayed as 'Job Output Pin' in the IGC UI. |
class |
JobParameter
POJO for the
job_parameter asset type in IGC, displayed as 'Job Parameter' in the IGC UI. |
class |
JobReadEvent
POJO for the
job_read_event asset type in IGC, displayed as 'Job Read Event' in the IGC UI. |
class |
JobRun
POJO for the
job_run asset type in IGC, displayed as 'Job Run' in the IGC UI. |
class |
JobRunActivity
POJO for the
job_run_activity asset type in IGC, displayed as 'Job Run Activity' in the IGC UI. |
class |
JobStageParameters
POJO for the
job_stage_parameters asset type in IGC, displayed as 'Job Stage Parameters' in the IGC UI. |
class |
JobStageRecord
POJO for the
job_stage_record asset type in IGC, displayed as 'Job Stage Record' in the IGC UI. |
class |
JobWriteEvent
POJO for the
job_write_event asset type in IGC, displayed as 'Job Write Event' in the IGC UI. |
class |
Keycomponent
POJO for the
keycomponent asset type in IGC, displayed as 'KeyComponent' in the IGC UI. |
class |
Label
POJO for the
label asset type in IGC, displayed as 'Label' in the IGC UI. |
class |
LineageContainer
POJO for the
lineage_container asset type in IGC, displayed as 'Business Lineage Container' in the IGC UI. |
class |
Lineagefilter
POJO for the
lineagefilter asset type in IGC, displayed as 'LineageFilter' in the IGC UI. |
class |
LineageReportTemplate
POJO for the
lineage_report_template asset type in IGC, displayed as 'Lineage Report Template' in the IGC UI. |
class |
Link
POJO for the
link asset type in IGC, displayed as 'Link' in the IGC UI. |
class |
Linktype
POJO for the
linktype asset type in IGC, displayed as 'LinkType' in the IGC UI. |
class |
LocalContainer
POJO for the
local_container asset type in IGC, displayed as 'Local Container' in the IGC UI. |
class |
LogicalDataModel
POJO for the
logical_data_model asset type in IGC, displayed as 'Logical Data Model' in the IGC UI. |
class |
LogicalDomain
POJO for the
logical_domain asset type in IGC, displayed as 'Logical Domain' in the IGC UI. |
class |
LogicalEntity
POJO for the
logical_entity asset type in IGC, displayed as 'Logical Entity' in the IGC UI. |
class |
LogicalForeignKey
POJO for the
logical_foreign_key asset type in IGC, displayed as 'Logical Foreign Key' in the IGC UI. |
class |
LogicalInversionKey
POJO for the
logical_inversion_key asset type in IGC, displayed as 'Logical Inversion Key' in the IGC UI. |
class |
LogicalKey
POJO for the
logical_key asset type in IGC, displayed as 'Logical Key' in the IGC UI. |
class |
LogicalValidationList
POJO for the
logical_validation_list asset type in IGC, displayed as 'Logical Validation List' in the IGC UI. |
class |
LogicalValidationRange
POJO for the
logical_validation_range asset type in IGC, displayed as 'Logical Validation Range' in the IGC UI. |
class |
LogicalValidationRule
POJO for the
logical_validation_rule asset type in IGC, displayed as 'Logical Validation Rule' in the IGC UI. |
class |
LogicalVariable
POJO for the
logical_variable asset type in IGC, displayed as 'Logical Variable' in the IGC UI. |
class |
MachineProfile
POJO for the
machine_profile asset type in IGC, displayed as 'Machine Profile' in the IGC UI. |
class |
MainObject
POJO for the
main_object asset type in IGC, displayed as 'Main Object' in the IGC UI. |
class |
Mapping
POJO for the
mapping asset type in IGC, displayed as 'Mapping' in the IGC UI. |
class |
MappingComponent
POJO for the
mapping_component asset type in IGC, displayed as 'Mapping Component' in the IGC UI. |
class |
MappingFilter
POJO for the
mapping_filter asset type in IGC, displayed as 'Mapping Filter' in the IGC UI. |
class |
MappingJoin
POJO for the
mapping_join asset type in IGC, displayed as 'Mapping Join' in the IGC UI. |
class |
MappingProject
POJO for the
mapping_project asset type in IGC, displayed as 'Mapping Project' in the IGC UI. |
class |
MappingSpecification
POJO for the
mapping_specification asset type in IGC, displayed as 'Mapping Specification' in the IGC UI. |
class |
MaskingRule
POJO for the
masking_rule asset type in IGC, displayed as 'Masking Rule' in the IGC UI. |
class |
MatchSpecification
POJO for the
match_specification asset type in IGC, displayed as 'Match Specification' in the IGC UI. |
class |
MdmModel
POJO for the
mdm_model asset type in IGC, displayed as 'MDM Model' in the IGC UI. |
class |
MemberType
POJO for the
member_type asset type in IGC, displayed as 'Member Type' in the IGC UI. |
class |
Method
POJO for the
method asset type in IGC, displayed as 'Method' in the IGC UI. |
class |
Metric
POJO for the
metric asset type in IGC, displayed as 'Metric' in the IGC UI. |
class |
ModelEvalMetric
POJO for the
model_eval_metric asset type in IGC, displayed as 'Model Eval Metric' in the IGC UI. |
class |
ModelInput
POJO for the
model_input asset type in IGC, displayed as 'Model Input' in the IGC UI. |
class |
ModelLabel
POJO for the
model_label asset type in IGC, displayed as 'Model Label' in the IGC UI. |
class |
MwbDatabaseAlias
POJO for the
mwb_database_alias asset type in IGC, displayed as 'Database Alias' in the IGC UI. |
class |
Navigationdescriptor
POJO for the
navigationdescriptor asset type in IGC, displayed as 'NavigationDescriptor' in the IGC UI. |
class |
NodeOperation
POJO for the
node_operation asset type in IGC, displayed as 'Node Operation' in the IGC UI. |
class |
NonPublishedDataRuleDefinition
POJO for the
non_published_data_rule_definition asset type in IGC, displayed as 'Data Rule Definition' in the IGC UI. |
class |
NonPublishedDataRuleSet
POJO for the
non_published_data_rule_set asset type in IGC, displayed as 'Data Rule Set Definition' in the IGC UI. |
class |
NonStewardUser
POJO for the
non_steward_user asset type in IGC, displayed as 'User' in the IGC UI. |
class |
Note
The object that contains instances of notes that can exist against many objects in IGC.
|
class |
Notebook
POJO for the
notebook asset type in IGC, displayed as 'Notebook' in the IGC UI. |
class |
ObjectType
POJO for the
object_type asset type in IGC, displayed as 'Object Type' in the IGC UI. |
class |
Olapassociation
POJO for the
olapassociation asset type in IGC, displayed as 'OLAPAssociation' in the IGC UI. |
class |
Olaphierarchyassociation
POJO for the
olaphierarchyassociation asset type in IGC, displayed as 'OLAPHierarchyAssociation' in the IGC UI. |
class |
OlapJoin
POJO for the
olap_join asset type in IGC, displayed as 'OLAP Join' in the IGC UI. |
class |
Olapjoinref
POJO for the
olapjoinref asset type in IGC, displayed as 'OLAPJoinRef' in the IGC UI. |
class |
OlapMemberSource
POJO for the
olap_member_source asset type in IGC, displayed as 'OLAP Member Source' in the IGC UI. |
class |
Olapmodelgroup
POJO for the
olapmodelgroup asset type in IGC, displayed as 'OLAPModelGroup' in the IGC UI. |
class |
Olapobject
POJO for the
olapobject asset type in IGC, displayed as 'OLAPObject' in the IGC UI. |
class |
OslcLink
POJO for the
oslc_link asset type in IGC, displayed as 'Link' in the IGC UI. |
class |
OutParameter
POJO for the
out_parameter asset type in IGC, displayed as 'Out Parameter' in the IGC UI. |
class |
Outputpin
POJO for the
outputpin asset type in IGC, displayed as 'OutputPin' in the IGC UI. |
class |
OutputValue
POJO for the
output_value asset type in IGC, displayed as 'Output Value' in the IGC UI. |
class |
Parameter
POJO for the
parameter asset type in IGC, displayed as 'Parameter' in the IGC UI. |
class |
ParameterSet
POJO for the
parameter_set asset type in IGC, displayed as 'Parameter Set' in the IGC UI. |
class |
ParameterSet2
POJO for the
parameterset asset type in IGC, displayed as 'ParameterSet' in the IGC UI. |
class |
ParameterSetDefinition
POJO for the
parameter_set_definition asset type in IGC, displayed as 'Parameter Set Definition' in the IGC UI. |
class |
Parameterval
POJO for the
parameterval asset type in IGC, displayed as 'ParameterVal' in the IGC UI. |
class |
PhysicalDataModel
POJO for the
physical_data_model asset type in IGC, displayed as 'Physical Data Model' in the IGC UI. |
class |
PhysicalDomain
POJO for the
physical_domain asset type in IGC, displayed as 'Physical Domain' in the IGC UI. |
class |
PhysicalObject
POJO for the
physical_object asset type in IGC, displayed as 'Physical Object' in the IGC UI. |
class |
PhysicalObjectAttribute
POJO for the
physical_object_attribute asset type in IGC, displayed as 'Physical Object Attribute' in the IGC UI. |
class |
Primarycategory
POJO for the
primarycategory asset type in IGC, displayed as 'PrimaryCategory' in the IGC UI. |
class |
Propdescriptor
POJO for the
propdescriptor asset type in IGC, displayed as 'PropDescriptor' in the IGC UI. |
class |
Providerpropertyinfo
POJO for the
providerpropertyinfo asset type in IGC, displayed as 'ProviderPropertyInfo' in the IGC UI. |
class |
Providerpropertyinfoextended
POJO for the
providerpropertyinfoextended asset type in IGC, displayed as 'ProviderPropertyInfoExtended' in the IGC UI. |
class |
Providerpropertytype
POJO for the
providerpropertytype asset type in IGC, displayed as 'ProviderPropertyType' in the IGC UI. |
class |
PublishedDataRuleDefinition
POJO for the
published_data_rule_definition asset type in IGC, displayed as 'Data Rule Definition' in the IGC UI. |
class |
PublishedDataRuleSet
POJO for the
published_data_rule_set asset type in IGC, displayed as 'Data Rule Set Definition' in the IGC UI. |
class |
QualityProblem
POJO for the
quality_problem asset type in IGC, displayed as 'Quality Score Problem' in the IGC UI. |
class |
QualityProblemType
POJO for the
quality_Problem_Type asset type in IGC, displayed as 'QualityProblemType' in the IGC UI. |
class |
QualityProblemTypeDqr
POJO for the
quality_problem_type_DQR asset type in IGC, displayed as 'QualityProblemType' in the IGC UI. |
class |
ReferenceKey
POJO for the
reference_key asset type in IGC, displayed as 'Reference Key' in the IGC UI. |
class |
Reportobject
POJO for the
reportobject asset type in IGC, displayed as 'ReportObject' in the IGC UI. |
class |
ResultColumn
POJO for the
result_column asset type in IGC, displayed as 'Result Column' in the IGC UI. |
class |
RoleAssignment
POJO for the
role_assignment asset type in IGC, displayed as 'Role Assignment' in the IGC UI. |
class |
RoleContext
POJO for the
role_context asset type in IGC, displayed as 'Role Context' in the IGC UI. |
class |
RootTuple
POJO for the
root_tuple asset type in IGC, displayed as 'Tuple' in the IGC UI. |
class |
Routine
POJO for the
routine asset type in IGC, displayed as 'Routine' in the IGC UI. |
class |
RoutineArgument
POJO for the
routine_argument asset type in IGC, displayed as 'Routine Argument' in the IGC UI. |
class |
RShinyApp
POJO for the
r_shiny_app asset type in IGC, displayed as 'RShiny App' in the IGC UI. |
class |
RShinyAppObject
POJO for the
r_shiny_app_object asset type in IGC, displayed as 'RShiny App Object' in the IGC UI. |
class |
RuleExecutionResult
POJO for the
Rule_Execution_Result asset type in IGC, displayed as 'Rule Execution Result' in the IGC UI. |
class |
SapConnection
POJO for the
sap_connection asset type in IGC, displayed as 'SAP Connection' in the IGC UI. |
class |
SequenceJob
POJO for the
sequence_job asset type in IGC, displayed as 'Sequence Job' in the IGC UI. |
class |
SessionConfiguration
POJO for the
session_configuration asset type in IGC, displayed as 'Session Configuration' in the IGC UI. |
class |
SetOperation
POJO for the
set_operation asset type in IGC, displayed as 'Set Operation' in the IGC UI. |
class |
SharedContainer
POJO for the
shared_container asset type in IGC, displayed as 'Shared Container' in the IGC UI. |
class |
Stage
POJO for the
stage asset type in IGC, displayed as 'Stage' in the IGC UI. |
class |
StageColumn
POJO for the
stage_column asset type in IGC, displayed as 'Stage Column' in the IGC UI. |
class |
StageDataRuleDefinition
POJO for the
stage_data_rule_definition asset type in IGC, displayed as 'Stage Data Rule Definition' in the IGC UI. |
class |
StageType
POJO for the
stage_type asset type in IGC, displayed as 'Stage Type' in the IGC UI. |
class |
StageTypeDetail
POJO for the
stage_type_detail asset type in IGC, displayed as 'Stage Type Detail' in the IGC UI. |
class |
StageVariable
POJO for the
stage_variable asset type in IGC, displayed as 'Stage Variable' in the IGC UI. |
class |
StandardizationObject
POJO for the
standardization_object asset type in IGC, displayed as 'Standardization Object' in the IGC UI. |
class |
StandardizationRule
POJO for the
standardization_rule asset type in IGC, displayed as 'DataQualitySpec' in the IGC UI. |
class |
StandardizationRuleSet
POJO for the
standardization_rule_set asset type in IGC, displayed as 'Standardization Rule Set' in the IGC UI. |
class |
Steward
POJO for the
steward asset type in IGC, displayed as 'Steward' in the IGC UI. |
class |
StewardGroup
POJO for the
steward_group asset type in IGC, displayed as 'Steward Group' in the IGC UI. |
class |
StewardUser
POJO for the
steward_user asset type in IGC, displayed as 'Steward User' in the IGC UI. |
class |
StoredProcedure
POJO for the
stored_procedure asset type in IGC, displayed as 'Stored Procedure' in the IGC UI. |
class |
StoredProcedureDefinition
POJO for the
stored_procedure_definition asset type in IGC, displayed as 'Stored Procedure Definition' in the IGC UI. |
class |
StoredProcedureParameter
POJO for the
stored_procedure_parameter asset type in IGC, displayed as 'Stored Procedure Parameter' in the IGC UI. |
class |
SubjectArea
POJO for the
subject_area asset type in IGC, displayed as 'Subject Area' in the IGC UI. |
class |
SystemRole
POJO for the
system_role asset type in IGC, displayed as 'System Role' in the IGC UI. |
class |
TableAnalysis
POJO for the
table_analysis asset type in IGC, displayed as 'Table Analysis' in the IGC UI. |
class |
TableAnalysisSummary
POJO for the
table_analysis_summary asset type in IGC, displayed as 'Table Analysis Summary' in the IGC UI. |
class |
TableDefinition
POJO for the
table_definition asset type in IGC, displayed as 'Table Definition' in the IGC UI. |
class |
TableDefinitionProperties
POJO for the
table_definition_properties asset type in IGC, displayed as 'Table Definition Properties' in the IGC UI. |
class |
Term
POJO for the
term asset type in IGC, displayed as 'Term' in the IGC UI. |
class |
TermAssignment
POJO for the
term_assignment asset type in IGC, displayed as 'Suggested Term Assignment' in the IGC UI. |
class |
TermHistory
POJO for the
term_history asset type in IGC, displayed as 'Term History' in the IGC UI. |
class |
TransformArgument
POJO for the
transform_argument asset type in IGC, displayed as 'Transform Argument' in the IGC UI. |
class |
TransformationProject
POJO for the
transformation_project asset type in IGC, displayed as 'Transformation Project' in the IGC UI. |
class |
TransformsFunction
POJO for the
transforms_function asset type in IGC, displayed as 'Transforms Function' in the IGC UI. |
class |
Tuple
POJO for the
tuple asset type in IGC, displayed as 'Tuple' in the IGC UI. |
class |
TupleAttribute
POJO for the
tuple_attribute asset type in IGC, displayed as 'Tuple Attribute' in the IGC UI. |
class |
User
POJO for the
user asset type in IGC, displayed as 'User' in the IGC UI. |
class |
UserGroup
POJO for the
user_group asset type in IGC, displayed as 'User Group' in the IGC UI. |
class |
UserRole
POJO for the
user_role asset type in IGC, displayed as 'User Role' in the IGC UI. |
class |
ValidityTable
POJO for the
validity_table asset type in IGC, displayed as 'Validity Table' in the IGC UI. |
class |
ValidValue
POJO for the
valid_value asset type in IGC, displayed as 'Valid Value' in the IGC UI. |
class |
ValidValueList
POJO for the
valid_value_list asset type in IGC, displayed as 'Valid Value List' in the IGC UI. |
class |
ValidValueList2
POJO for the
validvaluelist asset type in IGC, displayed as 'ValidValueList' in the IGC UI. |
class |
ValidValueRange
POJO for the
valid_value_range asset type in IGC, displayed as 'Valid Value Range' in the IGC UI. |
class |
ValidValueRange2
POJO for the
validvaluerange asset type in IGC, displayed as 'ValidValueRange' in the IGC UI. |
class |
Validvaluerule
POJO for the
validvaluerule asset type in IGC, displayed as 'ValidValueRule' in the IGC UI. |
class |
Validvalues
POJO for the
validvalues asset type in IGC, displayed as 'ValidValues' in the IGC UI. |
class |
View
POJO for the
view asset type in IGC, displayed as 'View' in the IGC UI. |
class |
Volume
POJO for the
volume asset type in IGC, displayed as 'Volume' in the IGC UI. |
class |
VolumeContribution
POJO for the
volume_contribution asset type in IGC, displayed as 'Volume Contribution' in the IGC UI. |
class |
WarehouseMapping
POJO for the
warehouse_mapping asset type in IGC, displayed as 'Warehouse Mapping' in the IGC UI. |
class |
WarehouseMappingDocument
POJO for the
warehouse_mapping_document asset type in IGC, displayed as 'Warehouse Mapping Document' in the IGC UI. |
class |
XmlSchemaDefinition
POJO for the
xml_schema_definition asset type in IGC, displayed as 'XML Schema Definition' in the IGC UI. |
class |
XmlSchemaLibrary
POJO for the
xml_schema_library asset type in IGC, displayed as 'XML Schema Library' in the IGC UI. |
class |
XsdAttribute
POJO for the
xsd_attribute asset type in IGC, displayed as 'XSD Attribute' in the IGC UI. |
class |
XsdAttributeGroup
POJO for the
xsd_attribute_group asset type in IGC, displayed as 'XSD Attribute Group' in the IGC UI. |
class |
XsdAttributeReference
POJO for the
xsd_attribute_reference asset type in IGC, displayed as 'XSD Attribute Reference' in the IGC UI. |
class |
XsdChoice
POJO for the
xsd_choice asset type in IGC, displayed as 'XSD Choice' in the IGC UI. |
class |
XsdComplexType
POJO for the
xsd_complex_type asset type in IGC, displayed as 'XSD Complex Type' in the IGC UI. |
class |
XsdElement
POJO for the
xsd_element asset type in IGC, displayed as 'XSD Element' in the IGC UI. |
class |
XsdElementGroup
POJO for the
xsd_element_group asset type in IGC, displayed as 'XSD Element Group' in the IGC UI. |
class |
XsdElementGroupReference
POJO for the
xsd_element_group_reference asset type in IGC, displayed as 'XSD Element Group Reference' in the IGC UI. |
class |
XsdElementReference
POJO for the
xsd_element_reference asset type in IGC, displayed as 'XSD Element Reference' in the IGC UI. |
class |
XsdForeignKey
POJO for the
xsd_foreign_key asset type in IGC, displayed as 'XSD Foreign Key' in the IGC UI. |
class |
XsdPrimaryKey
POJO for the
xsd_primary_key asset type in IGC, displayed as 'XSD Primary Key' in the IGC UI. |
class |
XsdSequence
POJO for the
xsd_sequence asset type in IGC, displayed as 'XSD Sequence' in the IGC UI. |
class |
XsdSimpleType
POJO for the
xsd_simple_type asset type in IGC, displayed as 'XSD Simple Type' in the IGC UI. |
class |
XsdUniqueKey
POJO for the
xsd_unique_key asset type in IGC, displayed as 'XSD Unique Key' in the IGC UI. |
| Modifier and Type | Field and Description |
|---|---|
protected Reference |
Note.belonging_to
The 'belonging_to' property indicates the IGC asset that this note is attached to.
|
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<Reference> |
View.definedForeignKey |
protected ItemList<Reference> |
DatabaseTable.definedForeignKey |
| Modifier and Type | Method and Description |
|---|---|
Reference |
Note.getBelongingTo()
Retrieve the asset to which this IGC note belongs.
|
| Modifier and Type | Method and Description |
|---|---|
ItemList<Reference> |
View.getDefinedForeignKey()
Retrieve the
defined_foreign_key property (displayed as 'Defined Foreign Key' or 'Has Foreign Key Implemented') of the object. |
ItemList<Reference> |
DatabaseTable.getDefinedForeignKey()
Retrieve the
defined_foreign_key property (displayed as 'Defined Foreign Key') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
Note.setBelongingTo(Reference belonging_to)
Set the asset to which this IGC note belongs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
View.setDefinedForeignKey(ItemList<Reference> definedForeignKey)
Set the
defined_foreign_key property (displayed as Defined Foreign Key or Has Foreign Key Implemented) of the object. |
void |
DatabaseTable.setDefinedForeignKey(ItemList<Reference> definedForeignKey)
Set the
defined_foreign_key property (displayed as Defined Foreign Key) of the object. |
| Modifier and Type | Class and Description |
|---|---|
class |
ItemList<T extends Reference>
Provides a standard class for any relationship in IGC, by including 'paging' details and 'items' array.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Reference> |
Reference._context
Provides the context to the unique identity of this asset.
|
| Modifier and Type | Method and Description |
|---|---|
List<Reference> |
Reference.getContext()
Retrieve the context of the IGC object instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Reference.setContext(List<Reference> _context)
Set the context of the IGC object instance.
|
| Constructor and Description |
|---|
Identity(List<Reference> context,
String assetType,
String assetName)
Creates a new identity based on the identity characteristics provided.
|
Identity(List<Reference> context,
String assetType,
String assetName,
String rid)
Creates a new identity based on the identity characteristics provided.
|
Identity(List<Reference> context,
String assetType,
String assetName,
String rid,
boolean partial)
Creates a new identity based on the identity characteristics provided.
|
| Modifier and Type | Method and Description |
|---|---|
List<Reference> |
ColumnLevelLineage.getContext()
Retrieve the context of the IGC object instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnLevelLineage.setContext(List<Reference> _context)
Set the context of the IGC object instance.
|
Copyright © 2018–2021 ODPi. All rights reserved.