Uses of Interface
com.onwbp.adaptation.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
Modifier and TypeMethodDescriptionAdaptation.getContainerTable()
The method returns the table that contains this adaptation.AdaptationTable.getHistory()
Returns the corresponding history table; returnsnull
if history is not activated.Returns the table object at the specified path, nevernull
.RequestResult.getTable()
Returns the underlying table. -
Uses of AdaptationTable in com.orchestranetworks.instance
Modifier and TypeMethodDescriptionValueContext.getAdaptationTable()
If this context is for a table record, returns the table that contains it; returnsnull
if 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
Modifier and TypeMethodDescriptionBeanElement.addFacetTableRef
(AdaptationTable aTable) Adds a table reference constraint to this element. -
Uses of AdaptationTable in com.orchestranetworks.schema.info
Modifier 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
Modifier and TypeMethodDescriptionReverseRelationshipResult.getReferringTable()
Returns the table containing the node that refers to the specified record. -
Uses of AdaptationTable in com.orchestranetworks.schema.trigger
Modifier and TypeMethodDescriptionTableTriggerExecutionContext.getTable()
Returns the table targeted by the current operation. -
Uses of AdaptationTable in com.orchestranetworks.service
Modifier and TypeMethodDescriptionValidationReportItemSubjectForTable.getAdaptationTable()
Returns the table associated with this item.Modifier 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.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.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.void
ImportSpec.setTargetAdaptationTable
(AdaptationTable aTargetTable) Specifies the target table of the import. -
Uses of AdaptationTable in com.orchestranetworks.service.comparison
Modifier and TypeMethodDescriptionDifferenceBetweenTables.getLeft()
Returns the table on the left side.DifferenceBetweenTables.getRight()
Returns the table on the right side.Modifier and TypeMethodDescriptionstatic DifferenceBetweenTables
DifferenceHelper.compareAdaptationTables
(AdaptationTable tableOnLeft, AdaptationTable tableOnRight, boolean isResolvedMode) Performs a comparison between two tables.static DifferenceBetweenTables
DifferenceHelper.compareTableByDate
(AdaptationTable table, Date aStartDate, Date aEndDate) Performs a comparison between two dates for a table and returns the result.static DifferenceBetweenTables
DifferenceHelper.compareTableByTxId
(AdaptationTable table, long aStartTransactionId, long aEndTransactionId) Performs a comparison between two transaction times for a table and returns the result. -
Uses of AdaptationTable in com.orchestranetworks.ui
Modifier and TypeMethodDescriptionUITableFilterResponseContext.getTable()
Returns the current table. -
Uses of AdaptationTable in com.orchestranetworks.ui.form
Modifier 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
-
Uses of AdaptationTable in com.orchestranetworks.ui.view
Modifier and TypeMethodDescriptionUICustomViewContext.getCustomViewKeys
(AdaptationTable aTable) Returns the list of keys of the custom views defined on the given tableUICustomViewContext.getCustomViewKeys
(AdaptationTable aTable, UserReference aUser) Returns the list of keys of the custom views defined on the given table and applicable by given userUICustomViewContext.getUserFavoriteViewKey
(AdaptationTable aTable) Returns the favorite view key for a given tableUICustomViewContext.getUserRecommendedViewKey
(AdaptationTable aTable) Returns the recommended view key for a given table -
Uses of AdaptationTable in com.orchestranetworks.userservice
Modifier and TypeMethodDescriptionstatic UserServiceEventOutcome
UserServiceNext.nextService
(ServiceKey aServiceKey, AdaptationTable aTable) The current user service will close, the specified table will be selected and the specified service started.void
UserServiceObjectContextBuilder.registerNewRecord
(ObjectKey anObjectKey, AdaptationTable aTable) Registers a new record in the object context.void
UserServiceDisplayConfigurator.setToolbar
(Toolbar aToolbar, AdaptationTable aTable) Sets the toolbar to one defined programmatically for a table.void
UserServiceDisplayConfigurator.setToolbar
(String aToolbarName, AdaptationTable aTable) Sets the toolbar to one defined in a schema for a table.