Package | Description |
---|---|
com.semarchy.mdm.runtime.model.logical |
This package contains the
IModel representing the model as designed in Semarchy Convergence For MDM. |
Modifier and Type | Method and Description |
---|---|
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()
|
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 |
Modifier and Type | Method and Description |
---|---|
List<IFormView> |
IEntity.getFormViews()
Obtain the list of IFormViews.
|
Copyright © 2016. All Rights Reserved.