Uses of Class
com.onwbp.adaptation.AdaptationName
Package
Description
Provides core classes and interfaces for accessing datasets, tables, and their records.
Provides interfaces for accessing relationships defined in a data model.
Interfaces to define sets of data set references.
Provides classes and interfaces for implementing specific services and access rules on EBX®.
Provides classes and interfaces for to compute differences between
adaptations, homes and examine the results.
This package provides the capability to create custom user interface components
that are integrated within EBX®.
Provides classes and interfaces for implementing workflow processes and
invoking them.
-
Uses of AdaptationName in com.onwbp.adaptation
Modifier and TypeClassDescriptionfinal class
Uniquely identifies a dataset in a given dataspace or snapshot.Modifier and TypeMethodDescriptionstatic AdaptationName
Returns an instance ofAdaptationReference
.Adaptation.getAdaptationName()
Returns the name that uniquely identifies this dataset or record in the current dataspace.AdaptationTable.getRootKey()
Deprecated.Does not work for mapped tables.Modifier and TypeMethodDescriptionabstract Map<AdaptationName,
ValidationReport> AdaptationHome.getValidationReportsMap
(Severity minimalSeverity) Deprecated.Replaced byAdaptationHome.getValidationReport(Severity)
.Modifier and TypeMethodDescriptionfinal Adaptation
AdaptationHome.findAdaptationOrNull
(AdaptationName aName) Returns the specified dataset or record based on itsAdaptationName
.AdaptationTable.lookupAdaptationByName
(AdaptationName aName) Returns the record based on the name specified; returnsnull
if no record by that name exists. -
Uses of AdaptationName in com.onwbp.adaptation.validation
Modifier and TypeMethodDescriptionDataspaceValidationReport.getAllValidationReports()
Returns a map of all validation reports of datasets in the dataspace.Modifier and TypeMethodDescriptionDataspaceValidationReport.getDatasetValidationReport
(AdaptationName adaptationName) Returns the validation report of the specified dataset or NULL -
Uses of AdaptationName in com.orchestranetworks.rest.util
Modifier and TypeMethodDescriptionURIBuilderForBuiltin.ForDataset.buildForDataset
(HomeKey aDataspaceKey, AdaptationName aDatasetName) Returns an absoluteURI
to a specified dataset in a specified dataspace.URIBuilderForBuiltin.ForNode.buildForNode
(HomeKey aDataspaceKey, AdaptationName aDatasetName, Path aNodePath) Returns an absoluteURI
to a specified dataset node, in a specified dataspace.URIBuilderForBuiltin.ForDataset.dataset
(HomeKey aDataspaceKey, AdaptationName aDatasetName) Returns a configuredURI
builder which can generate built-in REST servicesURI
to a specified dataset in a specified dataspace.URIBuilderForBuiltin.ForNode.node
(HomeKey aDataspaceKey, AdaptationName aDatasetName, Path aNodePath) Returns a configuredURI
builder which can generate built-in REST servicesURI
to a specified dataset node, in a specified dataspace. -
Uses of AdaptationName in com.orchestranetworks.schema.relationships
Modifier and TypeMethodDescriptionReverseRelationshipResultInDataspace.getResultInDataset
(AdaptationName aDatasetName) Returns the result of this reverse relationship in the specified dataset. -
Uses of AdaptationName in com.orchestranetworks.schema.types.dataset
Modifier and TypeMethodDescriptionboolean
DatasetSetFilter.accept
(AdaptationName aDatasetName, DatasetSetFilterContext aContext) Returns whether the specified dataset is included in the filter result in the context of the specified record or dataset.void
DatasetSet.excludeDatasetsMatching
(AdaptationName aDatasetName, DatasetSet.DatasetChildrenPolicy aChildrenPolicy) From the datasets set created thanks to the include methods, excludes the datasets matching the specified name, and its descendants according to the provided children policy.void
DatasetSet.includeDatasetsMatching
(AdaptationName aDatasetName, DatasetSet.DatasetChildrenPolicy aChildrenPolicy) Includes the datasets matching the given name and its descendants according to the provided children policy. -
Uses of AdaptationName in com.orchestranetworks.service
Modifier and TypeMethodDescriptionvoid
ArchiveExportSpec.addInstance
(AdaptationName aDataSetName, boolean exportAllDescendants) Adds a dataset to export.void
ArchiveExportSpec.addInstance
(AdaptationName aDataSetName, InstanceContentSpec aHeader) Adds a dataset to export.void
ArchiveImportSpec.addInstance
(AdaptationName aDataSet, boolean includeAllDescendants) Adds a dataset to import.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
.void
ProcedureContext.doDelete
(AdaptationName aName, boolean isDeletingChildren) Deletes the specified dataset or record.ProcedureContext.getContext
(AdaptationName aName) Provides an interface for reading and/or updating persisted content.MergeSpecForHome.getSpecForInstanceReference
(AdaptationName aDataSetReference) void
MergeSpecForHome.setAllContentsForInstanceReference
(AdaptationName aDataSetReference) Defines that a dataset must be globally merged (its values, its permissions and its header).void
MergeSpecForHome.setContentsForInstanceReference
(AdaptationName aDataSetReference, MergeSpecForInstanceContents aSpec) Defines what must be merged for a given dataset reference. -
Uses of AdaptationName in com.orchestranetworks.service.comparison
Modifier and TypeMethodDescriptionExtraInstance.getExtraInstanceName()
ExtraOccurrence.getExtraOccurrenceName()
DifferenceBetweenInstances.getInstanceOnRightName()
Modifier and TypeMethodDescriptionDifferenceBetweenHomes.getDeltaInstance
(AdaptationName instanceName) For values, returns the differences of the dataset,null
if there are no differences or if dataset only exists on the left or on the right.DifferenceBetweenHomes.getExtraInstanceOnLeft
(AdaptationName adaptationName) Returns the specified extra dataset on the left,null
if there is not such dataset.DifferenceBetweenHomes.getExtraInstanceOnRight
(AdaptationName adaptationName) Returns the specified extra dataset on the right,null
if there no such dataset. -
Uses of AdaptationName in com.orchestranetworks.ui
Modifier and TypeMethodDescriptionvoid
UIHttpManagerComponent.compareSelectionWithEntity
(HomeKey homeOnRightKey, AdaptationName instanceOnRight, String tableOrOccurrenceOnRight) Specifies the activation of thecomparison service
.static UIHttpManagerComponent
UIHttpManagerComponent.createWithBaseURI
(String baseURI, boolean enforceStrongEncoding, AdaptationName aManagerReference) Deprecated.Since 5.9.0, use insteadUIHttpManagerComponent.createWithBaseURI(String, AdaptationName)
.static UIHttpManagerComponent
UIHttpManagerComponent.createWithBaseURI
(String baseURI, AdaptationName aManagerReference) Creates an instance of this class in order to call the EBX® user interface from an external application.void
UIHttpManagerComponent.select
(HomeKey aDataSpaceOrSnapshotKey, AdaptationName aDataSetReference, Path aPath) Selects the node in the specified dataset.void
UIHttpManagerComponent.select
(HomeKey aDataSpaceOrSnapshotKey, AdaptationName aDataSetReference, String aXPathExpression) Specifies an entity selection in the EBX® repository.void
UIHttpManagerComponent.selectInstance
(HomeKey aDataSpaceOrSnapshotKey, AdaptationName aDataSetReference) Selects the specified dataset. -
Uses of AdaptationName in com.orchestranetworks.workflow
Modifier and TypeMethodDescriptionPublicationSpec.getAdaptationName()
Retrieves the identifier of the workflow model associated with this publication.PublishedProcess.getAdaptationName()
Returns the name of the associated workflow model.Modifier and TypeMethodDescriptionSubWorkflowsCreationContext.registerSubWorkflow
(AdaptationName aWorkflowModel, String aSubWorkflowName) Registers the launch of a sub-workflow.ModifierConstructorDescriptionPublicationSpec
(AdaptationName adaptationName, String publicationName, PublicationSpec.PublicationMode publicationMode) Constructor.