Uses of Class
com.softwareag.mdm.schema.PathAccessException

Packages that use PathAccessException
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.  
 

Uses of PathAccessException in com.softwareag.mdm.adaptation
 

Methods in com.softwareag.mdm.adaptation that throw PathAccessException
 String ReadContext.formatValue(Path path)
          Returns a user-friendly string that represents the value of the node specified.
 Object ReadContext.get(Path aPath)
          Returns the value of the node specified.
 boolean ReadContext.get_boolean(Path aPath)
          Returns the boolean value of the node specified.
 int ReadContext.get_int(Path aPath)
          Returns the int value of the node specified.
 Date ReadContext.getDate(Path aPath)
          Returns the Date value of the node specified.
 String ReadContext.getDescription(Path aPath)
          Returns the description of the node specified.
 String ReadContext.getLabel(Path aPath)
          Returns the label of the node specified.
 List ReadContext.getList(Path aPath)
          Returns the List value of the node specified.
 String ReadContext.getResourcePathInModule(Path aPath)
          Returns the path to the resource that is hold by the node specified.
 String ReadContext.getResourcePathWithModule(Path aPath)
          Returns the path (including module's path) to the resource that is hold by the node specified.
 String ReadContext.getString(Path aPath)
          Returns the String value of the node specified.
 AdaptationTable ReadContext.getTable(Path aPath)
          Returns the table instance hold by the node specified.
 AdaptationNode AdaptationNode.getChildNode(Step aStep)
          Returns specified child node.
 List AdaptationNode.getChildren()
          Returns the children nodes of this node.
 AdaptationNode Adaptation.getAdaptationNode(Path aPath)
          Deprecated. Replaced by Adaptation.getSchemaNode().
 

Uses of PathAccessException in com.softwareag.mdm.instance
 

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

Uses of PathAccessException in com.softwareag.mdm.schema
 

Methods in com.softwareag.mdm.schema that throw PathAccessException
 SchemaNode SchemaNode.getNode(Path aPath, boolean isTolerantRead, boolean absolutePathBeginsAtOccurrenceRoot)
          Returns the node at the path specified.
 void ConstraintContext.addDependency(Path aPath)
          Specifies that the constraint depends on the node specified.
 

Uses of PathAccessException in com.softwareag.mdm.service
 

Methods in com.softwareag.mdm.service that throw PathAccessException
 void ValueContextForUpdate.setValue(Object aValue, Path aPath)
          Sets the value to the node specified.
 void ValueContextForUpdate.setValueFromXsString(String aString, Path aPath)
          The string must comply with the standard representation of the associated type, as specified by XML Schema.
 



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