Package com.orchestranetworks.dma.api
Class DataModelingEmbeddedPublicationSpec
java.lang.Object
com.orchestranetworks.dma.api.DataModelingPublicationSpec
com.orchestranetworks.dma.api.DataModelingEmbeddedPublicationSpec
Defines the settings for publishing a data model in a repository.
- Since:
- 6.2.2
-
Method Summary
Modifier and TypeMethodDescriptionforEmbeddedPublication(String aPublicationName) Creates a specification for publishing a data model into a repository.Returns the publication name.booleanReturns if a snapshot should be created or not during the publication process.voidsetCreateSnapshot(boolean createSnapshot) Enables creation of snapshot during the publication process.Methods inherited from class com.orchestranetworks.dma.api.DataModelingPublicationSpec
forDataModel
-
Method Details
-
getPublicationName
Returns the publication name. -
isCreateSnapshot
public boolean isCreateSnapshot()Returns if a snapshot should be created or not during the publication process. -
setCreateSnapshot
public void setCreateSnapshot(boolean createSnapshot) Enables creation of snapshot during the publication process. -
forEmbeddedPublication
Creates a specification for publishing a data model into a repository.- Throws:
IllegalArgumentException- if the specified publication name isnull.
-