|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IBOEntity | |
---|---|
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 |
Uses of IBOEntity in com.semarchy.mdm.runtime.data |
---|
Methods in com.semarchy.mdm.runtime.data with parameters of type IBOEntity | |
---|---|
static DataAccessPermissionDeniedException |
DataAccessPermissionDeniedException.checkoutDenied(IBOEntity pBOEntity,
IBOTransition pIntoTransition)
|
Uses of IBOEntity in com.semarchy.mdm.runtime.model.logical |
---|
Methods in com.semarchy.mdm.runtime.model.logical that return IBOEntity | |
---|---|
IBOEntity |
IBusinessObject.getBOEntity(String pName)
|
IBOEntity |
IBusinessObject.getRootBOEntity()
The root IBOEntity |
IBOEntity |
IBOTransition.getSourceBOEntity()
|
IBOEntity |
IBOTransition.getTargetBOEntity()
|
Methods in com.semarchy.mdm.runtime.model.logical that return types with arguments of type IBOEntity | |
---|---|
List<IBOEntity> |
IBusinessObject.getAllBOEntities()
|
Collection<IBOEntity> |
IBusinessObject.getBOEntities(IEntity pEntity)
Obtains the BOEntities defined in this Business Object for the given type. |
Methods in com.semarchy.mdm.runtime.model.logical with parameters of type IBOEntity | |
---|---|
IBOViewEntity |
IBusinessObjectView.getBOViewEntity(IBOEntity boEntity)
|
IFormView |
IBusinessObjectView.getFormView(IBOEntity pEntity)
Deprecated. use IBusinessObjectView.getBOViewEntity(IBOEntity) instead |
Uses of IBOEntity in com.semarchy.mdm.runtime.model.logical.exception |
---|
Constructors in com.semarchy.mdm.runtime.model.logical.exception with parameters of type IBOEntity | |
---|---|
NoSuchBOTransitionException(IBOEntity pParent,
String pName)
|
Uses of IBOEntity in com.semarchy.mdm.runtime.model.security |
---|
Methods in com.semarchy.mdm.runtime.model.security with parameters of type IBOEntity | |
---|---|
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) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |