Package com.orchestranetworks.addon.dml
Class SourcePrimaryKey
java.lang.Object
com.orchestranetworks.addon.dml.SourcePrimaryKey
- All Implemented Interfaces:
DataModelSource
Specifies the configurations to create a data model source from an instance of a
PrimaryKey
that identifies a record of the Data model table in the Dynamic data modeling dataset.- Since:
- 2.6.2
-
Constructor Summary
ConstructorDescriptionSourcePrimaryKey
(String name, com.onwbp.adaptation.PrimaryKey dataModelPrimaryKey) -
Method Summary
Modifier and TypeMethodDescriptioncom.onwbp.adaptation.PrimaryKey
Returns an instance of aPrimaryKey
that identifies a record of the Data model table in the Dynamic data modeling dataset.getName()
Returns the data model source name.
-
Constructor Details
-
SourcePrimaryKey
-
-
Method Details
-
getDataModelPrimaryKey
public com.onwbp.adaptation.PrimaryKey getDataModelPrimaryKey()Returns an instance of aPrimaryKey
that identifies a record of the Data model table in the Dynamic data modeling dataset. -
getName
Returns the data model source name. If the data model configuration is saved to the Dynamic data modeling dataset, this value is applied to the 'Name' field in the 'Data model' table.- Specified by:
getName
in interfaceDataModelSource
-