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 _ 

B

Batch - Interface in com.orchestranetworks.service.extensions
This interface describes a batch that can be executed in a "serverless" environment or a JEE container.
BatchLauncher - Class in com.orchestranetworks.service.extensions
This class is used to launch Batch.
BeanDefinition - Interface in com.orchestranetworks.schema.dynamic
This interface is used to define the schema associated with a non-persistent bean object (as opposed to a record or a dataset).
BeanDefinitionException - Exception in com.orchestranetworks.schema.dynamic
This runtime exception is thrown by some methods related to the dynamic beans schema definition.
BeanDefinitionException(String, Throwable) - Constructor for exception com.orchestranetworks.schema.dynamic.BeanDefinitionException
 
BeanDefinitionException(String) - Constructor for exception com.orchestranetworks.schema.dynamic.BeanDefinitionException
 
BeanDefinitionException(Throwable) - Constructor for exception com.orchestranetworks.schema.dynamic.BeanDefinitionException
 
BeanElement - Interface in com.orchestranetworks.schema.dynamic
This interface allows setting properties of a data model element.
BeanFacet - Interface in com.orchestranetworks.schema.dynamic
This interface allows setting properties of a bean facet.
BeanFacetDatasetSet - Interface in com.orchestranetworks.schema.dynamic
This interface allows setting the properties of a dataset constraint facet.
BeanFacetDataspaceSet - Interface in com.orchestranetworks.schema.dynamic
This interface allows setting the properties of a dataspace constraint facet.
BeanFacetTableRef - Interface in com.orchestranetworks.schema.dynamic
This interface allows setting the properties of a foreign key facet.
BeforeCreateInstanceContext - Interface in com.orchestranetworks.schema.trigger
Provides an execution context to handle pre-dataset creation operations.
BeforeCreateOccurrenceContext - Interface in com.orchestranetworks.schema.trigger
Provides a context for executing pre-record creation operations.
BeforeDeleteInstanceContext - Interface in com.orchestranetworks.schema.trigger
Provides an execution context for handling pre-dataset deletion operations.
BeforeDeleteOccurrenceContext - Interface in com.orchestranetworks.schema.trigger
Provides a context for executing pre-record deletion operations.
BeforeModifyOccurrenceContext - Interface in com.orchestranetworks.schema.trigger
Provides a context for executing pre-record modification operations.
BeforeTransactionCancelContext - Interface in com.orchestranetworks.schema.trigger
Provides a context for executing pre-transaction cancellation operations.
BeforeTransactionCommitContext - Interface in com.orchestranetworks.schema.trigger
Provides a context for executing pre-transaction commit operations.
BLANK - Static variable in class com.orchestranetworks.ui.UIFormRowIcon
 
BranchKey - Class in com.orchestranetworks.instance
Identifies a dataspace in a repository.
BREADCRUMB - Static variable in class com.orchestranetworks.ui.UIHttpManagerComponent.DataSetFeatures
Deprecated.
This constant is no longer used.
BREADCRUMB - Static variable in class com.orchestranetworks.ui.UIHttpManagerComponent.RecordFeatures
Deprecated.
This constant is no longer used.
BREADCRUMB - Static variable in class com.orchestranetworks.ui.UIHttpManagerComponent.ViewFeatures
Deprecated.
This constant is no longer used.
broadcast() - Method in interface com.orchestranetworks.d3.D3Broadcast
Broadcasts a snapshot in synchronous or asynchronous mode depending on the way this object has been obtained.
broadcast(VersionKey) - Method in class com.orchestranetworks.d3.D3Engine
Deprecated.
Since 5.2.7. Replaced by D3Broadcast.broadcast().
build() - Method in interface com.orchestranetworks.rest.util.URIBuilderForBuiltin
Returns an absolute base URI that includes category and version.
buildButtonPreview(String) - Method in interface com.orchestranetworks.ui.UIComponentWriter
Builds a preview button, using the standard "preview" label.
buildButtonPreview(String, UserMessage) - Method in interface com.orchestranetworks.ui.UIComponentWriter
Builds a preview button with the specified label.
buildButtonPreview(UIHttpManagerComponent) - Method in interface com.orchestranetworks.ui.UIComponentWriter
Builds a preview button using the standard "preview" label.
buildForDataset(Adaptation) - Method in interface com.orchestranetworks.rest.util.URIBuilderForBuiltin
Returns an absolute URI for a specified dataset with empty query parameters.
buildForDataset(Adaptation, Map<String, String>) - Method in interface com.orchestranetworks.rest.util.URIBuilderForBuiltin
Returns an absolute URI to a specified dataset with the provided query parameters.
buildForDataset(HomeKey, AdaptationName) - Method in interface com.orchestranetworks.rest.util.URIBuilderForBuiltin
Returns an absolute URI to a specified dataset in a specified dataspace with empty query parameters.
buildForDataset(HomeKey, AdaptationName, Map<String, String>) - Method in interface com.orchestranetworks.rest.util.URIBuilderForBuiltin
Returns an absolute URI to a specified dataset in a specified dataspace including the provided query parameters.
buildForNode(Adaptation, Path) - Method in interface com.orchestranetworks.rest.util.URIBuilderForBuiltin
Returns an absolute URI to a specified record field or dataset node without query parameters.
buildForNode(Adaptation, Path, Map<String, String>) - Method in interface com.orchestranetworks.rest.util.URIBuilderForBuiltin
Returns an absolute URI to a specified record field or dataset node with query parameters.
buildForNode(HomeKey, AdaptationName, Path) - Method in interface com.orchestranetworks.rest.util.URIBuilderForBuiltin
Returns an absolute URI to a specified dataset node without query parameters.
buildForNode(HomeKey, AdaptationName, Path, Map<String, String>) - Method in interface com.orchestranetworks.rest.util.URIBuilderForBuiltin
Returns an absolute URI to a specified dataset node with query parameters.
buildForRecord(Adaptation) - Method in interface com.orchestranetworks.rest.util.URIBuilderForBuiltin
Returns an absolute URI to a specified record without query parameters.
buildForRecord(Adaptation, Map<String, String>) - Method in interface com.orchestranetworks.rest.util.URIBuilderForBuiltin
Returns an absolute URI to a specified record with query parameters.
buildForResource(String) - Method in interface com.orchestranetworks.rest.util.URIBuilderForResource
Builds a URI for the specified web resource.
buildForResource(ResourceType, String) - Method in interface com.orchestranetworks.rest.util.URIBuilderForResource
Builds a URI of the specified web resource from the current module using current request's locale.
buildForResource(ResourceType, String, Locale) - Method in interface com.orchestranetworks.rest.util.URIBuilderForResource
Builds a URI of the specified web resource from the current module for the specified locale.
buildForResource(SchemaNode, Object) - Method in interface com.orchestranetworks.rest.util.URIBuilderForResource
Builds a URI for a the web resource specified by a node value.
buildForTableFirstPage(Adaptation, SchemaNode, int, Map<String, String>) - Method in interface com.orchestranetworks.rest.util.URIBuilderForBuiltin
Returns an absolute URI to access the first table page with query parameters.
buildForTableLastPage(Adaptation, SchemaNode, int, Map<String, String>) - Method in interface com.orchestranetworks.rest.util.URIBuilderForBuiltin
Returns an absolute URI to access the last table page with query parameters.
buildForTableNextPage(Adaptation, SchemaNode, String, int, Map<String, String>) - Method in interface com.orchestranetworks.rest.util.URIBuilderForBuiltin
Returns an absolute URI to access the next table page with query parameters.
buildForTablePreviousPage(Adaptation, SchemaNode, String, int, Map<String, String>) - Method in interface com.orchestranetworks.rest.util.URIBuilderForBuiltin
Returns an absolute URI to access the previous table page with query parameters.
buildXPath(Path, String) - Static method in class com.onwbp.adaptation.XPathExpressionHelper
Builds an XPath expression given a table path and an optional predicate expression.
buildXPath(Path, XPathFilter) - Static method in class com.onwbp.adaptation.XPathExpressionHelper
Builds an XPath expression given a table path and an optional XPath filter.
BuiltinQueryParam - Interface in com.orchestranetworks.rest.util
This interface specifies the HTTP builtin query parameters of the REST Toolkit.
BuiltInTrigger_launchWorkflow - Class in com.orchestranetworks.workflow
Built-in trigger to start a workflow and initialize its context.
BuiltInTrigger_launchWorkflow() - Constructor for class com.orchestranetworks.workflow.BuiltInTrigger_launchWorkflow
 
BuiltInTrigger_launchWorkflow.IncomingEvent - Class in com.orchestranetworks.workflow
Represents the event that launched the workflow.
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.