Package | Description |
---|---|
com.semarchy.mdm.client |
Provides the classes to connect to a Semarchy For MDM instance and to use the services provided by the instance.
|
com.semarchy.mdm.runtime.data |
This package contains the
IDataAccessService and the related classes. |
com.semarchy.mdm.runtime.model | |
com.semarchy.mdm.runtime.model.dataaccess | |
com.semarchy.mdm.runtime.model.factory | |
com.semarchy.mdm.runtime.model.logical |
This package contains the
IModel representing the model as designed in Semarchy Convergence For MDM. |
com.semarchy.mdm.runtime.model.logical.exception | |
com.semarchy.mdm.runtime.model.physical | |
com.semarchy.mdm.runtime.model.security |
Modifier and Type | Method and Description |
---|---|
IModel |
IDataEditionConnection.getLogicalModel()
Returns the logical model for the Data Edition.
|
Modifier and Type | Method and Description |
---|---|
static DataAccessPermissionDeniedException |
DataAccessPermissionDeniedException.modelAccessDenied(IModel pModel) |
Modifier and Type | Method and Description |
---|---|
IModel |
IRuntimeModelsProvider.getLogicalModel()
Returns the logical model for the Data Edition.
|
IModel |
DefaultRuntimeModelsProvider.getLogicalModel() |
Constructor and Description |
---|
DefaultExtendedRuntimeModelsProvider(IModel model,
BuiltInMetadataRegistryFactory builtInMetadataRegistryFactory,
DataAccessModelFactory dataAccessModelFactory,
PhysicalModelFactory physicalModelFactory,
SemQLModelFactory semQLModelFactory) |
DefaultRuntimeModelsProvider(IModel model,
BuiltInMetadataRegistryFactory builtInMetadataRegistryFactory,
DataAccessModelFactory dataAccessModelFactory,
PhysicalModelFactory physicalModelFactory) |
Modifier and Type | Method and Description |
---|---|
IModel |
IDataAccessModel.getModel() |
Modifier and Type | Method and Description |
---|---|
IModel |
LogicalModelProvider.getLogicalModel(ModelEditionID modelEdition)
Obtain a logical model from its
ModelEditionID . |
IModel |
CacheAllLogicalModelProvider.getLogicalModel(ModelEditionID modelEdition) |
IModel |
WithPartialsLogicalModelProvider.getModelForWelcomePage(ModelEditionID modelEdition)
Get a
IModel where only minimal getApplications()
is populated with minimal information on applications themselves (name,
label..) |
Modifier and Type | Method and Description |
---|---|
IDataAccessModel |
RuntimeTemplateBasedModelsFactory.createDataAccessModel(IModel model) |
IDataAccessModel |
DataAccessModelFactory.createDataAccessModel(IModel model) |
IDataAccessModel |
CachingDataAccessModelFactory.createDataAccessModel(IModel model) |
com.semarchy.platform.language.semql.functions.IFunctionProvider |
FunctionProviderFactory.createFunctionProvider(IModel model) |
com.semarchy.platform.language.semql.functions.IFunctionProvider |
DefaultFunctionProviderFactory.createFunctionProvider(IModel model) |
com.semarchy.platform.language.semql.functions.IFunctionProvider |
CachingFunctionProviderFactory.createFunctionProvider(IModel model) |
IPhysicalModel |
RuntimeTemplateBasedModelsFactory.createPhysicalModel(IModel model) |
IPhysicalModel |
PhysicalModelFactory.createPhysicalModel(IModel model) |
IPhysicalModel |
CachingPhysicalModelFactory.createPhysicalModel(IModel model) |
com.semarchy.mdm.runtime.model.semql.ISemQLModel |
SemQLModelFactory.createSemQLModel(IModel model) |
com.semarchy.mdm.runtime.model.semql.ISemQLModel |
RuntimeTemplateSemQLModelFactory.createSemQLModel(IModel model) |
com.semarchy.mdm.runtime.model.semql.ISemQLModel |
RuntimeTemplateBasedModelsFactory.createSemQLModel(IModel model) |
com.semarchy.mdm.runtime.model.semql.ISemQLModel |
CachingSemQLModelFactory.createSemQLModel(IModel model) |
Modifier and Type | Method and Description |
---|---|
IModel |
IReference.getModel()
Deprecated.
|
IModel |
IPublisher.getModel() |
IModel |
IModelJob.getModel()
Deprecated.
|
IModel |
ILov.getModel()
Deprecated.
|
IModel |
IEntity.getModel()
Deprecated.
|
IModel |
IBusinessObject.getModel()
The model to which this Business Object belongs
|
Modifier and Type | Method and Description |
---|---|
static LogicalModelAuthorizations |
LogicalModelAuthorizations.createLogicalModelAuthorizations(IModel model,
Set<String> platformRoles)
Creates a new
LogicalModelAuthorizations |
Constructor and Description |
---|
NoSuchApplicationException(IModel pParent,
String pAppName) |
NoSuchBusinessObjectException(IModel pParent,
String pBoNAme) |
NoSuchComplexTypeException(IModel pModel,
String complexTypeName) |
NoSuchEntityException(IModel pParent,
String pEntityName) |
NoSuchLovException(IModel pParent,
String pLovName) |
NoSuchModelJobException(IModel pModel,
String name) |
NoSuchPublisherException(IModel pModel,
String pPublisherCode) |
NoSuchReferenceException(IModel pParent,
String pRefName) |
Modifier and Type | Method and Description |
---|---|
IModel |
IPhysicalModel.getModel() |
Modifier and Type | Method and Description |
---|---|
IModel |
ILogicalModelSecurityProvider.getModel()
Deprecated.
|
Copyright © 2016. All Rights Reserved.