public class MappingSpecification extends InformationAsset
mapping_specification asset type in IGC, displayed as 'Mapping Specification' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
description |
protected ItemList<MappingFilter> |
filters |
protected ItemList<Dsjob> |
generatedJobs |
protected String |
includeForLineage
Valid values are:
setToTrue (displayed in the UI as 'True')
setToFalse (displayed in the UI as 'False')
|
protected ItemList<InformationServerReportMappingSpecification> |
informationServerReports
Deprecated.
No longer applicable from 11.7.0.1 onwards.
|
protected ItemList<MappingJoin> |
joins |
protected ItemList<MappingProject> |
mappingProject |
protected ItemList<Mapping> |
mappings |
protected Steward |
owner |
protected ItemList<Datagroup> |
sourceDatabaseTablesOrViews |
protected String |
status
Valid values are:
PROCESSING_STARTED (displayed in the UI as 'PROCESSING_STARTED')
REVIEW_COMPLETED (displayed in the UI as 'REVIEW_COMPLETED')
DEPLOYMENT_COMPLETED (displayed in the UI as 'DEPLOYMENT_COMPLETED')
|
protected ItemList<Datagroup> |
targetDatabaseTablesOrViews |
blueprintElements, impactedBy, impactsOn, inCollections, nativeId, readByDesign, readByOperational, readByStatic, readByUserDefined, writtenByDesign, writtenByOperational, writtenByStatic, writtenByUserDefinedassignedToTerms, governedByRules, implementsRules, labels, longDescription, name, shortDescription, stewards| Constructor and Description |
|---|
MappingSpecification() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getDescription()
Retrieve the
description property (displayed as 'Description') of the object. |
ItemList<MappingFilter> |
getFilters()
Retrieve the
filters property (displayed as 'Filters') of the object. |
ItemList<Dsjob> |
getGeneratedJobs()
Retrieve the
generated_jobs property (displayed as 'Generated Jobs') of the object. |
String |
getIncludeForLineage()
Retrieve the
include_for_lineage property (displayed as 'Include for Lineage') of the object. |
ItemList<InformationServerReportMappingSpecification> |
getInformationServerReports()
Deprecated.
No longer applicable from 11.7.0.1 onwards.
|
ItemList<MappingJoin> |
getJoins()
Retrieve the
joins property (displayed as 'Joins') of the object. |
ItemList<MappingProject> |
getMappingProject()
Retrieve the
mapping_project property (displayed as 'Mapping Project') of the object. |
ItemList<Mapping> |
getMappings()
Retrieve the
mappings property (displayed as 'Mappings') of the object. |
Steward |
getOwner()
Retrieve the
owner property (displayed as 'Owner') of the object. |
ItemList<Datagroup> |
getSourceDatabaseTablesOrViews()
Retrieve the
source_database_tables_or_views property (displayed as 'Source Database Tables or Views') of the object. |
String |
getStatus()
Retrieve the
status property (displayed as 'Status') of the object. |
ItemList<Datagroup> |
getTargetDatabaseTablesOrViews()
Retrieve the
target_database_tables_or_views property (displayed as 'Target Database Tables or Views') of the object. |
void |
setDescription(List<String> description)
Set the
description property (displayed as Description) of the object. |
void |
setFilters(ItemList<MappingFilter> filters)
Set the
filters property (displayed as Filters) of the object. |
void |
setGeneratedJobs(ItemList<Dsjob> generatedJobs)
Set the
generated_jobs property (displayed as Generated Jobs) of the object. |
void |
setIncludeForLineage(String includeForLineage)
Set the
include_for_lineage property (displayed as Include for Lineage) of the object. |
void |
setInformationServerReports(ItemList<InformationServerReportMappingSpecification> informationServerReports)
Deprecated.
No longer applicable from 11.7.0.1 onwards.
|
void |
setJoins(ItemList<MappingJoin> joins)
Set the
joins property (displayed as Joins) of the object. |
void |
setMappingProject(ItemList<MappingProject> mappingProject)
Set the
mapping_project property (displayed as Mapping Project) of the object. |
void |
setMappings(ItemList<Mapping> mappings)
Set the
mappings property (displayed as Mappings) of the object. |
void |
setOwner(Steward owner)
Set the
owner property (displayed as Owner) of the object. |
void |
setSourceDatabaseTablesOrViews(ItemList<Datagroup> sourceDatabaseTablesOrViews)
Set the
source_database_tables_or_views property (displayed as Source Database Tables or Views) of the object. |
void |
setStatus(String status)
Set the
status property (displayed as Status) of the object. |
void |
setTargetDatabaseTablesOrViews(ItemList<Datagroup> targetDatabaseTablesOrViews)
Set the
target_database_tables_or_views property (displayed as Target Database Tables or Views) of the object. |
getBlueprintElements, getImpactedBy, getImpactsOn, getInCollections, getNativeId, getReadByDesign, getReadByOperational, getReadByStatic, getReadByUserDefined, getWrittenByDesign, getWrittenByOperational, getWrittenByStatic, getWrittenByUserDefined, setBlueprintElements, setImpactedBy, setImpactsOn, setInCollections, setNativeId, setReadByDesign, setReadByOperational, setReadByStatic, setReadByUserDefined, setWrittenByDesign, setWrittenByOperational, setWrittenByStatic, setWrittenByUserDefinedgetAssignedToTerms, getGovernedByRules, getImplementsRules, getLabels, getLongDescription, getShortDescription, getStewards, getTheName, setAssignedToTerms, setGovernedByRules, setImplementsRules, setLabels, setLongDescription, setShortDescription, setStewards, setTheNameareModificationDetailsPopulated, getContext, getCreatedBy, getCreatedOn, getId, getIdentity, getModifiedBy, getModifiedOn, getName, getNotes, getType, getUrl, isEmbeddedAsset, isFullyRetrieved, isIdentityPopulated, isSimpleType, isVirtualAsset, setContext, setCreatedBy, setCreatedOn, setFullyRetrieved, setId, setModifiedBy, setModifiedOn, setName, setNotes, setType, setUrltoStringprotected ItemList<MappingFilter> filters
protected String includeForLineage
@Deprecated protected ItemList<InformationServerReportMappingSpecification> informationServerReports
protected ItemList<MappingJoin> joins
protected ItemList<MappingProject> mappingProject
protected Steward owner
protected String status
public List<String> getDescription()
description property (displayed as 'Description') of the object.List<String>public void setDescription(List<String> description)
description property (displayed as Description) of the object.description - the value to setpublic ItemList<MappingFilter> getFilters()
filters property (displayed as 'Filters') of the object.ItemList<MappingFilter>public void setFilters(ItemList<MappingFilter> filters)
filters property (displayed as Filters) of the object.filters - the value to setpublic ItemList<Dsjob> getGeneratedJobs()
generated_jobs property (displayed as 'Generated Jobs') of the object.ItemList<Dsjob>public void setGeneratedJobs(ItemList<Dsjob> generatedJobs)
generated_jobs property (displayed as Generated Jobs) of the object.generatedJobs - the value to setpublic String getIncludeForLineage()
include_for_lineage property (displayed as 'Include for Lineage') of the object.Stringpublic void setIncludeForLineage(String includeForLineage)
include_for_lineage property (displayed as Include for Lineage) of the object.includeForLineage - the value to set@Deprecated public ItemList<InformationServerReportMappingSpecification> getInformationServerReports()
information_server_reports property (displayed as 'Information Server Reports') of the object.ItemList<InformationServerReportMappingSpecification>@Deprecated public void setInformationServerReports(ItemList<InformationServerReportMappingSpecification> informationServerReports)
information_server_reports property (displayed as Information Server Reports) of the object.informationServerReports - the value to setpublic ItemList<MappingJoin> getJoins()
joins property (displayed as 'Joins') of the object.ItemList<MappingJoin>public void setJoins(ItemList<MappingJoin> joins)
joins property (displayed as Joins) of the object.joins - the value to setpublic ItemList<MappingProject> getMappingProject()
mapping_project property (displayed as 'Mapping Project') of the object.ItemList<MappingProject>public void setMappingProject(ItemList<MappingProject> mappingProject)
mapping_project property (displayed as Mapping Project) of the object.mappingProject - the value to setpublic ItemList<Mapping> getMappings()
mappings property (displayed as 'Mappings') of the object.ItemList<Mapping>public void setMappings(ItemList<Mapping> mappings)
mappings property (displayed as Mappings) of the object.mappings - the value to setpublic Steward getOwner()
owner property (displayed as 'Owner') of the object.Stewardpublic void setOwner(Steward owner)
owner property (displayed as Owner) of the object.owner - the value to setpublic ItemList<Datagroup> getSourceDatabaseTablesOrViews()
source_database_tables_or_views property (displayed as 'Source Database Tables or Views') of the object.ItemList<Datagroup>public void setSourceDatabaseTablesOrViews(ItemList<Datagroup> sourceDatabaseTablesOrViews)
source_database_tables_or_views property (displayed as Source Database Tables or Views) of the object.sourceDatabaseTablesOrViews - the value to setpublic String getStatus()
status property (displayed as 'Status') of the object.Stringpublic void setStatus(String status)
status property (displayed as Status) of the object.status - the value to setpublic ItemList<Datagroup> getTargetDatabaseTablesOrViews()
target_database_tables_or_views property (displayed as 'Target Database Tables or Views') of the object.ItemList<Datagroup>Copyright © 2018–2021 ODPi. All rights reserved.