Uses of Class
com.onwbp.adaptation.AdaptationTable
Packages that use AdaptationTable
Package
Description
Provides core classes and interfaces for accessing datasets, tables, and their records.
Provides interfaces for accessing data sets.
A public API for defining a dynamic schema.
Provides interfaces for accessing schema node facet.
Provides interfaces for accessing relationships defined in a data model.
Provides classes and interfaces for trigger creation.
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®.
This package allows customizing forms.
This package provides interfaces with information about the selection.
A public API for user services.
-
Uses of AdaptationTable in com.onwbp.adaptation
Methods in com.onwbp.adaptation that return AdaptationTableModifier and TypeMethodDescriptionAdaptation.getContainerTable()If this is a record, the method returns the table that contains it; returnsnullif this is a dataset.AdaptationTable.getHistory()Returns the corresponding history table; returnsnullif history is not activated.Returns the table object at the specified path, nevernull.RequestResult.getTable() -
Uses of AdaptationTable in com.orchestranetworks.instance
Methods in com.orchestranetworks.instance that return AdaptationTableModifier and TypeMethodDescriptionValueContext.getAdaptationTable()If this context is for a table record, returns the table that contains it; returnsnullif this is for a dataset or a user service data context object that are not a record.ValueContextForValidationOnRecord.getTable()Returns the table that contains the record currently being created or modified.ValueContextForValidationOnTable.getTable()Returns the table that is currently being validated. -
Uses of AdaptationTable in com.orchestranetworks.schema.dynamic
Methods in com.orchestranetworks.schema.dynamic with parameters of type AdaptationTableModifier and TypeMethodDescriptionBeanElement.addFacetTableRef(AdaptationTable aTable) Adds a table reference constraint to this element. -
Uses of AdaptationTable in com.orchestranetworks.schema.info
Methods in com.orchestranetworks.schema.info that return AdaptationTableModifier and TypeMethodDescriptionAssociationLinkByLinkTable.getLinkTable(Adaptation aRecordOrDataSet) Returns the link table of this association.SchemaFacetTableRef.getTable(ValueContext aValueContext) Returns the table referred to by this foreign key constraint.AssociationLink.getTargetTable(Adaptation aRecordOrDataSet) Returns the target table of this association. -
Uses of AdaptationTable in com.orchestranetworks.schema.relationships
Methods in com.orchestranetworks.schema.relationships that return AdaptationTableModifier and TypeMethodDescriptionReverseRelationshipResult.getReferringTable()Returns the table containing the node that refers to the specified record. -
Uses of AdaptationTable in com.orchestranetworks.schema.trigger
Methods in com.orchestranetworks.schema.trigger that return AdaptationTableModifier and TypeMethodDescriptionTableTriggerExecutionContext.getTable()Returns the table targeted by the current operation. -
Uses of AdaptationTable in com.orchestranetworks.service
Methods in com.orchestranetworks.service that return AdaptationTableModifier and TypeMethodDescriptionValidationReportItemSubjectForTable.getAdaptationTable()Returns the table associated with this item.Methods in com.orchestranetworks.service with parameters of type AdaptationTableModifier and TypeMethodDescriptionProcedureContext.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.doCreateOverwriting(ValueContext aContent, AdaptationTable aTable) Deprecated.ProcedureContext.doCreateRoot(ValueContext aContent, AdaptationTable aTable) Deprecated.ProcedureContext.getContext(boolean isTriggerActivation, ValueContextForUpdate contextToCopy, AdaptationTable aTable) Provides an interface for setting values on a context that conforms to any record of the specified table.ProcedureContext.getContextForNewOccurrence(Adaptation recordToCopy, AdaptationTable aTable) Provides an interface for copying a context from an existing record.ProcedureContext.getContextForNewOccurrence(AdaptationTable aTable) Provides an interface for setting values on a context that conforms to any record of the specified table.SessionPermissions.getNodeAccessPermissionForCreate(SchemaNode aNode, AdaptationTable aTable) Returns the current user's access rights on the specified node in a creation context.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.SessionPermissions.getTableActionPermissionForService(ServiceKey serviceKey, AdaptationTable aTable) Returns the current user's permissions for executing the service in the table specified.SessionPermissions.getTableActionPermissionToCreateRootOccurrence(AdaptationTable aTable) Returns the current user's permissions for creating a table record in the table specified.voidImportSpec.setTargetAdaptationTable(AdaptationTable aTargetTable) Specifies the target table of the import. -
Uses of AdaptationTable in com.orchestranetworks.service.comparison
Methods in com.orchestranetworks.service.comparison that return AdaptationTableModifier and TypeMethodDescriptionDifferenceBetweenTables.getLeft()Returns the table on the left side.DifferenceBetweenTables.getRight()Returns the table on the right side.Methods in com.orchestranetworks.service.comparison with parameters of type AdaptationTableModifier and TypeMethodDescriptionstatic DifferenceBetweenTablesDifferenceHelper.compareAdaptationTables(AdaptationTable tableOnLeft, AdaptationTable tableOnRight, boolean isResolvedMode) Performs a comparison between two tables. -
Uses of AdaptationTable in com.orchestranetworks.ui
Methods in com.orchestranetworks.ui that return AdaptationTableModifier and TypeMethodDescriptionUITableFilterResponseContext.getTable()Returns the current table. -
Uses of AdaptationTable in com.orchestranetworks.ui.form
Methods in com.orchestranetworks.ui.form that return AdaptationTableModifier and TypeMethodDescriptionUIFormContext.getCurrentTable()Returns the current table in which the record is going to be created/modified. -
Uses of AdaptationTable in com.orchestranetworks.ui.selection
Methods in com.orchestranetworks.ui.selection that return AdaptationTable -
Uses of AdaptationTable in com.orchestranetworks.userservice
Methods in com.orchestranetworks.userservice with parameters of type AdaptationTableModifier and TypeMethodDescriptionstatic UserServiceEventOutcomeUserServiceNext.nextService(ServiceKey aServiceKey, AdaptationTable aTable) The current user service will close, the specified table will be selected and the specified service started.voidUserServiceObjectContextBuilder.registerNewRecord(ObjectKey anObjectKey, AdaptationTable aTable) Registers a new record in the object context.voidUserServiceDisplayConfigurator.setToolbar(Toolbar aToolbar, AdaptationTable aTable) Sets the toolbar to one defined programmatically for a table.voidUserServiceDisplayConfigurator.setToolbar(String aToolbarName, AdaptationTable aTable) Sets the toolbar to one defined in a schema for a table.