Uses of Interface
com.orchestranetworks.dma.api.DMADataModel
Packages that use DMADataModel
-
Uses of DMADataModel in com.orchestranetworks.dma.api
Methods in com.orchestranetworks.dma.api that return DMADataModelModifier and TypeMethodDescriptionabstract DMADataModelDataModelingManager.lookupDataModel(String aDataModelName) Returns the specified data model.abstract DMADataModelDataModelingManager.lookupDataModel(String aDataModelName, Session aSessionOrNull) Returns the specified data model.DMADataModel.lookupVersion(String aVersionName) Returns the specified version of this data model.Methods in com.orchestranetworks.dma.api that return types with arguments of type DMADataModelModifier and TypeMethodDescriptionabstract List<DMADataModel>DataModelingManager.getDataModels()Retrieves the data models defined in the Data Modeling Assistant (DMA) regardless their permissions.abstract List<DMADataModel>DataModelingManager.getDataModels(Session aSessionOrNull) Retrieves the data models defined in the Data Modeling Assistant (DMA).DMADataModel.getVersions()Returns the versions associated to this data model.Methods in com.orchestranetworks.dma.api with parameters of type DMADataModelModifier and TypeMethodDescriptionstatic final DataModelingPublicationSpecDataModelingPublicationSpec.forDataModel(DMADataModel aDataModel) Creates a specification according to the configuration of the specified data model.