Uses of Interface
com.onwbp.adaptation.Adaptation
Package
Description
Provides core classes and interfaces for accessing datasets, tables, and their records.
Provides an interface for accessing a hierarchy view node.
Provides interfaces for accessing data sets.
Provides the API for accessing and processing data stored in
EBX®.
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 trigger creation.
Interfaces to define sets of data set references.
Interfaces to define sets of data space keys.
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.
Provides classes and interfaces for specific extensions such as batch
and adaptation tree optimizer.
This package provides the capability to create custom user interface components
that are integrated within EBX®.
This package allows customizing forms.
This package provides interfaces with information about the selection.
A public API for user services.
Allows the definition of activation rules and permission rules on user services.
Provides classes and interfaces for implementing workflow processes and
invoking them.
-
Uses of Adaptation in com.onwbp.adaptation
Modifier and TypeMethodDescriptionfinal Adaptation
AdaptationHome.findAdaptationOrNull
(AdaptationName aName) Returns the specified dataset or record based on itsAdaptationName
.final Adaptation
AdaptationHome.findParent
(Adaptation aDataSetOrRecord) Deprecated.Adaptation.getContainer()
This method returns the dataset that contains this adaptation.AdaptationTable.getContainerAdaptation()
Returns the dataset that contains this table.Adaptation.getParent()
Returns the parent of the current dataset or record.Adaptation.getUpToDateInstance()
Returns an object that is up-to-date with respect to the underlying persistent entity (dataset or table record).AdaptationTable.lookupAdaptationByName
(AdaptationName aName) Returns the record based on the name specified; returnsnull
if no record by that name exists.AdaptationTable.lookupAdaptationByPrimaryKey
(PrimaryKey aKey) Returns the record specified by its primary key.AdaptationTable.lookupAdaptationByPrimaryKey
(PrimaryKey aKey, boolean includeOcculting) Returns the record specified by its primary key.AdaptationTable.lookupAdaptationByPrimaryKey
(ValueContext aContext) Returns the record that has its primary key specified by the specified context.AdaptationTable.lookupAdaptationByPrimaryKey
(ValueContext aContext, boolean includeOcculting) Returns the record specified by its primary key.AdaptationTable.lookupFirstRecordMatchingPredicate
(boolean checkActualPrimaryKey, String aPredicateExpression) Returns the first record that matches the specified XPath predicate,null
if no such record exists.AdaptationTable.lookupFirstRecordMatchingPredicate
(boolean checkActualPrimaryKey, String aPredicateExpression, boolean includeOcculting) Returns the first record that matches the specified XPath predicate,null
if no such record exists.AdaptationTable.lookupFirstRecordMatchingPredicate
(String aPredicateExpression) Returns the first record that matches the specified XPath predicate,null
if no such record exists.static Adaptation
XPathExpressionHelper.lookupFirstRecordMatchingXPath
(boolean checkActualPrimaryKey, Adaptation aDataSet, String anXPath) Returns the first record that matches the specified XPath predicate,null
if no such record exists.static Adaptation
XPathExpressionHelper.lookupFirstRecordMatchingXPath
(boolean checkActualPrimaryKey, Adaptation aDataSet, String anXPath, boolean includeOcculting) Returns a record based on the specified dataset and XPath expression,null
if no such record exists.static Adaptation
XPathExpressionHelper.lookupFirstRecordMatchingXPath
(Adaptation aDataSet, String anXPath) Returns the first record that matches the specified XPath predicate,null
if no such record exists.RequestResult.nextAdaptation()
Moves the cursor to the next record in the result and returns it.Modifier and TypeMethodDescriptionRequest.checkForbiddenNodes()
When the execution would fail and throw aQueryPermissionException
, this method returns the forbidden fields and the dataset in which these are forbidden.abstract List<Adaptation>
AdaptationHome.findAllChildren
(Adaptation aDataSetOrRecord) Returns a list of all datasets or records that are direct children of the one specified.abstract List<Adaptation>
AdaptationHome.findAllDescendants
(Adaptation aDataSetOrRecord) Returns a list of all the datasets and records that inherit from the one specified, either as direct children or as descendants (recursive).abstract List<Adaptation>
AdaptationHome.findAllRoots()
Returns all the dataset roots of thisAdaptationHome
.RequestPagination.Page.getRows()
Returns the rows of the current page, nevernull
.AdaptationTable.selectOccurrences
(String aPredicateExpression) Returns a list of records for the specified predicate.AdaptationTable.selectOccurrences
(String aPredicate, RequestSortCriteria sortCriteria) Returns a list of records for the specified predicate and sort criteria.Modifier and TypeMethodDescriptionfinal boolean
AbstractPrefilteredAdaptationFilter.accept
(Adaptation aRecord) boolean
AdaptationFilter.accept
(Adaptation aRecord) Returns whether or not a record is included in the filter result.abstract boolean
AbstractPrefilteredAdaptationFilter.acceptPrefilteredRecord
(Adaptation aRecord) Returns whether or not a record is included in the filter result, without taking the prefilter into account.AdaptationTable.computePrimaryKey
(Adaptation anOccurrence) Returns the same result asgetOccurrencePrimaryKey()
.boolean
RequestResult.contains
(Adaptation aRecord) Returnstrue
if the specified record belongs to the result of this request (even if the record is obsolete).static Request
XPathExpressionHelper.createRequestForXPath
(Adaptation aDataSet, String anXPath) Creates a new request given a dataset and an XPath expression.boolean
Adaptation.equalsToAdaptation
(Adaptation other) Indicates whether the other specified dataset or record is "equal to" this one, that is, it has thesame reference
in the samedataspace
.abstract List<Adaptation>
AdaptationHome.findAllChildren
(Adaptation aDataSetOrRecord) Returns a list of all datasets or records that are direct children of the one specified.abstract List<Adaptation>
AdaptationHome.findAllDescendants
(Adaptation aDataSetOrRecord) Returns a list of all the datasets and records that inherit from the one specified, either as direct children or as descendants (recursive).final Adaptation
AdaptationHome.findParent
(Adaptation aDataSetOrRecord) Deprecated.Replaced bygetParent()
.RequestPagination.getNextPage
(Adaptation rowJustBeforePage) Returns the page which contains the records just after the specified row.RequestPagination.getPreviousPage
(Adaptation rowJustAfterPage) Returns the page which contains the records just before the specified row.boolean
IncompatibleChangeError.isRemovedInstance
(Adaptation aDataSet) static Adaptation
XPathExpressionHelper.lookupFirstRecordMatchingXPath
(boolean checkActualPrimaryKey, Adaptation aDataSet, String anXPath) Returns the first record that matches the specified XPath predicate,null
if no such record exists.static Adaptation
XPathExpressionHelper.lookupFirstRecordMatchingXPath
(boolean checkActualPrimaryKey, Adaptation aDataSet, String anXPath, boolean includeOcculting) Returns a record based on the specified dataset and XPath expression,null
if no such record exists.static Adaptation
XPathExpressionHelper.lookupFirstRecordMatchingXPath
(Adaptation aDataSet, String anXPath) Returns the first record that matches the specified XPath predicate,null
if no such record exists.ModifierConstructorDescriptionIncompatibleChangeError
(String aMessage, Adaptation aRemovedInstance) -
Uses of Adaptation in com.orchestranetworks.hierarchy
Modifier and TypeMethodDescriptionHierarchyNode.getJoinOccurrence()
Returns the association record that links the current node with its parent.HierarchyNode.getOccurrence()
Returns the current record being displayed. -
Uses of Adaptation in com.orchestranetworks.instance
Modifier and TypeMethodDescriptionValueContext.getAdaptationInstance()
Returns the current dataset.Modifier and TypeMethodDescriptionvoid
ValueContextForValidationOnTable.addMessage
(Adaptation aRecord, UserMessage aMessage) Adds the specified validation message concerning a single record.void
ValueContextForValidationOnTable.addMessage
(Adaptation aRecord, SchemaNode aNode, UserMessage aMessage) Adds the specified validation message concerning a node in a single record.Modifier and TypeMethodDescriptionvoid
ValueContextForValidationOnTable.addMessage
(List<Adaptation> records, UserMessage aMessage) Adds the specified validation message concerning a set of records. -
Uses of Adaptation in com.orchestranetworks.permissions
Modifier and TypeMethodDescriptionQueryPermissionException.getForbiddenNodes()
Returns the forbidden nodes used in the query and the dataset in which these are forbidden.Modifier and TypeMethodDescriptionstatic QueryPermissionException
QueryPermissionException.create
(Session aSession, Map<SchemaNode, Adaptation> forbiddenNodes) Creates a QueryPermissionException.static QueryPermissionException
QueryPermissionException.create
(Session aSession, Map<SchemaNode, Adaptation> forbiddenNodes, String message) -
Uses of Adaptation in com.orchestranetworks.query
Modifier and TypeMethodDescriptionQueryBuilder.addDataset
(String aName, Adaptation aDataset) Adds the specified dataset using the provided name. -
Uses of Adaptation in com.orchestranetworks.rest.serialization
Modifier and TypeMethodDescriptionstatic ContentHolderForOutput
ContentHolderForOutput.createForRecord
(Adaptation aRecord) Returns a newContentHolderForOutput
instance. -
Uses of Adaptation in com.orchestranetworks.rest.util
Modifier and TypeMethodDescriptionURIBuilderForBuiltin.ForDataset.buildForDataset
(Adaptation aDataset) Returns an absoluteURI
to a specified dataset in its automatically computed dataspace.URIBuilderForBuiltin.ForNode.buildForNode
(Adaptation aRecordOrDataset, Path aNodePath) Returns an absoluteURI
to a specified record field or a dataset node, in its automatically computed dataspace.URIBuilderForBuiltin.ForRecord.buildForRecord
(Adaptation aRecord) Returns an absoluteURI
to a specified record.URIBuilderForBuiltin.ForTable.buildForTable
(Adaptation aRecordOrDataset, SchemaNode aTableOrAssociationNode) Returns an absoluteURI
to a specified table.URIBuilderForBuiltin.ForDataset.dataset
(Adaptation aDataset) Returns a configuredURI
builder which can generate built-in REST servicesURI
to a dataset in its automatically computed dataspace.URIBuilderForBuiltin.ForNode.node
(Adaptation aRecordOrDataset, Path aNodePath) Returns a configuredURI
builder which can generate built-in REST servicesURI
to a specified record field or dataset node, in its automatically computed dataspace.URIBuilderForBuiltin.ForRecord.record
(Adaptation aRecord) Returns a configuredURI
builder which can generate built-in REST servicesURI
to a specified record.URIBuilderForBuiltin.ForTable.table
(Adaptation aRecordOrDataset, SchemaNode aTableOrAssociationNode) Returns a configuredURI
builder which can generate built-in REST servicesURI
to a specified table. -
Uses of Adaptation in com.orchestranetworks.schema
Modifier and TypeMethodDescriptionboolean
TableRefFilter.accept
(Adaptation aRecord, ValueContext currentContext) Returns whether the specified record is included in the filter result.TableRefDisplay.displayOccurrence
(Adaptation aRecord, Locale aLocale) Returns an end-user label for the specified record.SchemaNode.getBusinessObjectModel
(Adaptation aDataset, Session aSession) Returns the business object model associated to this node if it is a table node.SchemaNode.getRelationships
(Adaptation aDataset, Session aSession) Returns the relationships defined by this node.SchemaNode.getRelationships
(Adaptation aDataset, Session aSession, boolean includeMetadata) Returns the relationships defined by this node.default UserMessage
TableRefFilter.getValidationMessage
(Adaptation aRecord, ValueContext currentContext) Returns a validation message according to the specified context.ValueFunction.getValue
(Adaptation aDataSetOrRecord) Returns the value in the context of the specified record or dataset. -
Uses of Adaptation in com.orchestranetworks.schema.businessObjects
Modifier and TypeMethodDescriptionDataModelBusinessObjectModels.getBusinessObjectModels
(Adaptation aDataset, Session aSession) Returns all the business object models defined in the data model.DataModelBusinessObjectModels.getBusinessObjetModelForTable
(SchemaNode aTableNode, Adaptation aDataset, Session aSession) Returns the business object model associated to the specified table.BusinessObjectModel.initForRead
(Adaptation aRecord, Session aSessionOrNull) Creates a read only facade from the specified record of the main table of this business object model.DataModelBusinessObjectModels.lookupBusinessObjectModel
(String aName, Adaptation aDataset, Session aSession) Return the business object model associated to the specified name. -
Uses of Adaptation in com.orchestranetworks.schema.info
Modifier and TypeMethodDescriptionSchemaFacetTableRef.getLinkedRecord
(Adaptation aRecord) Returns the linked record for the specified record.SchemaFacetTableRef.getLinkedRecord
(ValueContext aContext) Returns the linked record for the specified context.SchemaInheritanceProperties.getLinkedRecord
(Adaptation aRecord) Returns the linked record containing the inherited node for the specified record.Modifier and TypeMethodDescriptionSchemaFacetTableRef.getLinkedRecords
(Adaptation aRecord) Returns the linked records for the specified record.SchemaFacetTableRef.getLinkedRecords
(ValueContext aContext) Returns the linked records for the specified context.Modifier and TypeMethodDescriptionAssociationLink.getAssociationResult
(Adaptation aRecord) Returns the result of the association link, in the context of the specified record.SchemaFacetTableRef.getLinkedRecord
(Adaptation aRecord) Returns the linked record for the specified record.SchemaInheritanceProperties.getLinkedRecord
(Adaptation aRecord) Returns the linked record containing the inherited node for the specified record.SchemaFacetTableRef.getLinkedRecords
(Adaptation aRecord) Returns the linked records for the specified record.AssociationLinkByLinkTable.getLinkTable
(Adaptation aRecordOrDataSet) Returns the link table of this association.SelectionLink.getSelectionResult
(Adaptation aRecord) Returns the result of the selection link, in the context of the specified record.SchemaFacetTableRef.getTableRefRequest
(Adaptation aRecord) Returns the request of the foreign key constraint, in the context of the specified record.AssociationLink.getTargetTable
(Adaptation aRecordOrDataSet) Returns the target table of this association.boolean
AssociationLink.isConsistent
(Adaptation aRecordOrDataSet) Returnstrue
if this association is consistent with the specified record or dataset. -
Uses of Adaptation in com.orchestranetworks.schema.relationships
Modifier and TypeMethodDescriptionReverseRelationshipInterDataset.getOwnerDatasets
(Adaptation aReferencedRecordOrDataset) Returns the datasets that are an instance of the data model containing the node that defines the corresponding foreign key constraint, selection link or association link.Modifier and TypeMethodDescriptionSchemaNodeExplicitRelationship.getExplicitRelationship
(Adaptation aDataset, Session aSession) Returns theExplicitRelationship
object associated with this relationship.static RequestResult
RelationshipsHelper.getExplicitRelationshipResult
(Adaptation aRecord, SchemaNode anExplicitRelationshipNode, Session aSession) Returns the result of the explicit relationship defined by the specified node, in the context of the specified record.static ReverseRelationshipResult
RelationshipsHelper.getInterDatasetReferringRecords
(Adaptation aReferencedRecord, SchemaNode aReferringNode, Adaptation aReferringDataset, Session aSession) Returns the records in the specified referring dataset that refer to the specified record through the corresponding foreign key constraint, selection link or association link.static ReverseRelationshipResult
RelationshipsHelper.getIntraDatasetReferringRecords
(Adaptation aReferencedRecord, SchemaNode aReferringNode, Session aSession) Returns the records in the same dataset that refer to the specified record through the corresponding foreign key constraint, selection link or association link.ReverseRelationshipInterDataset.getOwnerDatasets
(Adaptation aReferencedRecordOrDataset) Returns the datasets that are an instance of the data model containing the node that defines the corresponding foreign key constraint, selection link or association link.ReverseRelationshipInterDataset.getReferringRecords
(Adaptation aReferencedRecord) Returns the records in the repository that refers to the specified record through the corresponding foreign key constraint, selection link or association link.ReverseRelationshipIntraDataset.getReferringRecords
(Adaptation aReferencedRecord) Returns the records in the dataset that refer to the specified record through the corresponding foreign key constraint, selection link or association link.ExplicitRelationship.getResult
(Adaptation aRecord) Returns the result of the relationship, in the context of the specified record.SchemaNodeExplicitRelationship.getResult
(Adaptation aRecord, Session aSessionOrNull) Returns the result of this relationship, in the context of the specified record.SchemaNodeExplicitRelationship.getTableNode
(Adaptation aDataset) Returns the table node referred to by this link in the context of the specified dataset. -
Uses of Adaptation in com.orchestranetworks.schema.trigger
Modifier and TypeMethodDescriptionAfterCreateInstanceContext.getAdaptationInstance()
Returns the dataset created.BeforeDeleteInstanceContext.getAdaptationInstance()
Returns the dataset to be deleted.AfterCreateOccurrenceContext.getAdaptationOccurrence()
Returns the record that has been created.AfterModifyOccurrenceContext.getAdaptationOccurrence()
Returns the record that has been modified.BeforeDeleteOccurrenceContext.getAdaptationOccurrence()
Returns the record to be deleted.BeforeModifyOccurrenceContext.getAdaptationOccurrence()
Returns the record to be modified.AfterDuplicateInstanceContext.getDataset()
Returns the dataset created after the duplication.AfterModifyInstanceContext.getDataset()
Returns the dataset that has been modified.BeforeModifyInstanceContext.getDataset()
Returns the dataset to be modified.AfterDuplicateInstanceContext.getDatasetToDuplicate()
Returns the dataset that has been duplicated. -
Uses of Adaptation in com.orchestranetworks.schema.types.dataset
Modifier and TypeMethodDescriptionDatasetSetFilterContext.getCurrentDataset()
Returns the dataset currently selected. -
Uses of Adaptation in com.orchestranetworks.schema.types.dataspace
Modifier and TypeMethodDescriptionDataspaceSetFilterContext.getCurrentDataset()
Returns the dataset currently selected. -
Uses of Adaptation in com.orchestranetworks.service
Modifier and TypeMethodDescriptionProcedureContext.doCopy
(Adaptation aDataSet) Copies the specified dataset.ProcedureContext.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.doCreateOcculting
(ValueContext aKey, AdaptationTable aTable) Creates an occulting record in the specified table.ProcedureContext.doCreateOccurrence
(ValueContext aContent, AdaptationTable aTable) Creates a record in the specified table.ProcedureContext.doCreateOccurrence
(ValueContext aContent, AdaptationTable aTable, UserReference aCreator, Date aCreationTime, UserReference aLastUpdater, Date aLastUpdateTime) Creates a record in the specified table with the specified system metadata.ProcedureContext.doCreateOverwriting
(ValueContext aContent, AdaptationTable aTable) Deprecated.ProcedureContext.doCreateRoot
(ValueContext aContent, AdaptationTable aTable) Deprecated.ProcedureContext.doCreateRoot
(SchemaLocation aSchemaLocation, AdaptationReference requestedNameOrNull, Profile owner) Creates a new root dataset.ProcedureContext.doModifyContent
(Adaptation aTarget, ValueContext aContent) Modifies the content as specified.ProcedureContext.doOccult
(Adaptation aRecord) Occults the specified record.ValidationReportItemSubjectForAdaptation.getAdaptation()
Returns the dataset or record containing the node associated with this validation item.abstract Adaptation
ServiceContext.getCurrentAdaptation()
Deprecated.Returns the dataset or record currently selected in the user interface.ExportSpec.getSourceAdaptation()
ImportSpec.getTargetAdaptation()
Modifier and TypeMethodDescriptionabstract List<Adaptation>
ServiceContext.getSelectedOccurrences()
Deprecated.Returns the records currently selected in the user interface.Modifier and TypeMethodDescriptionvoid
ProcedureContext.disableDatasetValidation
(Adaptation aDataset) Deprecated.Since 6.0.0, incremental validation is no longer triggered by a procedure.ProcedureContext.doCopy
(Adaptation aDataSet) Copies the specified dataset.ProcedureContext.doCopy
(AdaptationReference aName, Adaptation aDataSet) Copies the specified dataset and gives it the specified reference.ProcedureContext.doModifyContent
(Adaptation aTarget, ValueContext aContent) Modifies the content as specified.ProcedureContext.doOccult
(Adaptation aRecord) Occults the specified record.SessionPermissions.getAdaptationAccessPermission
(Adaptation aDataSetOrRecord) Returns the current user's access rights on the specified dataset or record.ProcedureContext.getContextForNewOccurrence
(Adaptation recordToCopy, AdaptationTable aTable) Provides an interface for copying a context from an existing record.SessionPermissions.getInstanceActionPermissionForService
(ServiceKey serviceKey, Adaptation aDataSet) Returns the current user's permissions for executing the dataset service specified.SessionPermissions.getInstanceActionPermissionToActivateInstance
(Adaptation aDataSet) Returns the current user's permissions for activating the dataset specified.SessionPermissions.getInstanceActionPermissionToCreateChild
(Adaptation aDataSet) Returns the current user's permissions for creating child datasets from the dataset specified.SessionPermissions.getInstanceActionPermissionToCreateDuplicate
(Adaptation aDataSet) Returns the current user's permissions for duplicating the dataset specified.SessionPermissions.getInstanceActionPermissionToDeleteInstance
(Adaptation aDataSet) Returns the current user's permissions for deleting the dataset specified.SessionPermissions.getNodeAccessPermission
(SchemaNode aNode, Adaptation aDataSetOrRecord) Returns the current user's access rights on the specified node in an update/display context.SessionPermissions.getNodeAccessPermissionForForm
(SchemaNode aNode, Adaptation aDataSetOrRecord) Returns the current user's access rights on the specified node when displayed in a form.SessionPermissions.getNodeActionPermissionForService
(ServiceKey aServiceKey, SchemaNode aNode, Adaptation aDataSetOrRecord) Returns the current user's permissions for executing the service on the specified node.SessionPermissions.getOccurrenceActionPermissionToDelete
(Adaptation aRecord, AdaptationTable aTable) Returns the current user's permissions for deleting the specified table record.SessionPermissions.getOccurrenceActionPermissionToOccult
(Adaptation aRecord, AdaptationTable aTable) Returns the current user's permissions for occulting the specified table record.SessionPermissions.getOccurrenceActionPermissionToOverwrite
(Adaptation aRecord, AdaptationTable aTable) Returns the current user's permissions for overwriting the specified table record.AccessRule.getPermission
(Adaptation aDataSetOrRecord, Session aSession, SchemaNode aNode) Returns permissions for the specified arguments.AccessRule.NoWriteRule.getPermission
(Adaptation anAdaptation, Session aSession, SchemaNode aNode) ServicePermission.getPermission
(SchemaNode aNode, Adaptation aDataSetOrRecord, Session aSession) Returns a permission for the specified arguments.abstract String
ServiceContext.getURLForServiceSelection
(AdaptationHome aHome, Adaptation aRecordOrInstance, SchemaNode aNode, ServiceKey aServiceKey) Deprecated.Returns a user interface URL that selects the specified node in the given record or dataset and starts the specified service on it, in the context of the givenAdaptationHome
.abstract String
ServiceContext.getURLForServiceSelection
(AdaptationHome aHome, Adaptation aRecordOrInstance, ServiceKey aServiceKey) Deprecated.Returns a user interface URL that selects the specified record or dataset and starts the specified service on it, in the context of the givenAdaptationHome
.abstract String
ServiceContext.getURLForServiceSelection
(Adaptation aRecordOrInstance, SchemaNode aNode, ServiceKey aServiceKey) Deprecated.Returns a user interface URL which selects the specified node in the given record or dataset and starts the specified service on it.abstract String
ServiceContext.getURLForServiceSelection
(Adaptation aRecordOrInstance, ServiceKey aServiceKey) Deprecated.Returns a user interface URL which selects the specified record or dataset and starts the specified service on it.boolean
Session.isUserOwner
(Adaptation aDataset) Returnstrue
if this user is an owner of the specified dataset.void
ProcedureContext.setInstanceActivation
(Adaptation aDataSet, boolean activationState) Activates or deactivates the specified dataset.void
ProcedureContext.setInstanceDescription
(Adaptation aDataSet, UserMessage aDescription) Specifies a description for the specified dataset.void
ProcedureContext.setInstanceLabel
(Adaptation aDataSet, UserMessage aLabel) Specifies a label for the specified dataset.void
ProcedureContext.setInstanceOwner
(Adaptation aDataSet, Profile newOwner) Defines the owner of the specified dataset.void
ExportSpec.setSourceAdaptation
(Adaptation aSource) Specifies the source dataset of the export.void
ImportSpec.setTargetAdaptation
(Adaptation aTarget) Specifies the target dataset of the import. -
Uses of Adaptation in com.orchestranetworks.service.comparison
Modifier and TypeMethodDescriptionDifferenceBetweenContents.getContentOnLeft()
Returns the content on the left side.DifferenceBetweenInstances.getContentOnLeft()
DifferenceBetweenOccurrences.getContentOnLeft()
DifferenceBetweenContents.getContentOnRight()
Returns the content on the right side.DifferenceBetweenInstances.getContentOnRight()
DifferenceBetweenOccurrences.getContentOnRight()
ExtraAdaptationOnLeft.getExtraAdaptationOnLeft()
ExtraInstanceOnLeft.getExtraAdaptationOnLeft()
ExtraOccurrenceOnLeft.getExtraAdaptationOnLeft()
ExtraAdaptationOnRight.getExtraAdaptationOnRight()
ExtraInstanceOnRight.getExtraAdaptationOnRight()
ExtraOccurrenceOnRight.getExtraAdaptationOnRight()
ExtraInstance.getExtraInstance()
Returns the extra dataset.ExtraOccurrence.getExtraOccurrence()
Returns the extra record.DifferenceBetweenInstances.getInstanceOnLeft()
Returns the dataset on the left.DifferenceBetweenInstances.getInstanceOnRight()
Returns the dataset on the right.DifferenceBetweenOccurrences.getOccurrenceOnLeft()
Returns the record on the left side.DifferenceBetweenOccurrences.getOccurrenceOnRight()
Returns the record on the right side.Modifier and TypeMethodDescriptionstatic DifferenceBetweenInstances
DifferenceHelper.compareDatasetByDate
(Adaptation aDataset, Date aStartDate, Date aEndDate) Performs a comparison between two transaction dates for a dataset and returns the result.static DifferenceBetweenInstances
DifferenceHelper.compareDatasetByTransactionID
(Adaptation aDataset, long aStartTransactionId, long aEndTransactionId) Performs a comparison between two transaction for a dataset and returns the result.static DifferenceBetweenInstances
DifferenceHelper.compareInstances
(Adaptation instanceOnLeft, Adaptation instanceOnRight, boolean isResolvedMode) Performs a comparison between two datasets.static DifferenceBetweenOccurrences
DifferenceHelper.compareOccurrences
(Adaptation recordOnLeft, Adaptation recordOnRight, boolean isResolvedMode) Performs a comparison between two records.static DifferenceBetweenOccurrences
DifferenceHelper.compareOccurrences
(Adaptation recordOnLeft, Adaptation recordOnRight, boolean isResolvedMode, boolean showDetails) Performs a comparison between two records.static DifferenceBetweenOccurrences
DifferenceHelper.compareRecordByDate
(Adaptation aRecord, Date aStartDate, Date aEndDate) Performs a comparison between two dates for a record and returns the result.static DifferenceBetweenOccurrences
DifferenceHelper.compareRecordByTransactionID
(Adaptation aRecord, long aStartTransactionId, long aEndTransactionId) Performs a comparison between two transaction times for a record and returns the result. -
Uses of Adaptation in com.orchestranetworks.service.extensions
Modifier and TypeMethodDescriptionAdaptationTreeOptimizerIterator.currentAdaptation()
Returns the current dataset, which will be optimized on the next call toAdaptationTreeOptimizerIterator.executeCurrent()
.AdaptationTreeOptimizerIterator.executeCurrent()
Optimizes current dataset and sets the cursor to the next one.AdaptationTreeOptimizerSpec.getAdaptation()
AdaptationTreeOptimizerIterator.nextAdaptation()
Returns the next dataset, which will become the current one after the next call toAdaptationTreeOptimizerIterator.executeCurrent()
.Modifier and TypeMethodDescriptionstatic ReplicationUnit
ReplicationUnit.newReplicationUnit
(ReplicationUnitKey aUnitKey, Adaptation aDataSet) Returns the replication unit for the specified dataset and unit name.ModifierConstructorDescriptionAdaptationTreeOptimizerSpec_MutualizeCommons
(Adaptation aDataSet, boolean includeAllDescendants) Creates a specification for factoring common values in a dataset tree.AdaptationTreeOptimizerSpec_RemoveDuplicates
(Adaptation aDataSet, boolean includeAllDescendants) Constructs a specification for removing duplicates in a dataset tree. -
Uses of Adaptation in com.orchestranetworks.ui
Modifier and TypeMethodDescriptionUIAjaxContext.getCurrentAdaptation()
Returns the dataset or record currently selected in the session.UIAjaxContext.getCurrentDataSet()
Returns the dataset currently selected in the session.UIFormRequestContext.getCurrentDataSet()
Returns the dataset currently selected.UIAjaxContext.getCurrentRecord()
Returns the record currently selected in the session.UILabelRendererContext.getOccurrence()
Returns the current record that is being displayed.UILabelRendererForHierarchyContext.getOccurrence()
Returns the current record being displayed.Modifier and TypeMethodDescriptionUIResourceLocator.getURLForSelection
(Adaptation aDataSetOrRecord) Returns a URL that, when used, changes the current navigation context to the specified dataset or record.UIResourceLocator.getURLForSelection
(Adaptation aDataSetOrRecord, Path aPath) Returns a URL that, when used, changes the current navigation context to the specified node and dataset or record.UIResourceLocator.getURLForViewSelection
(Adaptation instance, String viewPublication) Returns a URL that, when used, changes the current navigation context to the specified custom view in the specified dataset.void
UIHttpManagerComponent.selectInstanceOrOccurrence
(Adaptation aDataSetOrRecord) Selects the specified dataset or record.void
UIHttpManagerComponent.selectInstanceOrOccurrenceWithPredicate
(Adaptation aDataSetOrRecord, String aPredicate) Selects the specified dataset or record with the specified predicate restriction.void
UIHttpManagerComponent.selectNode
(Adaptation aDataSetOrRecord, Path aNode) Selects the specified node.void
UIHttpManagerComponent.selectNode
(Adaptation aDataSetOrRecord, Path aNode, String aPredicate) Selects the specified node with the specified predicate restriction. -
Uses of Adaptation in com.orchestranetworks.ui.form
Modifier and TypeMethodDescriptionUIFormContext.getCurrentDataSet()
Returns the dataset containing the current record.UIFormContext.getCurrentRecord()
Returns the persisted record being edited. -
Uses of Adaptation in com.orchestranetworks.ui.selection
Modifier and TypeMethodDescriptionAssociationTableEntitySelection.getAssociationSourceRecord()
Returns the association source record.DatasetEntitySelection.getDataset()
Returns the currently selected dataset.AssociationRecordEntitySelection.getRecord()
Returns the currently selected associated record.RecordEntitySelection.getRecord()
Returns the currently selected record. -
Uses of Adaptation in com.orchestranetworks.userservice
Modifier and TypeMethodDescriptionUserServiceForCreate.getCreatedRecord
(UserServiceGetCreatedRecordContext<S> aContext) Should return the main record created by this service, or null if no record was created.UserServiceGetCreatedRecordContext.getCreatedRecord
(ObjectKey aKey) If a record was created using the methodUserServiceTransaction.add(ObjectKey)
, then this method will return the corresponding adaptation.Modifier and TypeMethodDescriptionUserServiceResourceLocator.getURLForServiceSelection
(Adaptation aRecordOrInstance, SchemaNode aNode, ServiceKey aServiceKey) Deprecated.UserServiceResourceLocator.getURLForServiceSelection
(ServiceKey aServiceKey, Adaptation aRecordOrDataSet) Returns a user interface URL which selects the specified record or dataset and starts the specified service on it.UserServiceResourceLocator.getURLForServiceSelection
(ServiceKey aServiceKey, Adaptation aRecordOrInstance, SchemaNode aNode) Returns a user interface URL which selects the specified node of the given record or dataset and starts the specified service on it.UserServiceResourceLocator.getURLForServiceSelection
(ServiceKey aServiceKey, Adaptation aRecordOrInstance, SchemaNode aNode, URLQuery aQuery) Returns a user interface URL which selects the specified node of the given record or dataset and starts the specified service on it.UserServiceResourceLocator.getURLForServiceSelection
(ServiceKey aServiceKey, Adaptation aRecordOrDataSet, URLQuery aQuery) Returns a user interface URL which selects the specified record or dataset and starts the specified service on it.static UserServiceEventOutcome
UserServiceNext.nextService
(ServiceKey aServiceKey, Adaptation aRecordOrDataSet) The current user service will close, the specified record or dataset will be selected and the specified service started.static UserServiceEventOutcome
UserServiceNext.nextTableView
(Adaptation aDataSet, String aTableViewPublicationId) The current user service will close and the specified table view will be selected.void
UserServiceObjectContextBuilder.registerNewDuplicatedRecord
(ObjectKey anObjectKey, Adaptation aRecord) Registers a new duplicated record in the object context.void
UserServiceObjectContextBuilder.registerRecordOrDataSet
(ObjectKey anObjectKey, Adaptation aRecordOrDataSet) Registers an existing record or dataset in the object context.void
UserServiceDisplayConfigurator.setToolbar
(Toolbar aToolbar, Adaptation aRecord) Sets the toolbar to one defined programmatically for a record.void
UserServiceDisplayConfigurator.setToolbar
(String aToolbarName, Adaptation aRecord) Sets the toolbar to one defined in a schema for a record. -
Uses of Adaptation in com.orchestranetworks.userservice.permission
Modifier and TypeMethodDescriptionServiceActivationRuleForDatasetContext.getDataset()
Returns the current dataset. -
Uses of Adaptation in com.orchestranetworks.workflow
Modifier and TypeMethodDescriptionstatic List<WorkflowLauncherInfo>
WorkflowLauncherInfoHelper.getAvailableActivations
(Repository repository, Adaptation dataset, String tableInput, String locale) Retrieves a list of WorkflowLauncherInfo objects representing available workflow launcher activations.
getParent()
.