Package | Description |
---|---|
com.semarchy.mdm.runtime.model.dataaccess | |
com.semarchy.mdm.runtime.model.dataaccess.exception | |
com.semarchy.mdm.runtime.model.security |
Modifier and Type | Interface and Description |
---|---|
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 |
interface |
ReferenceNavigation |
Modifier and Type | Method and Description |
---|---|
INavigationNode |
IView.getNavigationNode(String navigationNodeName) |
INavigationNode |
DelegatingView.getNavigationNode(String pNavigationNodeName) |
INavigationNode |
IDataAccessModel.invertNavigation(INavigationNode navigation)
Return the
INavigationNode that is the inverse of the given
INavigationNode or null if INavigationNode cannot be
inverted. |
Modifier and Type | Method and Description |
---|---|
List<INavigationNode> |
DataAccessSelectExpression.getViewPath()
Return the view path to current
DataAccessSelectExpression.getViewAttribute() when
attributes is nested. |
Modifier and Type | Method and Description |
---|---|
INavigationNode |
IDataAccessModel.invertNavigation(INavigationNode navigation)
Return the
INavigationNode that is the inverse of the given
INavigationNode or null if INavigationNode cannot be
inverted. |
boolean |
INavigationNode.isReverseNavigationOf(INavigationNode node) |
Constructor and Description |
---|
DuplicateNavigationNodeException(INavigationNode pNode) |
Modifier and Type | Method and Description |
---|---|
boolean |
IDataAccessModelSecurityProvider.isNavigationAuthorized(INavigationNode node)
Return true if navigation on this node is authorized, false otherwise.
|
Copyright © 2019. All rights reserved.