Uses of Interface
com.semarchy.mdm.runtime.model.dataaccess.IOneToManyNode

Packages that use IOneToManyNode
com.semarchy.mdm.runtime.model.dataaccess   
com.semarchy.mdm.runtime.model.security   
 

Uses of IOneToManyNode in com.semarchy.mdm.runtime.model.dataaccess
 

Methods in com.semarchy.mdm.runtime.model.dataaccess that return IOneToManyNode
 IOneToManyNode IView.getOneToManyNode(String pName)
          Get the IOneToManyNode by name.
 IOneToManyNode DelegatingView.getOneToManyNode(String pName)
           
 

Methods in com.semarchy.mdm.runtime.model.dataaccess that return types with arguments of type IOneToManyNode
 List<IOneToManyNode> IView.getOneToManyNodes()
           
 List<IOneToManyNode> DelegatingView.getOneToManyNodes()
           
 List<IOneToManyNode> IDataAccessModel.getOneToManyNodesToView(IView pToView)
          Return the list of OneToManyNodes leading to view ToView pToView
 

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

Methods in com.semarchy.mdm.runtime.model.security with parameters of type IOneToManyNode
 boolean IDataAccessModelSecurityProvider.isCreateChildAuthorized(IOneToManyNode navNode)
           
 



Copyright © 2015. All Rights Reserved.