Uses of Interface
com.semarchy.mdm.runtime.model.logical.IModel

Packages that use IModel
com.semarchy.mdm.backend.runtime.bindings   
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.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   
 

Uses of IModel in com.semarchy.mdm.backend.runtime.bindings
 

Methods in com.semarchy.mdm.backend.runtime.bindings with parameters of type IModel
static com.semarchy.platform.language.semql.bindvariable.BindVariableProvider BindVariableProviderUtil.createDataEntryBindVariableProvider(IModel pModel)
           
static com.semarchy.platform.language.semql.bindvariable.BindVariableProvider BindVariableProviderUtil.createDefaultBindVariableProvider(IModel pModel)
           
 

Uses of IModel in com.semarchy.mdm.runtime.data
 

Methods in com.semarchy.mdm.runtime.data with parameters of type IModel
static DataAccessPermissionDeniedException DataAccessPermissionDeniedException.modelAccessDenied(IModel pModel)
           
 

Uses of IModel in com.semarchy.mdm.runtime.model
 

Methods in com.semarchy.mdm.runtime.model that return IModel
 IModel IRuntimeModelsProvider.getLogicalModel()
          Returns the logical model for the Data Edition.
 

Uses of IModel in com.semarchy.mdm.runtime.model.dataaccess
 

Methods in com.semarchy.mdm.runtime.model.dataaccess that return IModel
 IModel IDataAccessModel.getModel()
           
 

Uses of IModel in com.semarchy.mdm.runtime.model.logical
 

Methods in com.semarchy.mdm.runtime.model.logical that return IModel
 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
 

Methods in com.semarchy.mdm.runtime.model.logical with parameters of type IModel
static LogicalModelAuthorizations LogicalModelAuthorizations.createLogicalModelAuthorizations(IModel model, Set<String> platformRoles)
          Creates a new LogicalModelAuthorizations
 

Uses of IModel in com.semarchy.mdm.runtime.model.logical.exception
 

Constructors in com.semarchy.mdm.runtime.model.logical.exception with parameters of type IModel
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)
           
 

Uses of IModel in com.semarchy.mdm.runtime.model.physical
 

Methods in com.semarchy.mdm.runtime.model.physical that return IModel
 IModel IPhysicalModel.getModel()
           
 

Uses of IModel in com.semarchy.mdm.runtime.model.security
 

Methods in com.semarchy.mdm.runtime.model.security that return IModel
 IModel ILogicalModelSecurityProvider.getModel()
          Deprecated.  
 



Copyright © 2015. All Rights Reserved.