| Package | Description | 
|---|---|
| com.onwbp.adaptation | Provides core classes and interfaces for accessing datasets, tables, and their records. | 
| com.orchestranetworks.schema | Represents XML Schema concepts and provides schema extensions capabilities. | 
| com.orchestranetworks.service | Provides classes and interfaces for implementing specific services and access rules on EBX®. | 
| Modifier and Type | Method and Description | 
|---|---|
| SchemaNode | Adaptation. getSchemaNode()Returns the root data model node of this dataset or record. | 
| Constructor and Description | 
|---|
| PathAccessException(Path path,
                   UnavailableContentError ex) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ValueContextForUpdate. setValue(Object aValue,
        Path aPath)Sets the value of the specified node. | 
| void | ValueContextForUpdate. setValue(Object aValue,
        SchemaNode aNode)Sets the value of the specified node. | 
| void | ValueContextForUpdate. setValueEnablingPrivilegeForNode(Object aValue,
                                Path aNodePath)Utility method to set a value for the specified node while disabling all permission checks
 for this node. | 
| void | ValueContextForUpdate. setValueFromXsString(String aString,
                    Path aPath)Sets the string value specified. | 
| void | ValueContextForUpdate. setValueFromXsString(String aString,
                    SchemaNode aNode)Sets the string value specified. |