- 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. 
- BeforeModifyInstanceContext - Interface in com.orchestranetworks.schema.trigger
- 
Provides a context for executing operations before modifying dataset fields. 
- 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. 
- BINOCULARS - Static variable in class com.orchestranetworks.ui.UIButtonIcon
-  
- BLANK - Static variable in class com.orchestranetworks.ui.UIFormRowIcon
-  
- BLOCK_COLLAPSE - Static variable in class com.orchestranetworks.ui.UIButtonIcon
-  
- BLOCK_EXPAND - Static variable in class com.orchestranetworks.ui.UIButtonIcon
-  
- BOOLEAN - Static variable in class com.orchestranetworks.search.strategy.SearchStrategyKey
-  
- BranchKey - Class in com.orchestranetworks.instance
- 
Identifies a dataspace in a repository. 
- BREADCRUMB - Static variable in class com.orchestranetworks.ui.UIHttpManagerComponent.DataSetFeatures
- 
- BREADCRUMB - Static variable in class com.orchestranetworks.ui.UIHttpManagerComponent.RecordFeatures
- 
- BREADCRUMB - Static variable in class com.orchestranetworks.ui.UIHttpManagerComponent.ViewFeatures
- 
- 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
- 
- build(String) - Method in interface com.orchestranetworks.query.QueryBuilder
- 
Creates a query from the specified SQL string, whose result will return
 Tupleobjects.
 
- build(String, Class<T>) - Method in interface com.orchestranetworks.query.QueryBuilder
- 
Creates a query from the specified SQL string, whose result will return
 objects of the specified type. 
- build() - Method in interface com.orchestranetworks.rest.util.URIBuilderForBuiltin
- 
Returns an absolute URIthat includes every previous configured URI's part.
 
- 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.ForDataset
- 
Returns an absolute URIto a specified dataset in its
 automatically computed dataspace.
 
- buildForDataset(HomeKey, AdaptationName) - Method in interface com.orchestranetworks.rest.util.URIBuilderForBuiltin.ForDataset
- 
Returns an absolute URIto a specified dataset in a specified dataspace.
 
- buildForDataspace(AdaptationHome) - Method in interface com.orchestranetworks.rest.util.URIBuilderForBuiltin.ForDataspace
-  
- buildForDataspace(HomeKey) - Method in interface com.orchestranetworks.rest.util.URIBuilderForBuiltin.ForDataspace
- 
Beta feature: Returns an absolute URIto the specified dataspace key.
 
- buildForNode(Adaptation, Path) - Method in interface com.orchestranetworks.rest.util.URIBuilderForBuiltin.ForNode
- 
Returns an absolute URIto a specified record field
 or a dataset node, in its automatically computed dataspace.
 
- buildForNode(HomeKey, AdaptationName, Path) - Method in interface com.orchestranetworks.rest.util.URIBuilderForBuiltin.ForNode
- 
Returns an absolute URIto a specified dataset node, in a specified dataspace.
 
- buildForRecord(Adaptation) - Method in interface com.orchestranetworks.rest.util.URIBuilderForBuiltin.ForRecord
- 
Returns an absolute URIto a specified record.
 
- buildForResource(String) - Method in interface com.orchestranetworks.rest.util.URIBuilderForResource
- 
Builds a URIfor 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 URIof 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 URIfor a the web resource specified by a node value.
 
- buildForTable(Adaptation, SchemaNode) - Method in interface com.orchestranetworks.rest.util.URIBuilderForBuiltin.ForTable
- 
Returns an absolute URIto a specified table.
 
- 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 built-in 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.