Uses of Interface
com.softwareag.mdm.schema.SchemaNode

Packages that use SchemaNode
com.softwareag.mdm.adaptation Provides core classes and interfaces for accessing schema instances, tables and their occurrences.  
com.softwareag.mdm.instance Provides interfaces for accessing schema instances.  
com.softwareag.mdm.schema Represents XML Schema concepts and provides schema extensions capabilities.  
com.softwareag.mdm.service Provides classes and interfaces for implementing specific services and access rules on webMethods MDM.  
com.softwareag.mdm.ui Provides the capability to create specific user interface components that are integrated within webMethods Master Data Manager.  
 

Uses of SchemaNode in com.softwareag.mdm.adaptation
 

Methods in com.softwareag.mdm.adaptation that return SchemaNode
 SchemaNode AdaptationTable.getSchemaNode()
           
 SchemaNode Adaptation.getSchemaNode()
          Returns the root schema node of this adaptation.
 

Uses of SchemaNode in com.softwareag.mdm.instance
 

Methods in com.softwareag.mdm.instance that return SchemaNode
 SchemaNode ValueContext.getNode()
          Returns the current schema node of this context.
 SchemaNode ValueContext.getNode(Path aPath)
          Returns the schema node at the path specified.
 

Uses of SchemaNode in com.softwareag.mdm.schema
 

Methods in com.softwareag.mdm.schema that return SchemaNode
 SchemaNode SchemaNodeContext.getSchemaNode()
          Returns the node on which the component is attached.
 SchemaNode SchemaNode.getTableOccurrenceRootNode()
          For a table node (see method isTableNode()), returns the root node of the occurrences' structure.
 SchemaNode SchemaNode.getNode(Path aPath)
          Returns the node at the path specified, or null if no node exists at the path specified.
 SchemaNode SchemaNode.getNode(Path aPath, boolean isTolerantRead, boolean absolutePathBeginsAtOccurrenceRoot)
          Returns the node at the path specified.
 SchemaNode[] SchemaNode.getNodeChildren()
          Returns the schema nodes defined directly under this node.
 SchemaNode SchemaExtensionsContext.getSchemaNode()
          Returns the root node of the schema.
 

Uses of SchemaNode in com.softwareag.mdm.service
 

Methods in com.softwareag.mdm.service that return SchemaNode
abstract  SchemaNode ServiceContext.getCurrentNode()
          Returns the schema node currently selected in Manager.
 SchemaNode ExportSpec.getSelection()
           
 

Methods in com.softwareag.mdm.service with parameters of type SchemaNode
 AccessPermission SessionPermissions.getNodeAccessPermission(SchemaNode aNode, Adaptation anAdaptation)
          Returns the current user's access right on the node specified.
 ActionPermission ServicePermission.getPermission(SchemaNode aNode, Adaptation anAdaptation, Session aSession)
          Returns a permission for the arguments specified.
 void ExportSpec.setSelection(SchemaNode selection)
          Specifies that the export will include only the content under the node specified.
 AccessPermission AccessRule.getPermission(Adaptation anAdaptation, Session aSession, SchemaNode aNode)
          Returns a permission for the arguments specified.
 

Uses of SchemaNode in com.softwareag.mdm.ui
 

Methods in com.softwareag.mdm.ui that return SchemaNode
 SchemaNode UITableFilterResponseContext.getNode()
          Returns the node to which the component is attached, as specified in the XML Schema document.
 SchemaNode UIContext.getNode()
          Returns the node to which the component is attached, as specified in the XML Schema document.
 SchemaNode UIContext.getNode(Path aPath)
          Returns the node located at the path specified.
 



(report a bug)
webMethods MDM 4.2.8 [0558]
Copyright Software AG 2000-2007. All rights reserved.