Skip navigation links
Documentation
A B C D E F G H I J K L M N O P R S T U V W X _ 

D

D3Broadcast - Interface in com.orchestranetworks.d3
The broadcast handler contains the information used in the broadcast distributed transaction.
D3Broadcast.Status - Interface in com.orchestranetworks.d3
Global status of the snapshot broadcast operation.
D3Engine - Class in com.orchestranetworks.d3
Deprecated.
Since 5.4.2, this method has been replaced by D3NodeAsMaster.
D3Node - Interface in com.orchestranetworks.d3
Represents the external view of the D3 engine and offers common administrative functionalities.
D3NodeAsMaster - Interface in com.orchestranetworks.d3
Represents the external view of the D3 engine and offers primary administrative functionalities.
D3NodeAsSlave - Interface in com.orchestranetworks.d3
Represents the external view of the D3 engine and offers replica administrative functionalities.
D3NodeAsSlaveOnStartup - Interface in com.orchestranetworks.d3
Context having specific repository privileges to set up a D3 replica node, during EBX® module registration.
D3NodeFactory - Class in com.orchestranetworks.d3
Factory for creating a D3 engine depending on the node type chosen (primary or replica), which offers D3 administrative functionalities.
D3ReceiveBroadcastAfterContext - Interface in com.orchestranetworks.d3.slave
Provides a context for executing post-broadcast operations.
D3ReceiveBroadcastBeforeContext - Interface in com.orchestranetworks.d3.slave
Provides a context for executing pre-broadcast operations.
D3ReceiveBroadcastExecutionContext - Interface in com.orchestranetworks.d3.slave
Common super interface that provides an execution context for D3 broadcast triggers.
D3ReceiveBroadcastTrigger - Class in com.orchestranetworks.d3.slave
Specifies methods that are automatically invoked when receiving broadcast from the D3 primary node.
D3ReceiveBroadcastTrigger() - Constructor for class com.orchestranetworks.d3.slave.D3ReceiveBroadcastTrigger
 
D3Slave - Interface in com.orchestranetworks.d3
D3 replica node information.
D3Slave.State - Interface in com.orchestranetworks.d3
Represents the state of the replica repository.
DATA - Static variable in class com.orchestranetworks.ui.UIHttpManagerComponent.Scope
The navigation pane and workspace are displayed; user will be able to navigate to other nodes, datasets, and dataspaces.
DatabaseMapping - Interface in com.orchestranetworks.instance
This interface allows interacting with the name of columns in the database.
DataContext - Interface in com.orchestranetworks.workflow
The data context is a container for variables which must be kept during the whole process.
DataContextReadOnly - Interface in com.orchestranetworks.workflow
The data context is a container for variables which must be kept during the whole process.
DATASET - Static variable in class com.orchestranetworks.ui.UIHttpManagerComponent.Scope
The navigation pane and workspace are displayed; user will only be able to navigate to other nodes, but will not be able to navigate to other datasets or dataspaces.
DatasetEntitySelection - Interface in com.orchestranetworks.ui.selection
Provides information on the currently selected dataset.
DataSetFeatures() - Constructor for class com.orchestranetworks.ui.UIHttpManagerComponent.DataSetFeatures
 
DatasetSet - Interface in com.orchestranetworks.schema.types.dataset
Declarative definition of a set of dataspaces thanks to a list of include and exclude subsets.
DatasetSet.DatasetChildrenPolicy - Enum in com.orchestranetworks.schema.types.dataset
Inclusion policies for the children of a current dataset in a current subset.
DatasetSetFilter - Interface in com.orchestranetworks.schema.types.dataset
This interface defines a filter to accept or reject datasets in the context of a field of type SchemaTypeName.OSD_DATASET_NAME.
DatasetSetFilterContext - Interface in com.orchestranetworks.schema.types.dataset
Provides methods for filtering datasets in the context of a dataset selector.
DatasetSetFilterSetupContext - Interface in com.orchestranetworks.schema.types.dataset
Provides methods for setting up a dataset filter in the context of its data model.
DATASPACE - Static variable in class com.orchestranetworks.ui.UIHttpManagerComponent.Scope
The navigation pane and workspace are displayed; user will be able to navigate to other nodes and datasets, but will not be able to navigate to other dataspaces.
DataspaceEntitySelection - Interface in com.orchestranetworks.ui.selection
Provides information on the currently selected dataspace.
DataspaceSet - Interface in com.orchestranetworks.schema.types.dataspace
Declarative definition of a set of dataspaces thanks to a list of include and exclude subsets.
DataspaceSet.DataspaceChildrenPolicy - Enum in com.orchestranetworks.schema.types.dataspace
Inclusion policies for the children of a current dataspace in a current subset.
DataspaceSet.DataspaceType - Enum in com.orchestranetworks.schema.types.dataspace
Defines all the types that a dataspace can be.
DataspaceSetFilter - Interface in com.orchestranetworks.schema.types.dataspace
This interface defines a filter to accept or reject dataspaces in the context of a field of type SchemaTypeName.OSD_DATASPACE_KEY.
DataspaceSetFilterContext - Interface in com.orchestranetworks.schema.types.dataspace
Provides methods for filtering a dataspace in the context of a dataspace selector.
DataspaceSetFilterSetupContext - Interface in com.orchestranetworks.schema.types.dataspace
Provides methods for setting up a dataspace filter in the context of its data model.
DEALLOCATE - Static variable in class com.orchestranetworks.workflow.ProcessExecutionContext.WorkflowPermission
The permission to deallocate work items.
deallocateWorkItem(WorkItemKey) - Method in class com.orchestranetworks.workflow.WorkflowEngine
Deallocates the specified work item.
debug(String) - Method in class com.orchestranetworks.service.LoggingCategory
Logs the specified message with priority 'debug'.
debug(UserMessage) - Method in class com.orchestranetworks.service.LoggingCategory
Logs the specified message with priority 'debug', using the en_US locale.
declareWebComponent(WebComponentDeclarationContext) - Method in interface com.orchestranetworks.userservice.declaration.UserServiceDeclaration
Defines the web component properties of the user service, in particular its input and output parameters, and whether it can be available as a perspective action and/or workflow user task.
decode(String) - Static method in class com.orchestranetworks.dataservices.rest.RESTEncodingHelper
Decodes a given encoded string.
decodePrimaryKey(String) - Static method in class com.orchestranetworks.dataservices.rest.RESTEncodingHelper
Decodes an encoded primary key string form into a primary key object.
DEFAULT - Static variable in class com.orchestranetworks.service.ArchiveImportSpecMode
Default mode for importing archives.
DEFAULT_REPOSITORY_LABEL - Static variable in class com.orchestranetworks.instance.RepositoryDeclaration
 
DEFAULT_SERVICE - Static variable in class com.orchestranetworks.service.ServiceKey
Built-in service to access a table record or a dataset.
DEFINE_OCCULT - Static variable in class com.orchestranetworks.instance.DefinitionMode
The record is in occulting mode to specify that the record with the same primary key is not inherited from the parent dataset.
DEFINE_OVERWRITE - Static variable in class com.orchestranetworks.instance.DefinitionMode
The record is in overwriting mode when it is locally defined in the current table and it has a parent record with the same primary key.
DEFINE_ROOT - Static variable in class com.orchestranetworks.instance.DefinitionMode
A record is in root mode when it is locally defined in the current table and it does not inherit from a parent record.
defineActivation(U) - Method in interface com.orchestranetworks.userservice.declaration.UserServiceDeclaration
Defines the activation scope and rules of the service, namely where and when it is available and can be executed.
defineBody(UIFormBody, UIFormContext) - Method in class com.orchestranetworks.ui.form.UIForm
Specifies the body of the form.
defineBottomBar(UIFormBottomBar, UIFormContext) - Method in class com.orchestranetworks.ui.form.UIForm
Specifies the bottom bar of the form.
defineExtensions(SchemaExtensionsContext) - Method in interface com.orchestranetworks.schema.SchemaExtensions
 
defineHeader(UIFormHeader, UIFormContext) - Method in class com.orchestranetworks.ui.form.UIForm
Specifies the header of the form.
defineProperties(UserServicePropertiesDefinitionContext) - Method in interface com.orchestranetworks.userservice.declaration.UserServiceDeclaration
Defines the properties of the user service, in particular its label and description.
defineProperties(UserServicePropertiesDefinitionContext) - Method in interface com.orchestranetworks.userservice.declaration.UserServiceExtensionDeclaration
Defines additional properties of the user service extension, in particular its label and description.
DefinitionMode - Class in com.orchestranetworks.instance
Defines the possible inheritance modes for a record.
DELETE - Static variable in class com.orchestranetworks.ui.UIButtonIcon
 
DELETE - Static variable in class com.orchestranetworks.workflow.BuiltInTrigger_launchWorkflow.IncomingEvent
 
deleteHome(AdaptationHome, Session) - Method in class com.orchestranetworks.instance.Repository
Permanently deletes the specified dataspace or snapshot and all its descendants (dataspaces and snapshots).
deleteRole(Role, String, DirectoryDefault) - Static method in class com.orchestranetworks.service.directory.DirectoryDefaultHelper
Deletes the role entity corresponding to the specified role.
deleteUser(UserReference, String, DirectoryDefault) - Static method in class com.orchestranetworks.service.directory.DirectoryDefaultHelper
Deletes the user entity corresponding to the specified user reference.
DeliveryMode - Class in com.orchestranetworks.d3
Defines the D3 delivery modes.
DependenciesDefinitionContext - Interface in com.orchestranetworks.schema
Provides methods for setting dependencies in the context of a constraint and its data model.
destroy() - Method in class com.orchestranetworks.module.ModuleRegistrationServlet
Called by the servlet container to indicate to a servlet that the servlet is being taken out of service.
destroyBeforeUnregisterModule() - Method in interface com.orchestranetworks.module.ModuleRegistration
This method should be overridden to perform operations needed, when the current web application is being taken out of service.
DIALOG_BOX() - Constructor for class com.orchestranetworks.ui.UICSSClasses.DIALOG_BOX
 
DIFF_HEADERS_ZIP_ENTRY - Static variable in class com.orchestranetworks.service.Archive
Name of the ZIP entry for header differences.
DIFF_RIGHTS_ZIP_ENTRY - Static variable in class com.orchestranetworks.service.Archive
Name of the ZIP entry for rights differences.
DIFF_VALUES_ZIP_ENTRY - Static variable in class com.orchestranetworks.service.Archive
Name of the ZIP entry for value differences.
Difference - Interface in com.orchestranetworks.service.comparison
Main abstract class for representing differences between two entities.
DifferenceBetweenContents - Interface in com.orchestranetworks.service.comparison
Abstract class for representing differences between two datasets or two records.
DifferenceBetweenHomes - Interface in com.orchestranetworks.service.comparison
Main class for comparing dataspaces and snapshots.
DifferenceBetweenInstances - Interface in com.orchestranetworks.service.comparison
Represents the difference between two datasets.
DifferenceBetweenOccurrences - Interface in com.orchestranetworks.service.comparison
Represents the difference between two records.
DifferenceBetweenTables - Interface in com.orchestranetworks.service.comparison
Represents the difference between two tables.
DifferenceHelper - Class in com.orchestranetworks.service.comparison
This class is the common entry point for performing data comparisons.
DifferenceHelper() - Constructor for class com.orchestranetworks.service.comparison.DifferenceHelper
 
Directory - Class in com.orchestranetworks.service.directory
Defines the user directory used by EBX® to authenticate users and to define users and their roles.
Directory() - Constructor for class com.orchestranetworks.service.directory.Directory
 
DirectoryDefault - Class in com.orchestranetworks.service.directory
The default internal directory implementation that is delivered with EBX®.
DirectoryDefault.RoleEntity - Interface in com.orchestranetworks.service.directory
Represents a role entity that is, or can be, persisted in the default directory.
DirectoryDefault.UserEntity - Interface in com.orchestranetworks.service.directory
Represents a user entity that is, or can be, persisted in the default directory.
DirectoryDefaultFactory - Class in com.orchestranetworks.service.directory
The factory for the default internal implementation of the user and roles directory that is delivered with EBX®.
DirectoryDefaultFactory() - Constructor for class com.orchestranetworks.service.directory.DirectoryDefaultFactory
 
DirectoryDefaultHelper - Class in com.orchestranetworks.service.directory
Helper class that works with DirectoryDefault class.
DirectoryDefaultHelper() - Constructor for class com.orchestranetworks.service.directory.DirectoryDefaultHelper
 
DirectoryFactory - Class in com.orchestranetworks.service.directory
Factory for the user and roles directory.
DirectoryFactory() - Constructor for class com.orchestranetworks.service.directory.DirectoryFactory
 
DirectoryHandler - Class in com.orchestranetworks.service.directory
An instance of this class wraps the current custom directory implementation, so as to add pre-processing and post-verifications to the directory method implementations.
DISABLE - Static variable in class com.orchestranetworks.workflow.ProcessExecutionContext.WorkflowPermission
The permission to disable a publication.
disableDatasetValidation(Adaptation) - Method in interface com.orchestranetworks.service.ProcedureContext
Disables the constraints defined in the data model of the specified dataset during the execution of this procedure.
DISPLAY - Static variable in class com.orchestranetworks.ui.UIRenderingMode
 
displayBuiltInRole(Role, Locale) - Method in class com.orchestranetworks.service.directory.Directory
Returns a label for the specified built-in role.
displayBuiltInRole(Role, Locale) - Method in class com.orchestranetworks.service.directory.DirectoryHandler
 
DISPLAYED - Static variable in class com.orchestranetworks.userservice.declaration.ActionDisplaySpec
The action is available in the default EBX® menu and can be explicitly assigned to a custom toolbar.
displayInDefaultMenuAtPosition(int) - Static method in class com.orchestranetworks.userservice.declaration.ActionDisplaySpec
This is similar to ActionDisplaySpec.DISPLAYED, but the position in the default menu can be specified.
displayLabel(UILabelRendererContext) - Method in interface com.orchestranetworks.ui.UILabelRenderer
Writes a user-friendly label to the specified context.
displayLabel(UILabelRendererForHierarchyContext) - Method in interface com.orchestranetworks.ui.UILabelRendererForHierarchy
Writes a user-friendly label to the specified context.
DisplayMode - Class in com.orchestranetworks.ui.action
Defines how a toolbar action has to be displayed on launch.
DisplayMode.ModalCustom - Class in com.orchestranetworks.ui.action
Indicates that the modal should be of the specified custom size.
DisplayMode.ModalMedium - Class in com.orchestranetworks.ui.action
Indicates that the modal should be of the built-in medium size.
DisplayMode.Workspace - Class in com.orchestranetworks.ui.action
Indicates that the action should be displayed in the workspace.
displayOccurrence(T, ValueContext, Locale) - Method in interface com.orchestranetworks.schema.ConstraintEnumeration
Returns a string representation of the value specified for the end-user (a label).
displayOccurrence(Object, boolean, ValueContext, Locale) - Method in interface com.orchestranetworks.schema.SchemaNode
Returns a user-friendly representation of the specified value.
displayOccurrence(Adaptation, Locale) - Method in interface com.orchestranetworks.schema.TableRefDisplay
Returns an end-user label for the specified record.
displayOccurrence(Object, boolean) - Method in interface com.orchestranetworks.ui.form.widget.WidgetDisplayContext
Returns a string to display the specified value according to the current locale of this context.
displayOccurrence(Object, boolean) - Method in interface com.orchestranetworks.ui.UIContext
displayOccurrence(Object, SchemaNode, boolean) - Method in interface com.orchestranetworks.ui.UIFormRequestContext
Returns a string for displaying the specified value of the specified node, according to the current locale of this context.
displayOccurrenceValue(Path, boolean) - Method in interface com.orchestranetworks.ui.UILabelRendererContext
Returns a user-friendly representation of the specified value, according the current locale.
displayProfile(Profile, Locale) - Method in class com.orchestranetworks.service.directory.DirectoryHandler
Returns a label for the profile specified.
displaySpecificRole(Role, Locale) - Method in class com.orchestranetworks.service.directory.Directory
Returns a label for this specific role.
displaySpecificRole(Role, Locale) - Method in class com.orchestranetworks.service.directory.DirectoryDefault
 
displaySpecificRole(Role, Locale) - Method in class com.orchestranetworks.service.directory.DirectoryHandler
 
displayUser(UserReference, Locale) - Method in class com.orchestranetworks.service.directory.Directory
Returns a label for the specified user.
displayUser(UserReference, Locale) - Method in class com.orchestranetworks.service.directory.DirectoryDefault
 
displayUser(UserReference, Locale) - Method in class com.orchestranetworks.service.directory.DirectoryHandler
 
displayUserWithSalutation(UserReference, Locale) - Method in class com.orchestranetworks.service.directory.Directory
Returns a label for the specified user so that it can be used in the user interface.
displayUserWithSalutation(UserReference, Locale) - Method in class com.orchestranetworks.service.directory.DirectoryDefault
 
displayUserWithSalutation(UserReference, Locale) - Method in class com.orchestranetworks.service.directory.DirectoryHandler
 
doAjaxResponse(UIAjaxContext) - Method in class com.orchestranetworks.ui.UIAjaxComponent
When the client sends an HTTP request targeting this component, this method is invoked.
doCopy(Adaptation) - Method in interface com.orchestranetworks.service.ProcedureContext
Copies the specified dataset.
doCopy(AdaptationReference, Adaptation) - Method in interface com.orchestranetworks.service.ProcedureContext
Copies the specified dataset and gives it the specified reference.
doCreateChild(AdaptationName, AdaptationReference) - Method in interface com.orchestranetworks.service.ProcedureContext
Creates a new dataset that is the child of the parent specified by aParentName.
doCreateChild(AdaptationName, AdaptationReference, Profile) - Method in interface com.orchestranetworks.service.ProcedureContext
Creates a new dataset that is the child of the parent specified by aParentName.
doCreateOcculting(ValueContext, AdaptationTable) - Method in interface com.orchestranetworks.service.ProcedureContext
Creates an occulting record in the specified table.
doCreateOccurrence(ValueContext, AdaptationTable) - Method in interface com.orchestranetworks.service.ProcedureContext
Creates a record in the specified table.
doCreateOverwriting(ValueContext, AdaptationTable) - Method in interface com.orchestranetworks.service.ProcedureContext
Deprecated. 
doCreateRoot(SchemaLocation, AdaptationReference, Profile) - Method in interface com.orchestranetworks.service.ProcedureContext
Creates a new root dataset.
doCreateRoot(ValueContext, AdaptationTable) - Method in interface com.orchestranetworks.service.ProcedureContext
Deprecated. 
Documentation - Annotation Type in com.orchestranetworks.rest.annotation
Annotation used to document the purpose of a JAX-RS matched resource.
DocumentationPane(Path, boolean) - Constructor for class com.orchestranetworks.ui.UIFormLabelSpec.DocumentationPane
Class constructor for standard node documentation.
DocumentationPane() - Constructor for class com.orchestranetworks.ui.UIFormLabelSpec.DocumentationPane
Class constructor for specific documentation.
DocumentationPane(String) - Constructor for class com.orchestranetworks.ui.UIFormLabelSpec.DocumentationPane
Class constructor for specific documentation.
DocumentationPane(UserMessage) - Constructor for class com.orchestranetworks.ui.UIFormLabelSpec.DocumentationPane
Class constructor for specific documentation.
doDelete(AdaptationName, boolean) - Method in interface com.orchestranetworks.service.ProcedureContext
Deletes the specified dataset or record.
doEnsureValueIsDefined() - Method in interface com.orchestranetworks.ui.UIResponseContext
Deprecated.
Pre-instantiates a value for the current node.
doExport(ExportSpec) - Method in interface com.orchestranetworks.service.ProcedureContext
Performs an export to an XML or CSV document.
doExportArchive(Archive) - Method in interface com.orchestranetworks.service.ProcedureContext
Exports the current dataspace or snapshot to the specified EBX® archive.
doExportArchive(ArchiveExportSpec) - Method in interface com.orchestranetworks.service.ProcedureContext
Performs an export to an EBX® archive.
doImport(ImportSpec) - Method in interface com.orchestranetworks.service.ProcedureContext
Imports XML or CSV content.
doImportArchive(Archive) - Method in interface com.orchestranetworks.service.ProcedureContext
Imports the EBX® archive into the current dataspace.
doImportArchive(ArchiveImportSpec) - Method in interface com.orchestranetworks.service.ProcedureContext
Imports the EBX® archive into the current dataspace with specifications.
doMergeToParent(AdaptationHome) - Method in interface com.orchestranetworks.service.ProcedureContext
Merges the specified dataspace to the current dataspace.
doMergeToParent(MergeSpecForHome) - Method in interface com.orchestranetworks.service.ProcedureContext
Performs the specified merge into the current dataspace.
doModifyContent(Adaptation, ValueContext) - Method in interface com.orchestranetworks.service.ProcedureContext
Modifies the content as specified.
doOccult(Adaptation) - Method in interface com.orchestranetworks.service.ProcedureContext
Occults the specified record.
DUPLICATE - Static variable in class com.orchestranetworks.service.ServiceKey
Built-in service to duplicate a table record.
DUPLICATE - Static variable in class com.orchestranetworks.ui.UIButtonIcon
 
A B C D E F G H I J K L M N O P R S T U V W X _ 
Skip navigation links

TIBCO EBX® Version 5.9.27. Copyright 2001-2025. Cloud Software Group, Inc. All rights reserved.

All third party product and company names and third party marks mentioned in this document are the property of their respective owners and are mentioned for identification.