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 |
---|---|
ITableView |
IBOViewEntity.getBrowsingTableView()
The
ITableView defined to be used while browsing this IBOViewEntity . |
ITableView |
IEntity.getDefaultTableView()
Get the default
ITableView for this IEntity . |
ITableView |
IBusinessObjectView.getRootTableView()
Deprecated.
use
IBusinessObjectView.getBOViewEntity(IBOEntity) instead using
IBusinessObject.getRootBOEntity() as a parameter |
ITableView |
ITableAttribute.getTableView()
Deprecated.
user should keep track of the tableview separately
|
ITableView |
IDupsWorkflow.getTableView() |
ITableView |
IBOViewEntity.getTableView()
Deprecated.
As of 3.0, replaced by
|
ITableView |
IBusinessObjectView.getTableView(IBOTransition pTransition)
Deprecated.
use
IBusinessObjectView.getBOViewEntity(IBOEntity) instead |
ITableView |
IEntity.getTableView(String pName)
Return the
ITableView with the given name or throws
NoSuchTableViewException if there is no ITableView with
this name |
Modifier and Type | Method and Description |
---|---|
List<ITableView> |
IEntity.getTableViews()
Obtain the list of ITableViews.
|
Copyright © 2019. All rights reserved.