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.rest.serialization
Methods in com.orchestranetworks.rest.serialization that throw PathAccessExceptionModifier and TypeMethodDescriptionabstract ObjectReturns the value of the specified path.final booleanContentHolder.getBoolean(Path aPath) Returns thebooleanvalue of the path specified, orfalseif no value is defined.final DateReturns theDatevalue of the path specified, ornullif no value is defined.final intReturns theintvalue of the specified path, or0if no value is defined.final <T> List<T>Returns theListvalue of the specified path, or an emptyArrayListif no value is defined.final StringReturns theStringvalue of the specified path ornullif no value is defined. -
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.schema.businessObjects
Methods in com.orchestranetworks.schema.businessObjects that throw PathAccessExceptionModifier and TypeMethodDescriptionEntity.getChildEntities(Path aPath) Returns the child entities linked by the relationship defined by the node at the specified path.Entity.getChildEntity(Path aPath) Returns the entities linked by the relationship defined by the node at the specified path. -
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.setValue(Object aValue, SchemaNode aNode) Sets 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.voidValueContextForUpdate.setValueFromXsString(String aString, SchemaNode aNode) Sets the string value specified.