Package | Description |
---|---|
com.onwbp.adaptation |
Provides core classes and interfaces for accessing datasets, tables, and their records.
|
com.orchestranetworks.instance |
Provides interfaces for accessing data sets.
|
com.orchestranetworks.schema.dynamic |
A public API for defining a dynamic schema.
|
com.orchestranetworks.schema.info |
Provides interfaces for accessing schema node facet.
|
com.orchestranetworks.schema.relationships |
Provides interfaces for accessing relationships defined in a data model.
|
com.orchestranetworks.schema.trigger |
Provides classes and interfaces for trigger creation.
|
com.orchestranetworks.service |
Provides classes and interfaces for implementing specific services and access rules on EBX®.
|
com.orchestranetworks.service.comparison |
Provides classes and interfaces for to compute differences between
adaptations, homes and examine the results.
|
com.orchestranetworks.ui |
This package provides the capability to create custom user interface components
that are integrated within EBX®.
|
com.orchestranetworks.ui.form |
This package allows customizing forms.
|
com.orchestranetworks.ui.selection |
This package provides interfaces with information about the selection.
|
com.orchestranetworks.userservice |
A public API for user services.
|
Modifier and Type | Method and Description |
---|---|
AdaptationTable |
Adaptation.getContainerTable()
If this is a record, the method returns the table that contains it;
returns
null if this is a dataset. |
AdaptationTable |
AdaptationTable.getHistory()
Returns the corresponding history table; returns
null if history is not activated. |
AdaptationTable |
RequestResult.getTable()
Returns the underlying table.
|
AdaptationTable |
ReadContext.getTable(Path aPath)
Returns the table object at the specified path, never
null . |
Modifier and Type | Method and Description |
---|---|
AdaptationTable |
ValueContext.getAdaptationTable()
If this context is for a table record, returns the table that contains it;
returns
null if this is for a dataset or a user service data context object
that are not a record. |
AdaptationTable |
ValueContextForValidationOnTable.getTable()
Returns the table that is currently being validated.
|
AdaptationTable |
ValueContextForValidationOnRecord.getTable()
Returns the table that contains the record currently being created or modified.
|
Modifier and Type | Method and Description |
---|---|
BeanFacetTableRef |
BeanElement.addFacetTableRef(AdaptationTable aTable)
Adds a table reference constraint to this element.
|
Modifier and Type | Method and Description |
---|---|
AdaptationTable |
AssociationLinkByLinkTable.getLinkTable(Adaptation aRecordOrDataSet)
Returns the link table of this association.
|
AdaptationTable |
SchemaFacetTableRef.getTable(ValueContext aValueContext)
Returns the table referred to by this foreign key constraint.
|
AdaptationTable |
AssociationLink.getTargetTable(Adaptation aRecordOrDataSet)
Returns the target table of this association.
|
Modifier and Type | Method and Description |
---|---|
AdaptationTable |
ReverseRelationshipResult.getReferringTable()
Returns the table containing the node that
refers to the specified record.
|
Modifier and Type | Method and Description |
---|---|
AdaptationTable |
TableTriggerExecutionContext.getTable()
Returns the table targeted by the current operation.
|
Modifier and Type | Method and Description |
---|---|
AdaptationTable |
ValidationReportItemSubjectForTable.getAdaptationTable()
Returns the table associated with this item.
|
Modifier and Type | Method and Description |
---|---|
Adaptation |
ProcedureContext.doCreateOcculting(ValueContext aKey,
AdaptationTable aTable)
Creates an occulting record in the specified table.
|
Adaptation |
ProcedureContext.doCreateOccurrence(ValueContext aContent,
AdaptationTable aTable)
Creates a record in the specified table.
|
Adaptation |
ProcedureContext.doCreateOverwriting(ValueContext aContent,
AdaptationTable aTable)
Deprecated.
|
Adaptation |
ProcedureContext.doCreateRoot(ValueContext aContent,
AdaptationTable aTable)
Deprecated.
|
ValueContextForUpdate |
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.
|
ValueContextForUpdate |
ProcedureContext.getContextForNewOccurrence(Adaptation recordToCopy,
AdaptationTable aTable)
Provides an interface for copying a context from an existing record.
|
ValueContextForUpdate |
ProcedureContext.getContextForNewOccurrence(AdaptationTable aTable)
Provides an interface for setting values on a context that conforms to any record of the
specified table.
|
AccessPermission |
SessionPermissions.getNodeAccessPermissionForCreate(SchemaNode aNode,
AdaptationTable aTable)
Returns the current user's access rights on the specified node in a creation context.
|
ActionPermission |
SessionPermissions.getOccurrenceActionPermissionToDelete(Adaptation aRecord,
AdaptationTable aTable)
Returns the current user's permissions for deleting the specified table record.
|
ActionPermission |
SessionPermissions.getOccurrenceActionPermissionToOccult(Adaptation aRecord,
AdaptationTable aTable)
Returns the current user's permissions for occulting the specified table record.
|
ActionPermission |
SessionPermissions.getOccurrenceActionPermissionToOverwrite(Adaptation aRecord,
AdaptationTable aTable)
Returns the current user's permissions for overwriting the specified table record.
|
ActionPermission |
SessionPermissions.getTableActionPermissionForService(ServiceKey serviceKey,
AdaptationTable aTable)
Returns the current user's permissions for executing the service in the table specified.
|
ActionPermission |
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.
|
Modifier and Type | Method and Description |
---|---|
AdaptationTable |
DifferenceBetweenTables.getLeft()
Returns the table on the left side.
|
AdaptationTable |
DifferenceBetweenTables.getRight()
Returns the table on the right side.
|
Modifier and Type | Method and Description |
---|---|
static DifferenceBetweenTables |
DifferenceHelper.compareAdaptationTables(AdaptationTable tableOnLeft,
AdaptationTable tableOnRight,
boolean isResolvedMode)
Performs a comparison between two tables.
|
Modifier and Type | Method and Description |
---|---|
AdaptationTable |
UITableFilterResponseContext.getTable()
Returns the current table.
|
Modifier and Type | Method and Description |
---|---|
AdaptationTable |
UIFormContext.getCurrentTable()
Returns the current table in which the record is going to be created/modified.
|
Modifier and Type | Method and Description |
---|---|
AdaptationTable |
TableEntitySelection.getTable()
Returns the currently selected table.
|
AdaptationTable |
AssociationRecordEntitySelection.getTable()
Returns the target table of the selected association.
|
Modifier and Type | Method and Description |
---|---|
static 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(String aToolbarName,
AdaptationTable aTable)
Sets the toolbar to one defined in a schema for a table.
|
void |
UserServiceDisplayConfigurator.setToolbar(Toolbar aToolbar,
AdaptationTable aTable)
Sets the toolbar to one defined programmatically for a table.
|