Uses of Class
com.onwbp.adaptation.AdaptationReference
-
Packages that use AdaptationReference 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.schema.info Provides interfaces for accessing schema node facet.com.orchestranetworks.schema.relationships Provides interfaces for accessing relationships defined in a data model.com.orchestranetworks.service Provides classes and interfaces for implementing specific services and access rules on EBX®.com.orchestranetworks.ui This package provides the capability to create custom user interface components that are integrated within EBX®. -
-
Uses of AdaptationReference in com.onwbp.adaptation
Methods in com.onwbp.adaptation that return AdaptationReference Modifier and Type Method Description static AdaptationReference
AdaptationReference. forPersistentName(String aPublicName)
Returns a reference to a dataset given its name.AdaptationReference
Adaptation. getDatasetReference()
Returns the reference that uniquely identifies this dataset in its dataspace.AdaptationReference
Adaptation. getTreeReference()
Returns the name that uniquely identifies the tree of this dataset in its dataspace. -
Uses of AdaptationReference in com.orchestranetworks.instance
Methods in com.orchestranetworks.instance with parameters of type AdaptationReference Modifier and Type Method Description RepositoryAnonymizer
RepositoryAnonymizer. setDatasetReference(AdaptationReference aDataset)
Specifies the dataset reference in which records must be anonymized. -
Uses of AdaptationReference in com.orchestranetworks.schema
Methods in com.orchestranetworks.schema with parameters of type AdaptationReference Modifier and Type Method Description void
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
Methods in com.orchestranetworks.schema.info that return AdaptationReference Modifier and Type Method Description AdaptationReference
SchemaFacetTableRef. getContainerReference()
Returns the reference of the container dataset of this foreign key constraint, if an external container is defined (propertycontainer
), otherwise returnsnull
.AdaptationReference
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
.AdaptationReference
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
Methods in com.orchestranetworks.schema.relationships that return AdaptationReference Modifier and Type Method Description AdaptationReference
SchemaNodeExplicitRelationship. 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
Methods in com.orchestranetworks.service with parameters of type AdaptationReference Modifier and Type Method Description Adaptation
ProcedureContext. doCopy(AdaptationReference aName, Adaptation aDataSet)
Copies the specified dataset and gives it the specified reference.Adaptation
ProcedureContext. doCreateChild(AdaptationName aParentName, AdaptationReference requestedNameOrNull)
Creates a new dataset that is the child of the parent specified byaParentName
.Adaptation
ProcedureContext. doCreateChild(AdaptationName aParentName, AdaptationReference requestedNameOrNull, Profile owner)
Creates a new dataset that is the child of the parent specified byaParentName
.Adaptation
ProcedureContext. doCreateRoot(SchemaLocation aSchemaLocation, AdaptationReference requestedNameOrNull, Profile owner)
Creates a new root dataset. -
Uses of AdaptationReference in com.orchestranetworks.ui
Methods in com.orchestranetworks.ui that return AdaptationReference Modifier and Type Method Description AdaptationReference
UIHttpManagerComponent. getInstanceReference()
AdaptationReference
UIHttpManagerComponent. getInstanceReferenceToCompareWith()
-