Uses of Class
com.orchestranetworks.schema.PathAccessException
Packages that use PathAccessException
Package
Description
Provides core classes and interfaces for accessing datasets, tables, and their records.
Provides interfaces for accessing data sets.
Represents XML Schema concepts and provides schema extensions capabilities.
Provides classes and interfaces for implementing specific services and access rules on EBX®.
-
Uses of PathAccessException in com.onwbp.adaptation
Methods in com.onwbp.adaptation that throw PathAccessExceptionModifier and TypeMethodDescriptionstatic RequestXPathExpressionHelper.createRequestForXPath(Adaptation aDataSet, String anXPath) Creates a new request given a dataset and an XPath expression.Adaptation.get(SchemaNode aNode) Returns the value of the specified node.ReadContext.get(SchemaNode aNode) Returns the value of the specified node.booleanReadContext.get_boolean(Path aPath) Returns thebooleanvalue of the node specified.intReturns theintvalue of the specified node.Returns theDatevalue of the node specified.<T> List<T>Returns theListvalue of the specified node.ReadContext.getResourcePathInModule(Path aPath) Returns the path to the resource that is contained in the specified node.ReadContext.getResourcePathWithModule(Path aPath) Returns the path (including the path of the module) to the resource that is contained by the node specified.Returns theStringvalue of the node specified.Returns the table object at the specified path, nevernull.static AdaptationXPathExpressionHelper.lookupFirstRecordMatchingXPath(boolean checkActualPrimaryKey, Adaptation aDataSet, String anXPath, boolean includeOcculting) Returns a record based on the specified dataset and XPath expression,nullif no such record exists. -
Uses of PathAccessException in com.orchestranetworks.instance
Methods in com.orchestranetworks.instance that throw PathAccessException -
Uses of PathAccessException in com.orchestranetworks.schema
Methods in com.orchestranetworks.schema that throw PathAccessExceptionModifier and TypeMethodDescriptionReturns the node at the specified path, ornullif the node does not exist andisTolerantReadistrue. -
Uses of PathAccessException in com.orchestranetworks.service
Methods in com.orchestranetworks.service that throw PathAccessExceptionModifier and TypeMethodDescriptionvoidValueContextForUpdate.setPrivilegeForNode(Path aNodePath) Disables all permission checks for the specified node during the current operation.voidSets the value of the specified node.voidValueContextForUpdate.setValueEnablingPrivilegeForNode(Object aValue, Path aNodePath) Utility method to set a value for the specified node while disabling all permission checks for this node.voidValueContextForUpdate.setValueFromXsString(String aString, Path aPath) Sets the string value specified.