Uses of Class
com.onwbp.adaptation.AdaptationName
Packages that use 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
Subclasses of AdaptationName in com.onwbp.adaptationModifier and TypeClassDescriptionfinal classUniquely identifies a dataset in a given dataspace or snapshot.Methods in com.onwbp.adaptation that return AdaptationNameModifier and TypeMethodDescriptionstatic AdaptationNameReturns 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.Methods in com.onwbp.adaptation that return types with arguments of type AdaptationNameModifier and TypeMethodDescriptionabstract Map<AdaptationName,ValidationReport> AdaptationHome.getValidationReportsMap(Severity minimalSeverity) Deprecated.since 6.1.1.Methods in com.onwbp.adaptation with parameters of type AdaptationNameModifier and TypeMethodDescriptionfinal AdaptationAdaptationHome.findAdaptationOrNull(AdaptationName aName) Returns the specified dataset or record based on itsAdaptationName.AdaptationTable.lookupAdaptationByName(AdaptationName aName) Returns the record based on the name specified; returnsnullif no record by that name exists. -
Uses of AdaptationName in com.onwbp.adaptation.validation
Methods in com.onwbp.adaptation.validation that return types with arguments of type AdaptationNameModifier and TypeMethodDescriptionDataspaceValidationReport.getAllValidationReports()Returns a map of all validation reports of datasets in the dataspace.Methods in com.onwbp.adaptation.validation with parameters of type AdaptationNameModifier and TypeMethodDescriptionDataspaceValidationReport.getDatasetValidationReport(AdaptationName adaptationName) Returns the validation report of the specified dataset or NULL -
Uses of AdaptationName in com.orchestranetworks.rest.util
Methods in com.orchestranetworks.rest.util with parameters of type AdaptationNameModifier and TypeMethodDescriptionURIBuilderForBuiltin.ForDataset.buildForDataset(HomeKey aDataspaceKey, AdaptationName aDatasetName) Returns an absoluteURIto a specified dataset in a specified dataspace.URIBuilderForBuiltin.ForNode.buildForNode(HomeKey aDataspaceKey, AdaptationName aDatasetName, Path aNodePath) Returns an absoluteURIto a specified dataset node, in a specified dataspace.URIBuilderForBuiltin.ForDataset.dataset(HomeKey aDataspaceKey, AdaptationName aDatasetName) Returns a configuredURIbuilder which can generate built-in REST servicesURIto a specified dataset in a specified dataspace.URIBuilderForBuiltin.ForNode.node(HomeKey aDataspaceKey, AdaptationName aDatasetName, Path aNodePath) Returns a configuredURIbuilder which can generate built-in REST servicesURIto a specified dataset node, in a specified dataspace. -
Uses of AdaptationName in com.orchestranetworks.schema.relationships
Methods in com.orchestranetworks.schema.relationships with parameters of type AdaptationNameModifier 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
Methods in com.orchestranetworks.schema.types.dataset with parameters of type AdaptationNameModifier and TypeMethodDescriptionbooleanDatasetSetFilter.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.voidDatasetSet.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.voidDatasetSet.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
Methods in com.orchestranetworks.service with parameters of type AdaptationNameModifier and TypeMethodDescriptionvoidArchiveExportSpec.addInstance(AdaptationName aDataSetName, boolean exportAllDescendants) Adds a dataset to export.voidArchiveExportSpec.addInstance(AdaptationName aDataSetName, InstanceContentSpec aHeader) Adds a dataset to export.voidArchiveImportSpec.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.voidProcedureContext.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) voidMergeSpecForHome.setAllContentsForInstanceReference(AdaptationName aDataSetReference) Defines that a dataset must be globally merged (its values, its permissions and its header).voidMergeSpecForHome.setContentsForInstanceReference(AdaptationName aDataSetReference, MergeSpecForInstanceContents aSpec) Defines what must be merged for a given dataset reference. -
Uses of AdaptationName in com.orchestranetworks.service.comparison
Methods in com.orchestranetworks.service.comparison that return AdaptationNameModifier and TypeMethodDescriptionExtraInstance.getExtraInstanceName()ExtraOccurrence.getExtraOccurrenceName()DifferenceBetweenInstances.getInstanceOnRightName()Methods in com.orchestranetworks.service.comparison with parameters of type AdaptationNameModifier and TypeMethodDescriptionDifferenceBetweenHomes.getDeltaInstance(AdaptationName instanceName) For values, returns the differences of the dataset,nullif 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,nullif there is not such dataset.DifferenceBetweenHomes.getExtraInstanceOnRight(AdaptationName adaptationName) Returns the specified extra dataset on the right,nullif there no such dataset. -
Uses of AdaptationName in com.orchestranetworks.ui
Methods in com.orchestranetworks.ui with parameters of type AdaptationNameModifier and TypeMethodDescriptionvoidUIHttpManagerComponent.compareSelectionWithEntity(HomeKey homeOnRightKey, AdaptationName instanceOnRight, String tableOrOccurrenceOnRight) Specifies the activation of thecomparison service.static UIHttpManagerComponentUIHttpManagerComponent.createWithBaseURI(String baseURI, boolean enforceStrongEncoding, AdaptationName aManagerReference) Deprecated.Since 5.9.0, use insteadUIHttpManagerComponent.createWithBaseURI(String, AdaptationName).static UIHttpManagerComponentUIHttpManagerComponent.createWithBaseURI(String baseURI, AdaptationName aManagerReference) Creates an instance of this class in order to call the EBX® user interface from an external application.voidUIHttpManagerComponent.select(HomeKey aDataSpaceOrSnapshotKey, AdaptationName aDataSetReference, Path aPath) Selects the node in the specified dataset.voidUIHttpManagerComponent.select(HomeKey aDataSpaceOrSnapshotKey, AdaptationName aDataSetReference, String aXPathExpression) Specifies an entity selection in the EBX® repository.voidUIHttpManagerComponent.selectInstance(HomeKey aDataSpaceOrSnapshotKey, AdaptationName aDataSetReference) Selects the specified dataset. -
Uses of AdaptationName in com.orchestranetworks.workflow
Methods in com.orchestranetworks.workflow that return AdaptationNameModifier and TypeMethodDescriptionPublicationSpec.getAdaptationName()Retrieves the identifier of the workflow model associated with this publication.PublishedProcess.getAdaptationName()Returns the name of the associated workflow model.Methods in com.orchestranetworks.workflow with parameters of type AdaptationNameModifier and TypeMethodDescriptionSubWorkflowsCreationContext.registerSubWorkflow(AdaptationName aWorkflowModel, String aSubWorkflowName) Registers the launch of a sub-workflow.Constructors in com.orchestranetworks.workflow with parameters of type AdaptationNameModifierConstructorDescriptionPublicationSpec(AdaptationName adaptationName, String publicationName, PublicationSpec.PublicationMode publicationMode) Constructor.