Uses of Interface
com.semarchy.mdm.runtime.model.logical.IBOTransition

Packages that use IBOTransition
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   
 

Uses of IBOTransition in com.semarchy.mdm.runtime.data
 

Methods in com.semarchy.mdm.runtime.data that return IBOTransition
 IBOTransition NewRowTarget.getBOTransition()
           
 

Methods in com.semarchy.mdm.runtime.data with parameters of type IBOTransition
static DataAccessPermissionDeniedException DataAccessPermissionDeniedException.checkoutDenied(IBOEntity pBOEntity, IBOTransition pIntoTransition)
           
static NewRowTarget NewRowTarget.intoDataRow(IEntityRow pParentDataRow, IBOTransition pIntoBoTransition)
           
 

Constructors in com.semarchy.mdm.runtime.data with parameters of type IBOTransition
NewRowTarget(IEntityRow pParentRow, IBOTransition pIntoBoTransition)
           
 

Uses of IBOTransition in com.semarchy.mdm.runtime.model.logical
 

Methods in com.semarchy.mdm.runtime.model.logical that return IBOTransition
 IBOTransition IBOEntity.getTransition(String pTransitionName)
           
 

Methods in com.semarchy.mdm.runtime.model.logical that return types with arguments of type IBOTransition
 List<IBOTransition> IBOEntity.getTransitions()
           
 

Methods in com.semarchy.mdm.runtime.model.logical with parameters of type IBOTransition
 ITableView IBusinessObjectView.getTableView(IBOTransition pTransition)
          Deprecated. use IBusinessObjectView.getBOViewEntity(IBOEntity) instead
 

Uses of IBOTransition in com.semarchy.mdm.runtime.model.security
 

Methods in com.semarchy.mdm.runtime.model.security with parameters of type IBOTransition
 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 © 2015. All Rights Reserved.