|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |