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®.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
RepositoryAnonymizer |
RepositoryAnonymizer.setDatasetReference(AdaptationReference aDataset)
Specifies the dataset reference in which records must be anonymized.
|
Modifier and Type | Method and 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(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.
|
Modifier and Type | Method and Description |
---|---|
AdaptationReference |
SelectionLink.getContainerReference()
Returns the reference of the container dataset of this selection link,
if an external container is defined in the data model
(property
container ), otherwise returns null . |
AdaptationReference |
SchemaFacetTableRef.getContainerReference()
Returns the reference of the container dataset of this foreign key constraint,
if an external container is defined
(property
container ), otherwise returns null . |
AdaptationReference |
AssociationLink.getDataSetReference()
Returns the reference of the dataset of this association,
if an external dataset is defined in the data model
(property
dataSet ); otherwise returns null . |
Modifier and Type | Method and Description |
---|---|
AdaptationReference |
SchemaNodeExplicitRelationship.getContainerReference()
Returns the reference of the dataset of this link,
if an external dataset is defined in the data model,
otherwise returns
null . |
Modifier and Type | Method and 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 by
aParentName . |
Adaptation |
ProcedureContext.doCreateChild(AdaptationName aParentName,
AdaptationReference requestedNameOrNull,
Profile owner)
Creates a new dataset that is the child of the parent specified by
aParentName . |
Adaptation |
ProcedureContext.doCreateRoot(SchemaLocation aSchemaLocation,
AdaptationReference requestedNameOrNull,
Profile owner)
Creates a new root dataset.
|
Modifier and Type | Method and Description |
---|---|
AdaptationReference |
UIHttpManagerComponent.getInstanceReference() |
AdaptationReference |
UIHttpManagerComponent.getInstanceReferenceToCompareWith() |