public class SourceSet extends oracle.odi.domain.support.AbstractRepositoryEntity implements IProcedureUser, IInterfaceSubComponent
| Modifier and Type | Method and Description |
|---|---|
DataSet |
getDataSet()
Deprecated.
Returns the data set for which this source set is attached to.
|
java.util.Collection |
getFilters()
Deprecated.
Returns a collection of
Filter in this source set. |
java.lang.String |
getGlobalId()
Deprecated.
Global ID is unique cross repositories.
|
java.lang.Number |
getInstanceId()
Deprecated.
Return the internal identifier of the instance that is marked by this interface.
|
java.io.Serializable |
getInternalId()
Deprecated.
The internal ID of this sub component.
Returning null from this method will indicate the object has never been persisted in the repository. |
java.util.Collection |
getJoins()
Deprecated.
Returns a collection of
Join in this source set. |
OdiLKM |
getLKM()
Deprecated.
Returns the Load Knowledge module associated to this
SourceSet instance. |
java.util.List |
getLKMOptions()
Deprecated.
Returns the source set's Load Knowledge Module's options.
|
OdiLogicalSchema |
getLogicalSchema()
Deprecated.
Returns the logical schema of the source set, or null if the source set has no source data stores.
|
java.util.Collection |
getMappings()
Deprecated.
Returns a collection of
TargetMapping in this source set. |
java.lang.String |
getName()
Deprecated.
Returns the name of this source set.
|
java.util.Collection |
getSourceDataStores()
Deprecated.
Returns a collection of
SourceDataStore in this source set. |
java.lang.Number |
getSourceSetId()
Deprecated.
Returns the internal id of this source set.
|
java.lang.String |
getSubComponentDescription()
Deprecated.
Returns the sub component's description in a human-readable way.
|
java.lang.String |
getSubComponentDescription(java.util.Locale pLocale)
Deprecated.
Returns the sub component's description in a human-readable way for the given Locale.
|
void |
setLKMToMissingReference(MapReference missingRef)
Deprecated.
For internal use only
Set the Load Knowledge module associated to a
MapReference instance, this instance is a empty reference which stands for the Knowledge
Module that no longer exist. |
public SourceSet(java.lang.String pName,
DataSet pDataSet)
pName - the source set name, should be less than 100 characterspDataSet - the data set in this source setpublic java.io.Serializable getInternalId()
IInterfaceSubComponentnull from this method will indicate the object has never been persisted in the repository.getInternalId in interface IRepositoryEntitygetInternalId in interface IInterfaceSubComponentpublic OdiLKM getLKM()
SourceSet instance.OdiLKM,
setLKM(OdiLKM)public void setLKMToMissingReference(MapReference missingRef)
MapReference instance, this instance is a empty reference which stands for the Knowledge
Module that no longer exist.missingKMQualifiedName - name of the missing Knowledge Modulepublic java.util.List getLKMOptions()
OdiLKM,
author jean-yves.toumitpublic OdiLogicalSchema getLogicalSchema()
public DataSet getDataSet()
public java.lang.String getName()
setName(java.lang.String)public java.lang.Number getSourceSetId()
public java.util.Collection getJoins()
Join in this source set.Joinpublic java.util.Collection getFilters()
Filter in this source set.Filterpublic java.util.Collection getMappings()
TargetMapping in this source set.TargetMappingpublic java.util.Collection getSourceDataStores()
SourceDataStore in this source set.SourceDataStorepublic java.lang.Number getInstanceId()
IProcedureUsergetInstanceId in interface IProcedureUserpublic java.lang.String getSubComponentDescription()
IInterfaceSubComponentgetSubComponentDescription in interface IInterfaceSubComponentpublic java.lang.String getSubComponentDescription(java.util.Locale pLocale)
IInterfaceSubComponentgetSubComponentDescription in interface IInterfaceSubComponentpLocale - the Locale for which the description should be returnedpublic java.lang.String getGlobalId()
IRepositoryEntitygetGlobalId in interface IRepositoryEntitygetGlobalId in class oracle.odi.domain.support.AbstractRepositoryEntity