Package | Description |
---|---|
com.semarchy.mdm.runtime.data |
This package contains the
IDataAccessService and the related classes. |
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.security |
Modifier and Type | Method and Description |
---|---|
IBOTransition |
NewRowTarget.getBOTransition() |
Modifier and Type | Method and Description |
---|---|
static DataAccessPermissionDeniedException |
DataAccessPermissionDeniedException.checkoutDenied(IBOEntity pBOEntity,
IBOTransition pIntoTransition) |
static NewRowTarget |
NewRowTarget.intoDataRow(IEntityRow pParentDataRow,
IBOTransition pIntoBoTransition) |
Constructor and Description |
---|
NewRowTarget(IEntityRow pParentRow,
IBOTransition pIntoBoTransition) |
Modifier and Type | Method and Description |
---|---|
IBOTransition |
IBOEntity.getTransition(String pTransitionName) |
Modifier and Type | Method and Description |
---|---|
List<IBOTransition> |
IBOEntity.getTransitions() |
Modifier and Type | Method and Description |
---|---|
ITableView |
IBusinessObjectView.getTableView(IBOTransition pTransition)
Deprecated.
use
IBusinessObjectView.getBOViewEntity(IBOEntity) instead |
Modifier and Type | Method and Description |
---|---|
boolean |
IApplicationSecurityProvider.isCheckoutAuthorized(IBOEntity boEntity,
IBOTransition targetTransition)
Deprecated.
As of release 3.1, replaced by either
IApplicationSecurityProvider.isCheckoutAuthorized(IBOEntity) , or
IApplicationSecurityProvider.isCheckoutAuthorized(IBOTransition) |
boolean |
IApplicationSecurityProvider.isCheckoutAuthorized(IBOTransition boTransition)
Returns whether current user is authorized to checkout data related to
boTransition 's target IBOEntity , and to make root of
them referenced through boTransition . |
boolean |
IApplicationSecurityProvider.isCreateDataRowAuthorized(IBOTransition pBOTransition) |
Copyright © 2017. All rights reserved.