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

Packages that use IFormView
com.semarchy.mdm.runtime.model.logical This package contains the IModel representing the model as designed in Semarchy Convergence For MDM. 
 

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

Methods in com.semarchy.mdm.runtime.model.logical that return IFormView
 IFormView IBOViewEntity.getBrowsingFormView()
          The IFormView defined to be used while browsing this IBOViewEntity.
 IFormView IBOViewEntity.getDataEntryFormView()
          Optional IFormView defined to be used for editing data.
 IFormView IEntity.getDefaultFormView()
          Get the default IFormView for this IEntity.
 IFormView IFormSection.getFormView()
          Deprecated.  
 IFormView IBOViewEntity.getFormView()
          Deprecated. As of 3.0, replaced by IBOViewEntity.getBrowsingFormView()
 IFormView IBusinessObjectView.getFormView(IBOEntity pEntity)
          Deprecated. use IBusinessObjectView.getBOViewEntity(IBOEntity) instead
 IFormView IEntity.getFormView(String pName)
          Return the IFormView with the given name or throws NoSuchFormViewException if there is no IFormView with this name
 

Methods in com.semarchy.mdm.runtime.model.logical that return types with arguments of type IFormView
 List<IFormView> IEntity.getFormViews()
          Obtain the list of IFormViews.
 



Copyright © 2015. All Rights Reserved.