Uses of Class
com.onwbp.adaptation.UnavailableContentError
-
Packages that use UnavailableContentError 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®. -
-
Uses of UnavailableContentError in com.onwbp.adaptation
Methods in com.onwbp.adaptation that throw UnavailableContentError Modifier and Type Method Description SchemaNode
Adaptation. getSchemaNode()
Returns the root data model node of this dataset or record. -
Uses of UnavailableContentError in com.orchestranetworks.schema
Constructors in com.orchestranetworks.schema with parameters of type UnavailableContentError Constructor Description PathAccessException(Path path, UnavailableContentError ex)
-
Uses of UnavailableContentError in com.orchestranetworks.service
Methods in com.orchestranetworks.service that throw UnavailableContentError Modifier and Type Method 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.
-