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

Packages that use INavigationNode
com.semarchy.mdm.runtime.model.dataaccess   
com.semarchy.mdm.runtime.model.dataaccess.exception   
com.semarchy.mdm.runtime.model.security   
com.semarchy.mdm.runtime.semql.dataaccess   
com.semarchy.mdm.runtime.semql.dataaccess.sqlgen   
 

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

Subinterfaces of INavigationNode in com.semarchy.mdm.runtime.model.dataaccess
 interface ILineageNode
          Interface that provides a generic definition for lineage nodes usually used to navigate accross view types for the same entity
 interface IManyToOneNode
           
 interface IOneToManyNode
           
 

Methods in com.semarchy.mdm.runtime.model.dataaccess that return INavigationNode
 INavigationNode IView.getNavigationNode(String navigationNodeName)
           
 INavigationNode DelegatingView.getNavigationNode(String pNavigationNodeName)
           
 

Uses of INavigationNode in com.semarchy.mdm.runtime.model.dataaccess.exception
 

Constructors in com.semarchy.mdm.runtime.model.dataaccess.exception with parameters of type INavigationNode
DuplicateNavigationNodeException(INavigationNode pNode)
           
 

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

Methods in com.semarchy.mdm.runtime.model.security with parameters of type INavigationNode
 boolean IDataAccessModelSecurityProvider.isNavigationAuthorized(INavigationNode node)
          Return true if navigation on this node is authorized, false otherwise.
 

Uses of INavigationNode in com.semarchy.mdm.runtime.semql.dataaccess
 

Methods in com.semarchy.mdm.runtime.semql.dataaccess that return INavigationNode
 INavigationNode SemQLDataAccessNodePath.getNavigationNode()
           
 

Constructors in com.semarchy.mdm.runtime.semql.dataaccess with parameters of type INavigationNode
SemQLDataAccessNodePath(ISemQLDataAccessPath pParentPathAttr, INavigationNode pToManyNode)
           
 

Uses of INavigationNode in com.semarchy.mdm.runtime.semql.dataaccess.sqlgen
 

Methods in com.semarchy.mdm.runtime.semql.dataaccess.sqlgen that return INavigationNode
static INavigationNode SqlView.reverse(INavigationNode pNavNode)
           
 

Methods in com.semarchy.mdm.runtime.semql.dataaccess.sqlgen with parameters of type INavigationNode
static List<JoinPredicate> SqlView.getJoinPredicates(INavigationNode pNavNode)
           
static INavigationNode SqlView.reverse(INavigationNode pNavNode)
           
 



Copyright © 2015. All Rights Reserved.