Uses of Class
com.orchestranetworks.schema.SchemaLocation
-
Packages that use SchemaLocation 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.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 SchemaLocation in com.onwbp.adaptation
Methods in com.onwbp.adaptation that return SchemaLocation Modifier and Type Method Description SchemaLocationAdaptation. getSchemaLocation()Returns the location of the data model document. -
Uses of SchemaLocation in com.orchestranetworks.instance
Methods in com.orchestranetworks.instance that return types with arguments of type SchemaLocation Modifier and Type Method Description abstract List<SchemaLocation>Repository. refreshSchemas(boolean isFullRefresh)Refreshes data models and their associated contents loaded in the cache.Methods in com.orchestranetworks.instance with parameters of type SchemaLocation Modifier and Type Method Description RepositoryAnonymizerRepositoryAnonymizer. setTable(Path aTablePath, SchemaLocation aDataModel)Specifies the table to be impacted by the anonymization. -
Uses of SchemaLocation in com.orchestranetworks.schema
Methods in com.orchestranetworks.schema that return SchemaLocation Modifier and Type Method Description static SchemaLocationSchemaLocation. forLocation(String aBaseOrNull, String aURI)Returns a reference to an embedded data model (not packaged inside an EBX® module).static SchemaLocationSchemaLocation. forPathInModule(String aPathInModule, String aModuleName)Returns a reference to a data model that is packaged inside an EBX® module.SchemaLocationSchemaNode. getSchemaLocation()Returns the location of the data model that defines this node.static SchemaLocationSchemaLocation. parse(String aURN)Returns aSchemaLocationbased on the string specified.abstract SchemaLocationSchemaLocation. resolve(String aURI)Returns the most accurate locator constituting the real target with this current instance as the base name. -
Uses of SchemaLocation in com.orchestranetworks.service
Methods in com.orchestranetworks.service with parameters of type SchemaLocation Modifier and Type Method Description AdaptationProcedureContext. doCreateRoot(SchemaLocation aSchemaLocation, AdaptationReference requestedNameOrNull, Profile owner)Creates a new root dataset.
-