Uses of Class
com.orchestranetworks.schema.PathAccessException
-
Packages that use PathAccessException Package Description com.onwbp.adaptation Provides core classes and interfaces for accessing datasets, tables, and their records.com.orchestranetworks.instance Provides interfaces for accessing data sets.com.orchestranetworks.rest.serialization com.orchestranetworks.schema Represents XML Schema concepts and provides schema extensions capabilities.com.orchestranetworks.schema.businessObjects com.orchestranetworks.service 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 PathAccessException Modifier and Type Method Description static RequestXPathExpressionHelper. createRequestForXPath(Adaptation aDataSet, String anXPath)Creates a new request given a dataset and an XPath expression.ObjectAdaptation. get(Path aPath)ObjectAdaptation. get(SchemaNode aNode)ObjectReadContext. get(Path aPath)Returns the value of the specified node.ObjectReadContext. get(SchemaNode aNode)Returns the value of the specified node.booleanReadContext. get_boolean(Path aPath)Returns thebooleanvalue of the node specified.intReadContext. get_int(Path aPath)Returns theintvalue of the specified node.DateReadContext. getDate(Path aPath)Returns theDatevalue of the node specified.<T> List<T>ReadContext. getList(Path aPath)Returns theListvalue of the specified node.StringReadContext. getResourcePathInModule(Path aPath)Returns the path to the resource that is contained in the specified node.StringReadContext. getResourcePathWithModule(Path aPath)Returns the path (including the path of the module) to the resource that is contained by the node specified.StringReadContext. getString(Path aPath)Returns theStringvalue of the node specified.AdaptationTableReadContext. getTable(Path aPath)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 Modifier and Type Method Description SchemaNodeValueContext. getNode(Path aPath)Returns the data model node at the specified path.ObjectValueContext. getValue()Returns the value of the current node of this context.ObjectValueContext. getValue(Path aPath)Returns the value of the specified node. -
Uses of PathAccessException in com.orchestranetworks.rest.serialization
Methods in com.orchestranetworks.rest.serialization that throw PathAccessException Modifier and Type Method Description abstract ObjectContentHolder. get(Path aPath)Returns the value of the specified path.booleanContentHolder. getBoolean(Path aPath)Returns thebooleanvalue of the path specified, orfalseif no value is defined.DateContentHolder. getDate(Path aPath)Returns theDatevalue of the path specified, ornullif no value is defined.intContentHolder. getInt(Path aPath)Returns theintvalue of the specified path, or0if no value is defined.<T> List<T>ContentHolder. getList(Path aPath)Returns theListvalue of the specified path, or an emptyArrayListif no value is defined.StringContentHolder. getString(Path aPath)Returns theStringvalue of the specified path ornullif no value is defined. -
Uses of PathAccessException in com.orchestranetworks.schema
Methods in com.orchestranetworks.schema that throw PathAccessException Modifier and Type Method Description SchemaNodeSchemaNode. getNode(Path aPath, boolean tolerantRead, boolean absolutePathBeginsAtRecordRoot)Returns 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 PathAccessException Modifier and Type Method Description QueryResult<ChildEntity>Entity. getChildEntities(Path aPath)Returns the child entities linked by the relationship defined by the node at the specified path.ChildEntityEntity. 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 PathAccessException Modifier and Type Method Description voidValueContextForUpdate. setPrivilegeForNode(Path aNodePath)Disables all permission checks for the specified node during the current operation.voidValueContextForUpdate. setValue(Object aValue, Path aPath)Sets 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.
-