Uses of Class
com.orchestranetworks.permissions.QueryPermissionException
Packages that use QueryPermissionException
Package
Description
Provides core classes and interfaces for accessing datasets, tables, and their records.
Provides the API for accessing and processing data stored in
EBX®.
Provides interfaces for accessing relationships defined in a data model.
-
Uses of QueryPermissionException in com.onwbp.adaptation
Methods in com.onwbp.adaptation that throw QueryPermissionException -
Uses of QueryPermissionException in com.orchestranetworks.permissions
Methods in com.orchestranetworks.permissions that return QueryPermissionExceptionModifier and TypeMethodDescriptionstatic QueryPermissionException
QueryPermissionException.create
(Session aSession, Map<SchemaNode, Adaptation> forbiddenNodes) Creates a QueryPermissionException.static QueryPermissionException
QueryPermissionException.create
(Session aSession, Map<SchemaNode, Adaptation> forbiddenNodes, String message) -
Uses of QueryPermissionException in com.orchestranetworks.query
Methods in com.orchestranetworks.query that throw QueryPermissionExceptionModifier and TypeMethodDescriptionQuery.getResult()
Executes the query on the registered dataset(s), and returns a result object, ready to iterate. -
Uses of QueryPermissionException in com.orchestranetworks.schema.relationships
Methods in com.orchestranetworks.schema.relationships that throw QueryPermissionExceptionModifier and TypeMethodDescriptionstatic RequestResult
RelationshipsHelper.getExplicitRelationshipResult
(Adaptation aRecord, SchemaNode anExplicitRelationshipNode, Session aSession) Returns the result of the explicit relationship defined by the specified node, in the context of the specified record.static ReverseRelationshipResult
RelationshipsHelper.getIntraDatasetReferringRecords
(Adaptation aReferencedRecord, SchemaNode aReferringNode, Session aSession) Returns the records in the same dataset that refer to the specified record through the corresponding foreign key constraint, selection link or association link.ReverseRelationshipInterDataset.getReferringRecords
(Adaptation aReferencedRecord) Returns the records in the repository that refers to the specified record through the corresponding foreign key constraint, selection link or association link.ExplicitRelationship.getResult
(Adaptation aRecord) Returns the result of the relationship, in the context of the specified record.ReverseRelationshipResult.getResult()
Returns the records in a table that refers to a specified record through a foreign key constraint, selection link or association link.SchemaNodeExplicitRelationship.getResult
(Adaptation aRecord, Session aSessionOrNull) Returns the result of this relationship, in the context of the specified record.