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.logical.exception | |
com.semarchy.mdm.runtime.model.security |
Modifier and Type | Method and Description |
---|---|
static DataAccessPermissionDeniedException |
DataAccessPermissionDeniedException.checkoutDenied(IBOEntity pBOEntity,
IBOTransition pIntoTransition) |
Modifier and Type | Method and Description |
---|---|
IBOEntity |
IBusinessObject.getBOEntity(String pName) |
IBOEntity |
IBusinessObject.getRootBOEntity()
The root IBOEntity
|
IBOEntity |
IBOTransition.getSourceBOEntity() |
IBOEntity |
IBOTransition.getTargetBOEntity() |
Modifier and Type | Method and Description |
---|---|
List<IBOEntity> |
IBusinessObject.getAllBOEntities() |
Collection<IBOEntity> |
IBusinessObject.getBOEntities(IEntity pEntity)
Obtains the BOEntities defined in this Business Object for the given type.
|
Modifier and Type | Method and Description |
---|---|
IBOViewEntity |
IBusinessObjectView.getBOViewEntity(IBOEntity boEntity) |
IFormView |
IBusinessObjectView.getFormView(IBOEntity pEntity)
Deprecated.
use
IBusinessObjectView.getBOViewEntity(IBOEntity) instead |
Constructor and Description |
---|
NoSuchBOTransitionException(IBOEntity pParent,
String pName) |
Modifier and Type | Method and Description |
---|---|
boolean |
IApplicationSecurityProvider.isCheckoutAuthorized(IBOEntity boEntity)
Returns whether current user is authorized to checkout data related to
the provided
boEntity , or not. |
boolean |
IApplicationSecurityProvider.isCheckoutAuthorized(IBOEntity boEntity,
IBOTransition targetTransition)
Deprecated.
As of release 3.1, replaced by either
IApplicationSecurityProvider.isCheckoutAuthorized(IBOEntity) , or
IApplicationSecurityProvider.isCheckoutAuthorized(IBOTransition) |
Copyright © 2015. All Rights Reserved.