Uses of Class
com.onwbp.adaptation.AdaptationReference
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 interfaces for accessing schema node facet.
Provides interfaces for accessing relationships defined in a data model.
Provides classes and interfaces for implementing specific services and access rules on EBX®.
This package provides the capability to create custom user interface components
that are integrated within EBX®.
-
Uses of AdaptationReference in com.onwbp.adaptation
Modifier and TypeMethodDescriptionstatic AdaptationReference
AdaptationReference.forPersistentName
(String aPublicName) Returns a reference to a dataset given its name.Adaptation.getDatasetReference()
Returns the reference that uniquely identifies this dataset in its dataspace.Adaptation.getTreeReference()
Returns the name that uniquely identifies the tree of this dataset in its dataspace. -
Uses of AdaptationReference in com.orchestranetworks.instance
Modifier and TypeMethodDescriptionRepositoryAnonymizer.setDatasetReference
(AdaptationReference aDataset) Specifies the dataset reference in which records must be anonymized. -
Uses of AdaptationReference in com.orchestranetworks.schema
Modifier and TypeMethodDescriptionvoid
DependenciesDefinitionContext.addDependencyToInsertAndDeleteInOtherInstance
(Path tablePathInContainer, AdaptationReference containerReference) Specifies that the validation result of the current constraint depends on the insertions and deletions of the specified table node of a given instance.void
DependenciesDefinitionContext.addDependencyToInsertAndDeleteInOtherInstance
(Path tablePathInContainer, AdaptationReference containerReference, HomeKey homeReference) Specifies that the validation result of the current constraint depends on the insertions and deletions of the specified table node of a given dataset in a specific dataspace.void
DependenciesDefinitionContext.addDependencyToInsertDeleteAndModifyInOtherInstance
(Path nodePath, AdaptationReference containerReference) Specifies that the validation result of the current constraint depends on the insertions, modifications and deletions on the specified node in a given dataset.void
DependenciesDefinitionContext.addDependencyToInsertDeleteAndModifyInOtherInstance
(Path nodePath, AdaptationReference containerReference, HomeKey homeReference) Specifies that the validation result of the current constraint depends on the insertions, modifications and deletions on the specified node in a given dataset in a specific dataspace.void
DependenciesDefinitionContext.addDependencyToInsertDeleteAndModifyInOtherInstance
(SchemaNode sourceNode, AdaptationReference containerReference) Specifies that the validation result of the current constraint depends on the insertions, modifications and deletions on the specified node in a given dataset.void
DependenciesDefinitionContext.addDependencyToInsertDeleteAndModifyInOtherInstance
(SchemaNode sourceNode, AdaptationReference containerDataSetReference, HomeKey dataSpaceReference) Specifies that the validation result of the current constraint depends on the insertions, modifications and deletions on the specified node in a given dataset in a specific dataspace. -
Uses of AdaptationReference in com.orchestranetworks.schema.info
Modifier and TypeMethodDescriptionSchemaFacetTableRef.getContainerReference()
Returns the reference of the container dataset of this foreign key constraint, if an external container is defined (propertycontainer
), otherwise returnsnull
.SelectionLink.getContainerReference()
Returns the reference of the container dataset of this selection link, if an external container is defined in the data model (propertycontainer
), otherwise returnsnull
.AssociationLink.getDataSetReference()
Returns the reference of the dataset of this association, if an external dataset is defined in the data model (propertydataSet
); otherwise returnsnull
. -
Uses of AdaptationReference in com.orchestranetworks.schema.relationships
Modifier and TypeMethodDescriptionSchemaNodeExplicitRelationship.getContainerReference()
Returns the reference of the dataset of this link, if an external dataset is defined in the data model, otherwise returnsnull
. -
Uses of AdaptationReference in com.orchestranetworks.service
Modifier and TypeMethodDescriptionProcedureContext.doCopy
(AdaptationReference aName, Adaptation aDataSet) Copies the specified dataset and gives it the specified reference.ProcedureContext.doCreateChild
(AdaptationName aParentName, AdaptationReference requestedNameOrNull) Creates a new dataset that is the child of the parent specified byaParentName
.ProcedureContext.doCreateChild
(AdaptationName aParentName, AdaptationReference requestedNameOrNull, Profile owner) Creates a new dataset that is the child of the parent specified byaParentName
.ProcedureContext.doCreateRoot
(SchemaLocation aSchemaLocation, AdaptationReference requestedNameOrNull, Profile owner) Creates a new root dataset. -
Uses of AdaptationReference in com.orchestranetworks.ui
Modifier and TypeMethodDescriptionUIHttpManagerComponent.getInstanceReference()
UIHttpManagerComponent.getInstanceReferenceToCompareWith()