- SAVE - Static variable in class com.orchestranetworks.ui.UIHttpManagerComponent.DataSetFeatures
- 
Form's "Save" button. 
- SAVE - Static variable in class com.orchestranetworks.ui.UIHttpManagerComponent.RecordFeatures
- 
Form's "Save" button. 
- save(ObjectKey...) - Method in interface com.orchestranetworks.userservice.UserServiceTransactionManager
- 
Updates or creates a list of previously registered objects. 
- save(boolean, ObjectKey...) - Method in interface com.orchestranetworks.userservice.UserServiceTransactionManager
- 
Updates or creates a list of previously registered objects. 
- SAVEANDCLOSE - Static variable in class com.orchestranetworks.ui.UIHttpManagerComponent.RecordFeatures
- 
Form's "Save and close" button. 
- saveRole(DirectoryDefault.RoleEntity, String, DirectoryDefault) - Static method in class com.orchestranetworks.service.directory.DirectoryDefaultHelper
- 
Makes the specified role entity persistent if it does not yet exist in the
 EBX® repository; updates it if it exists. 
- saveUser(DirectoryDefault.UserEntity, String, DirectoryDefault) - Static method in class com.orchestranetworks.service.directory.DirectoryDefaultHelper
- 
Makes the specified user entity persistent if it does not exist yet in the
 EBX® repository; updates it if it exists. 
- ScheduledExecutionContext - Interface in com.orchestranetworks.scheduler
- 
Context of a scheduled task execution. 
- ScheduledTask - Class in com.orchestranetworks.scheduler
- 
Task definition to be executed by the EBX® task scheduler. 
- ScheduledTask() - Constructor for class com.orchestranetworks.scheduler.ScheduledTask
-  
- ScheduledTaskInterruption - Exception in com.orchestranetworks.scheduler
- 
Thrown to interrupt a ScheduledTask.
 
- SchemaDocumentation - Class in com.orchestranetworks.schema
- 
Abstract class for dynamically computing the label and description of a node in
 the context of a data model. 
- SchemaDocumentation() - Constructor for class com.orchestranetworks.schema.SchemaDocumentation
-  
- SchemaDocumentationContext - Interface in com.orchestranetworks.schema
- 
This class provides the context used for computing
 the label and description associated with a node in a data model. 
- SchemaDocumentationSetupContext - Interface in com.orchestranetworks.schema
- 
Provides methods for setting up the documentation of a data model. 
- SchemaExtensions - Interface in com.orchestranetworks.schema
- 
Defines extensions of a data model. 
- SchemaExtensionsContext - Interface in com.orchestranetworks.schema
- 
Context for specifying extensions of a data model. 
- SchemaFacet - Interface in com.orchestranetworks.schema.info
- 
Common interface for constraints on data types
 (also known as constraining facets in XML Schema). 
- SchemaFacetBlocksCommit - Enum in com.orchestranetworks.schema.info
- 
Represents the blocking policy defined
 by a facet using the property osd:validation/blocksCommit.
 
- SchemaFacetBoundary - Interface in com.orchestranetworks.schema.info
- 
This interface represents the maxExclusive,maxInclusive,minExclusive, andminInclusivefacets associated with a node.
 
- SchemaFacetBoundaryMaxExclusive - Interface in com.orchestranetworks.schema.info
- 
This interface represents the maxExclusivefacet associated with a node.
 
- SchemaFacetBoundaryMaxInclusive - Interface in com.orchestranetworks.schema.info
- 
This interface represents the maxInclusivefacet associated with a node.
 
- SchemaFacetBoundaryMinExclusive - Interface in com.orchestranetworks.schema.info
- 
This interface represents the minExclusivefacet associated with a node.
 
- SchemaFacetBoundaryMinInclusive - Interface in com.orchestranetworks.schema.info
- 
This interface represents theminInclusivefacet associated with a node.
 
- SchemaFacetEnumeration - Interface in com.orchestranetworks.schema.info
- 
This interface represents enumeration facets associated with a node. 
- SchemaFacetExcludeSegment - Interface in com.orchestranetworks.schema.info
- 
This interface represents the excludeSegmentfacet associated with a node.
 
- SchemaFacetExcludeValue - Interface in com.orchestranetworks.schema.info
- 
This interface represents the excludeValuefacet associated with a node.
 
- SchemaFacetFractionDigits - Interface in com.orchestranetworks.schema.info
- 
This interface represents the fractionDigitsfacet associated with a node.
 
- SchemaFacetLength - Interface in com.orchestranetworks.schema.info
- 
This interface represents the lengthfacet associated with a node.
 
- SchemaFacetMaxLength - Interface in com.orchestranetworks.schema.info
- 
This interface represents the maxLengthfacet associated with a node.
 
- SchemaFacetMinLength - Interface in com.orchestranetworks.schema.info
- 
This interface represents the minLengthfacet associated with a node.
 
- SchemaFacetOnLength - Interface in com.orchestranetworks.schema.info
- 
This interface declares the common methods related to the facets
 length,minLengthandmaxLengthassociated with a node.
 
- SchemaFacetOnMandatoryField - Interface in com.orchestranetworks.schema.info
- 
This interface corresponds to a cardinality constraint
 on a mandatory field (defines both minOccurs="1" and
 maxOccurs="1").
 
- SchemaFacetOResource - Interface in com.orchestranetworks.schema.info
- 
This interface represents the resourceconstraint associated with a node
 (osd:FacetOResource).
 
- SchemaFacetPattern - Interface in com.orchestranetworks.schema.info
- 
This interface represents the patternfacet associated with a node.
 
- SchemaFacetTableRef - Interface in com.orchestranetworks.schema.info
- 
This interface represents the foreign key constraint associated with a node
 (osd:tableRef).
 
- SchemaFacetTotalDigits - Interface in com.orchestranetworks.schema.info
- 
This interface represents the totalDigitsfacet associated with a node.
 
- SchemaFacetValidationMessage - Interface in com.orchestranetworks.schema.info
- 
Represents the validation messages defined by a facet in a data model. 
- SchemaFacetValidationPolicy - Interface in com.orchestranetworks.schema.info
- 
Represents the validation policy defined
 by a facet using the property osd:validation.
 
- SchemaInheritanceProperties - Interface in com.orchestranetworks.schema.info
- 
This interface represents the inheritance properties defined in the data model
 on a node defining the property osd:inheritance.
 
- SchemaLinkedField - Interface in com.orchestranetworks.schema.info
- 
This interface contains the information for a linked node
 (node that defines osd:function linkedField="aPath"property).
 
- SchemaLocation - Class in com.orchestranetworks.schema
- 
Identifies a data model location, which can be either based on a URL (standard notation)
 or a module. 
- SchemaNode - Interface in com.orchestranetworks.schema
- 
Represents an element declaration in the resolved data model. 
- SchemaNodeBreadcrumbProperties - Interface in com.orchestranetworks.schema.info
- 
Represents the breadcrumbelement associated with
 a table, a foreign key or an association node in a resolved data model.
 
- SchemaNodeContext - Interface in com.orchestranetworks.schema
- 
This interface defines common services for performing
 a validation task on an entity associated with a
  data model node. 
- SchemaNodeDefaultView - Interface in com.orchestranetworks.schema.info
- 
Represents the osd:defaultViewelement associated with a node in a resolved data model.
 
- SchemaNodeExplicitRelationship - Interface in com.orchestranetworks.schema.relationships
- 
This interface represents a relationship
 defined in a resolved data model. 
- SchemaNodeInformation - Interface in com.orchestranetworks.schema.info
- 
Represents the osd:informationelement associated with a node in a resolved data model.
 
- SchemaNodeRelationships - Interface in com.orchestranetworks.schema.relationships
- 
Contains all the relationships held by a node in a resolved data model. 
- SchemaTypeName - Interface in com.orchestranetworks.schema
- 
Identifies a named type definition. 
- ScriptTask - Class in com.orchestranetworks.workflow
- 
Script task node, represents an automatic task during a process execution. 
- ScriptTask() - Constructor for class com.orchestranetworks.workflow.ScriptTask
-  
- ScriptTaskBean - Class in com.orchestranetworks.workflow
- 
 This abstract class must be implemented in order to define a library script task. 
- ScriptTaskBean() - Constructor for class com.orchestranetworks.workflow.ScriptTaskBean
-  
- ScriptTaskBeanContext - Interface in com.orchestranetworks.workflow
- 
- ScriptTaskContext - Interface in com.orchestranetworks.workflow
- 
This interface is used as the context for  ScriptTask
 execution. 
- SCROLL_LEFT - Static variable in class com.orchestranetworks.ui.UIButtonIcon
-  
- SCROLL_RIGHT - Static variable in class com.orchestranetworks.ui.UIButtonIcon
-  
- SEARCH - Static variable in class com.orchestranetworks.ui.UIButtonIcon
-  
- SEARCH_PANE - Static variable in class com.orchestranetworks.ui.UIHttpManagerComponent.ViewFeatures
- 
Workspace search pane. 
- SearchStrategyKey - Class in com.orchestranetworks.search.strategy
- 
Identifies a search strategy. 
- SearchTemplate - Interface in com.orchestranetworks.search.template
- 
The main interface to implement for a search template. 
- SearchTemplateKey - Class in com.orchestranetworks.search.template
- 
Identifies a search template. 
- SearchTemplateManager - Interface in com.orchestranetworks.search.template
- 
- second() - Method in interface com.orchestranetworks.search.strategy.SynonymPair
-  
- SEE_MORE - Static variable in class com.orchestranetworks.ui.UIButtonIcon
-  
- select(HomeKey, AdaptationName, Path) - Method in class com.orchestranetworks.ui.UIHttpManagerComponent
- 
Selects the node in the specified dataset. 
- select(HomeKey, AdaptationName, String) - Method in class com.orchestranetworks.ui.UIHttpManagerComponent
- 
Specifies an entity selection in the EBX® repository. 
- SELECT_DATASPACE - Static variable in class com.orchestranetworks.service.ServiceKey
- 
Built-in service to select a dataspace:
 the user is directed to a page in order to work with the selected dataspace. 
- selectHome(HomeKey) - Method in class com.orchestranetworks.ui.UIHttpManagerComponent
- 
Selects the specified dataspace or snapshot. 
- selectHome(AdaptationHome) - Method in class com.orchestranetworks.ui.UIHttpManagerComponent
- 
Selects the specified dataspace or snapshot. 
- selectInstance(HomeKey, AdaptationName) - Method in class com.orchestranetworks.ui.UIHttpManagerComponent
- 
Selects the specified dataset. 
- selectInstanceOrOccurrence(Adaptation) - Method in class com.orchestranetworks.ui.UIHttpManagerComponent
- 
Selects the specified dataset or record. 
- selectInstanceOrOccurrenceWithPredicate(Adaptation, String) - Method in class com.orchestranetworks.ui.UIHttpManagerComponent
- 
Selects the specified dataset or record with the specified predicate restriction. 
- SELECTION - Static variable in class com.orchestranetworks.ui.UIHttpManagerComponent.ViewFeatures
- 
Record selection check box and actions in "Actions" and "Services" menu buttons. 
- SelectionLink - Interface in com.orchestranetworks.schema.info
- 
This interface contains the information for a selection link
 (osd:selectproperty).
 
- selectNode(Adaptation, Path) - Method in class com.orchestranetworks.ui.UIHttpManagerComponent
- 
Selects the specified node. 
- selectNode(Adaptation, Path, String) - Method in class com.orchestranetworks.ui.UIHttpManagerComponent
- 
Selects the specified node with the specified predicate restriction. 
- selectOccurrences(String, RequestSortCriteria) - Method in interface com.onwbp.adaptation.AdaptationTable
- 
Returns a list of records for the specified predicate and sort criteria. 
- selectOccurrences(String) - Method in interface com.onwbp.adaptation.AdaptationTable
- 
Returns a list of records for the specified predicate. 
- selectPerspective(String) - Method in class com.orchestranetworks.ui.UIHttpManagerComponent
- 
Selects the specified perspective. 
- selectPerspectiveAction(String, String) - Method in class com.orchestranetworks.ui.UIHttpManagerComponent
- 
Selects the specified perspective action. 
- selectTab(String) - Method in class com.orchestranetworks.ui.form.UIFormPaneWithTabs
- 
Specifies the id of the tab to select when the page is displayed. 
- selectTab(String) - Method in interface com.orchestranetworks.userservice.UserServiceTabbedPane
- 
Specifies the id of the tab to select when the page is displayed. 
- selectWorkflowView(WorkflowView) - Method in class com.orchestranetworks.ui.UIHttpManagerComponent
- 
- selectWorkItem(boolean, WorkItemKey) - Method in class com.orchestranetworks.ui.UIHttpManagerComponent
- 
- selectWorkItemInMonitoring(WorkItemKey) - Method in class com.orchestranetworks.ui.UIHttpManagerComponent
- 
- SELF - Static variable in class com.orchestranetworks.schema.Path
- 
Corresponds to the path ".
 
- sendMail(Locale) - Method in interface com.orchestranetworks.workflow.MailSpec
- 
 Sends the email using the email specification. 
- SEPARATOR - Static variable in class com.onwbp.adaptation.PrimaryKey
- 
Single pipe character ("|") separator between two fields,
 when primary key is a composite of multiple fields. 
- SEPARATOR_CHAR - Static variable in class com.onwbp.adaptation.PrimaryKey
- 
Single pipe character ("|") separator between two fields,
 when primary key is a composite of multiple fields. 
- ServiceActionInCurrentContext - Class in com.orchestranetworks.ui.action
- 
Defines a user service call that can be used on a toolbar element with an action. 
- ServiceActionInCurrentContext(ServiceKey) - Constructor for class com.orchestranetworks.ui.action.ServiceActionInCurrentContext
- 
Creates an action launching the specified user service. 
- ServiceActivationRuleForDataset - Interface in com.orchestranetworks.userservice.permission
- 
This interface can be implemented to dynamically figure out
 whether a user service is globally disabled on a dataset and/or a dataspace. 
- ServiceActivationRuleForDatasetContext - Interface in com.orchestranetworks.userservice.permission
- 
Provides the context in which a service restriction rule is being evaluated. 
- ServiceActivationRuleForDataspace - Interface in com.orchestranetworks.userservice.permission
- 
This interface can be implemented to specify whether a user service
 is disabled for a given dataspace. 
- ServiceActivationRuleForDataspaceContext - Interface in com.orchestranetworks.userservice.permission
- 
Provides the context in which a service restriction rule is being evaluated. 
- ServiceContext - Class in com.orchestranetworks.service
- 
- ServiceGroupKey - Class in com.orchestranetworks.service
- 
Identifies a group of user services. 
- ServiceKey - Class in com.orchestranetworks.service
- 
Identifies a user service. 
- ServicePermission - Interface in com.orchestranetworks.service
- 
Attached to a legacy user service definition, this interface
 specifies the conditions under which this service can be executed. 
- ServicePermissionForHierarchy - Interface in com.orchestranetworks.service
- 
Attached to a legacy user service definition, this interface
 specifies the conditions under which this service may be executed in the context of a hierarchy. 
- ServicePermissionRule<S extends EntitySelection> - Interface in com.orchestranetworks.userservice.permission
- 
This interface can be implemented to specify the conditions under which
 a user service can be displayed and executed. 
- ServicePermissionRuleContext<S extends EntitySelection> - Interface in com.orchestranetworks.userservice.permission
- 
Provides the context in which a service permission rule is being evaluated. 
- SERVICES - Static variable in class com.orchestranetworks.ui.UIHttpManagerComponent.DataSetFeatures
- 
"Actions" and "Services" menu buttons. 
- SERVICES - Static variable in class com.orchestranetworks.ui.UIHttpManagerComponent.RecordFeatures
- 
"Actions" and "Services" menu buttons. 
- SERVICES - Static variable in class com.orchestranetworks.ui.UIHttpManagerComponent.ViewFeatures
- 
"Actions" and "Services" menu buttons. 
- Session - Interface in com.orchestranetworks.service
- 
Represents an authenticated user session, either an HTTP session or a "programmatic" session. 
- SessionContext - Interface in com.orchestranetworks.rest.inject
- 
This interface provides EBX® information for the current REST request. 
- SessionInteraction - Interface in com.orchestranetworks.interactions
- 
A session interaction is tightly associated to a work item to represent its running state. 
- SessionInteraction.DecisionResult - Interface in com.orchestranetworks.interactions
- 
Contains the report of a decision request (accept or reject). 
- SessionInteraction.Specification - Interface in com.orchestranetworks.interactions
- 
Gives information about the specification of the interaction. 
- SessionPermissions - Interface in com.orchestranetworks.service
- 
Defines a facade for checking the user's session permissions (access rights or actions) on dataspaces,
 snapshots, datasets, records, and nodes (tables, ...). 
- setAccept(String) - Method in class com.orchestranetworks.ui.form.widget.UIWidgetFileUpload
- 
This attribute specifies a default filter for file names. 
- setAccessRuleForCreateOnNode(Path, AccessRuleForCreate) - Method in interface com.orchestranetworks.schema.SchemaExtensionsContext
- 
Declares that the access to a record node may be
 restricted by the specified rule while in a record creation context. 
- setAccessRuleForCreateOnNodeAndAllDescendants(Path, boolean, AccessRuleForCreate) - Method in interface com.orchestranetworks.schema.SchemaExtensionsContext
- 
Declares that the access to an element's subtree may be
 restricted in a record creation context by the specified  AccessRuleForCreate. 
- setAccessRuleOnInstance(AccessRule) - Method in interface com.orchestranetworks.schema.SchemaExtensionsContext
- 
Declares that global access to a dataset may be
 restricted by the specified rule. 
- setAccessRuleOnNode(Path, AccessRule) - Method in interface com.orchestranetworks.schema.SchemaExtensionsContext
- 
Declares that the access to an element may be
 restricted by the specified rule. 
- setAccessRuleOnNodeAndAllDescendants(Path, boolean, AccessRule) - Method in interface com.orchestranetworks.schema.SchemaExtensionsContext
- 
Declares that the access to an element's subtree may be
 restricted by the specified rule. 
- setAccessRuleOnOccurrence(Path, AccessRule) - Method in interface com.orchestranetworks.schema.SchemaExtensionsContext
- 
Declares that global access to a table record in the data model may be
 restricted by the specified rule. 
- setAction(Action) - Method in interface com.orchestranetworks.ui.toolbar.ToolbarElementWithAction
- 
Sets the action to be called when the user clicks on this toolbar element. 
- setActionOnAfterValueChanged(JsFunctionCall) - Method in interface com.orchestranetworks.ui.form.widget.UIAtomicWidget
- 
Sets an action on the client-side that is triggered
 after the user has changed the value of the component. 
- setActionWhileValueChange(JsFunctionCall) - Method in interface com.orchestranetworks.ui.form.widget.UIColorPicker
- 
Sets an action on the client-side that is triggered
 when the value is edited in the input text (on each keyboard press),
 or while the user changes the cursor position in the color picker panel. 
- setActivationEnsured(boolean) - Method in class com.orchestranetworks.service.ValidationSpec
- 
Specifies if the validation must also check that
 the current dataset is  activated. 
- setActivationRule(ServiceActivationRuleForDataspace) - Method in interface com.orchestranetworks.userservice.declaration.ActivationContextOnDataspace
- 
Activates the service using an advanced rule based on the current dataspace. 
- setActivationRule(ServiceActivationRuleForDataset) - Method in interface com.orchestranetworks.userservice.declaration.ActivationContextWithDatasetSet
- 
Activates the service using an advanced rule based on the current dataset. 
- setAdditionalParameter(String, String) - Method in class com.orchestranetworks.ui.UIHttpManagerComponent
- 
Adds an additional parameter. 
- setAdditionalParameters(Map<String, String>) - Method in class com.orchestranetworks.ui.UIHttpManagerComponent
- 
Adds additional parameters. 
- setAdvancedSelectorDisplayable(boolean) - Method in interface com.orchestranetworks.ui.form.widget.UIComboBox
- 
Defines whether the advanced selector should be displayed
 when the underlying node is a  foreign key . 
- setAjaxPrevalidationEnabled(boolean) - Method in interface com.orchestranetworks.ui.form.widget.UIAtomicWidget
- 
Ajax value prevalidation sends the value entered by the user to the server,
 usually when the focus leaves the field; then the constraints defined by the field
 are checked and the validation messages are raised automatically on the screen near the field. 
- setAjaxValueSynchEnabled(boolean) - Method in interface com.orchestranetworks.ui.form.widget.UIAtomicWidget
- 
Ajax value synchronization sends the value entered by the user to the server,
 usually when the focus leaves the field. 
- setAllButtonsNotDisplayable() - Method in interface com.orchestranetworks.ui.form.UIFormBottomBar
- 
Sets falseto all buttons displayable flag.
 
- setAllContentsForInstanceReference(AdaptationName) - Method in class com.orchestranetworks.service.MergeSpecForHome
- 
Defines that a dataset must be globally merged (its values, its permissions and its header). 
- setAllPrivileges() - Method in interface com.orchestranetworks.schema.trigger.BeforeCreateOccurrenceContext
- 
Disables all permission checks for all nodes
 during the current operation. 
- setAllPrivileges() - Method in interface com.orchestranetworks.schema.trigger.BeforeModifyInstanceContext
- 
Disables all permission checks for all nodes
 during the current operation. 
- setAllPrivileges() - Method in interface com.orchestranetworks.schema.trigger.BeforeModifyOccurrenceContext
- 
Disables all permission checks for all nodes
 during the current operation. 
- setAllPrivileges(boolean) - Method in interface com.orchestranetworks.service.ProcedureContext
- 
If true, disables all permission checks for future operations
 performed by the current run.
 
- setAlwaysConfirmLeaveEnabled(boolean) - Method in interface com.orchestranetworks.userservice.UserServiceDisplayConfigurator
- 
Sets whether or not the user is always prompted for a confirmation
 when the page is abandoned before submitting the input. 
- setArchive(Archive) - Method in class com.orchestranetworks.service.ArchiveExportSpec
- 
Specifies the target container for the export. 
- setArchive(Archive) - Method in class com.orchestranetworks.service.ArchiveImportSpec
- 
Specifies the archive to import. 
- setAskBeforeLeavingModifiedForm(boolean) - Method in class com.orchestranetworks.ui.UIButtonSpecNavigation
- 
 Enables the confirmation when leaving the form with modified data. 
- setAttribute(String, Object) - Method in interface com.orchestranetworks.service.Session
- 
Binds an object to this session, using the name specified. 
- setAttributes(Map<String, String>) - Method in interface com.orchestranetworks.service.directory.DirectoryDefault.UserEntity
- 
Set specific attributes for this user. 
- setAvailableAsPerspectiveAction(boolean) - Method in interface com.orchestranetworks.userservice.declaration.WebComponentDeclarationContext
- 
Defines whether the service is proposed in the user interface
 used to define a perspective action. 
- setAvailableAsToolbarAction(boolean) - Method in interface com.orchestranetworks.userservice.declaration.WebComponentDeclarationContext
- 
Defines whether the service is proposed in the user interface
 used to define a toolbar web component action. 
- setAvailableAsWorkflowUserTask(boolean) - Method in interface com.orchestranetworks.userservice.declaration.WebComponentDeclarationContext
- 
 This method is equivalent to:
 
 
  WebComponentDeclarationContext.setAvailableAsWorkflowUserTask(isAvailableAsWorkflowUserTask, false);
 
- setAvailableAsWorkflowUserTask(boolean, boolean) - Method in interface com.orchestranetworks.userservice.declaration.WebComponentDeclarationContext
- 
- setBackgroundColor(String) - Method in interface com.orchestranetworks.ui.form.widget.UITextBox
- 
Sets the background color of the component input. 
- setBackgroundColor(String) - Method in class com.orchestranetworks.ui.UITableCellStyleHandler
- 
Sets a background color for the cell. 
- setBackgroundImage(String, UITableCellStyleHandler.BackgroundRepeat) - Method in class com.orchestranetworks.ui.UITableCellStyleHandler
- 
Sets a background image for the cell. 
- setBackgroundImage(String, UITableCellStyleHandler.BackgroundRepeat, String) - Method in class com.orchestranetworks.ui.UITableCellStyleHandler
- 
Sets a background image for the cell. 
- setBatch() - Method in interface com.orchestranetworks.service.ProcedureContext
- 
- setBlockingConstraintsDisabled(boolean) - Method in interface com.orchestranetworks.service.ProcedureContext
- 
Disables or enables blocking constraints
 defined in the data model. 
- setBlocksCommitToNever() - Method in interface com.orchestranetworks.schema.ConstraintContext
- 
Specifies that the current constraint must never
 block an operation, even if it adds validation errors. 
- setBlocksCommitToNever() - Method in interface com.orchestranetworks.schema.ConstraintContextOnTable
- 
Specifies that the current constraint on table must
 never block operations in the repository when it adds
 validation errors. 
- setBody(String) - Method in interface com.orchestranetworks.workflow.MailSpec
- 
 Sets the email body. 
- setBottomBarDisplayed(boolean) - Method in interface com.orchestranetworks.userservice.UserServiceDisplayConfigurator
- 
Displays or hides the user service bottom bar. 
- setBreadcrumbs(String...) - Method in interface com.orchestranetworks.userservice.UserServiceDisplayConfigurator
- 
Sets the header's breadcrumbs. 
- setBreadcrumbs(UIFormLabelSpec...) - Method in interface com.orchestranetworks.userservice.UserServiceDisplayConfigurator
- 
Sets the localized header's breadcrumbs. 
- setBuiltInAdministrator(boolean) - Method in interface com.orchestranetworks.service.directory.DirectoryDefault.UserEntity
-  
- setButtonIcon(UIButtonIcon) - Method in class com.orchestranetworks.ui.UIButtonSpec
- 
Sets a predefined icon for the button. 
- setButtonLayout(UIButtonLayout) - Method in class com.orchestranetworks.ui.UIButtonSpec
- 
Sets the button layout. 
- setByDelta(boolean) - Method in class com.orchestranetworks.service.ImportSpec
- 
Defines whether the by delta mode is enabled, which allows
 ignoring absent XML elements. 
- setCellContentWithButtonOnRight(String, UIButtonSpec) - Method in interface com.orchestranetworks.ui.UIResponseContext
- 
Deprecated. This method can be used to include content in a table cell with a button to the right. 
- setCenterButtons(UIButtonSpec...) - Method in interface com.orchestranetworks.userservice.UserServiceDisplayConfigurator
- 
Sets the bottom bar center buttons. 
- setCheckAccessRules(boolean) - Method in class com.orchestranetworks.service.ExportSpec
- 
Specifies whether permissions must be checked for the export. 
- setChildBranchCreationAllowed(boolean) - Method in class com.orchestranetworks.service.extensions.LockSpec
- 
Declares that it is possible to create a child dataspace
 when set to true.
 
- setCloseButtonDisplayable(boolean) - Method in interface com.orchestranetworks.ui.form.UIFormBottomBar
-  
- setCloseButtonLabel(UserMessage) - Method in interface com.orchestranetworks.ui.form.UIFormBottomBar
- 
Sets a custom label for the Close button. 
- setCloseButtonSpec(UIHttpManagerComponent.CloseButtonSpec) - Method in class com.orchestranetworks.ui.UIHttpManagerComponent
- 
Specifies whether the close button is displayed for this Web Component, and if so, its display style. 
- setCloseCallback(UserServiceEvent) - Method in interface com.orchestranetworks.userservice.UserServiceDisplayConfigurator
- 
Sets the close and cancel buttons callback. 
- setCloseStreamWhenFinished(boolean) - Method in class com.orchestranetworks.service.ExportSpec
- 
Specifies that the export process must close the stream upon export completion. 
- setCloseStreamWhenFinished(boolean) - Method in class com.orchestranetworks.service.ImportSpec
- 
Specifies that the import process must close the stream when complete. 
- setColumnsNumber(int) - Method in interface com.orchestranetworks.ui.form.widget.UICheckBoxGroup
- 
Sets the number of columns to use for the layout of the checkboxes. 
- setColumnsNumber(Integer) - Method in interface com.orchestranetworks.ui.form.widget.UICheckBoxGroup
- 
Sets the number of columns to use for the layout of the checkboxes. 
- setColumnsNumber(int) - Method in interface com.orchestranetworks.ui.form.widget.UIRadioButtonGroup
- 
Sets the number of columns to use in the layout of the radio buttons. 
- setColumnsNumber(Integer) - Method in interface com.orchestranetworks.ui.form.widget.UIRadioButtonGroup
- 
Sets the number of columns to use in the layout of the radio buttons. 
- setComment(String) - Method in interface com.orchestranetworks.interactions.SessionInteraction
- 
Sets the comment of this interaction. 
- setComments(String) - Method in interface com.orchestranetworks.service.directory.DirectoryDefault.UserEntity
-  
- setCommitThreshold(int) - Method in interface com.orchestranetworks.service.ProcedureContext
- 
Sets the maximum size of the transaction so that intermediate commits occur
 during the execution of the procedure. 
- setCompareFilter(CompareFilter) - Method in class com.orchestranetworks.ui.UIHttpManagerComponent
- 
Specifies the comparator filter for this Web Component. 
- setComputedValuesIncluded(boolean) - Method in class com.orchestranetworks.service.ImportSpec
- 
Specifies whether the CSV file to be imported contains computed fields. 
- setConfirmationMessage(UserMessage) - Method in class com.orchestranetworks.ui.UIButtonSpec
- 
Sets a message to confirm the button action. 
- setConfirmationMessageBeforeLaunch(String) - Method in interface com.orchestranetworks.userservice.declaration.UserServicePropertiesDefinitionContext
- 
Defines a confirmation message to be displayed when the service is launched
 as an action from a toolbar. 
- setConfirmationMessageBeforeLaunch(UserMessage) - Method in interface com.orchestranetworks.userservice.declaration.UserServicePropertiesDefinitionContext
- 
Defines a localized confirmation message to be displayed when the service is launched
 as an action from a toolbar. 
- setConfirmationMessageBeforeLaunch() - Method in interface com.orchestranetworks.userservice.declaration.UserServicePropertiesDefinitionContext
- 
Defines a generic confirmation message to be displayed when the service is launched
 as an action from a toolbar. 
- setConfirmationMessageOff(UserMessage) - Method in class com.orchestranetworks.ui.UIButtonSpecJSActionToggle
- 
Sets a message to confirm the action performed when the button is deactivated. 
- setContent(UIFormPane) - Method in interface com.orchestranetworks.ui.form.UIFormBody
- 
Defines the custom form content, overriding the
 form that is automatically generated from the data model. 
- setContent(UserServicePane) - Method in interface com.orchestranetworks.userservice.UserServiceDisplayConfigurator
- 
Sets a callback used for rendering a pane. 
- setContent(UserServiceRawPane) - Method in interface com.orchestranetworks.userservice.UserServiceDisplayConfigurator
- 
Sets a callback used for rendering a view pane. 
- setContentIndented(boolean) - Method in class com.orchestranetworks.service.ExportSpec
- 
For XML exports, specifies to indent the content of the document. 
- setContentsForInstanceReference(AdaptationName, MergeSpecForInstanceContents) - Method in class com.orchestranetworks.service.MergeSpecForHome
- 
Defines what must be merged for a given dataset reference. 
- setContentType(String) - Method in interface com.orchestranetworks.userservice.UserServiceGetResponse
- 
Sets the MIME type of the response being sent to the client. 
- setContentType(MailSpec.ContentType) - Method in interface com.orchestranetworks.workflow.MailSpec
- 
 Defines the content type of the email. 
- setContextSensitiveHelpURL(String) - Method in class com.orchestranetworks.service.ServiceContext
- 
Deprecated. Enables the context-sensitive help button in the header of the workspace. 
- setContextSensitiveHelpURL(String) - Method in interface com.orchestranetworks.ui.form.UIFormHeader
- 
Overrides the default URL of the context-sensitive help button. 
- setCopyParentValidationReports(boolean) - Method in class com.orchestranetworks.instance.HomeCreationSpec
- 
Specifies whether the validation reports of the datasets
 contained in the parent dataspace must by copied in the child
 to be created. 
- setCreateButtonDisplayable(boolean) - Method in interface com.orchestranetworks.ui.form.widget.UIComboBox
- 
Defines whether the create button should be displayed
 when the underlying node is a  foreign key. 
- setCreator(UserReference) - Method in class com.orchestranetworks.workflow.ProcessLauncher
- 
Specifies the creator of the new workflow instance to be launched. 
- setCssClass(String) - Method in class com.orchestranetworks.ui.UIButtonSpec
- 
Sets additional CSS classes for the button. 
- setCSVSpec(ExportImportCSVSpec) - Method in class com.orchestranetworks.service.ExportSpec
- 
Specifies the expected settings of a CSV export,
 or nullif performing an XML export.
 
- setCSVSpec(ExportImportCSVSpec) - Method in class com.orchestranetworks.service.ImportSpec
- 
Specifies the specific settings for a CSV import
 instead of an XML import. 
- setCurrentObject(ObjectKey) - Method in interface com.orchestranetworks.userservice.UserServicePaneWriter
- 
Sets the current object that will be used to resolve path expressions. 
- setDatabaseHistoryActivation(boolean) - Method in interface com.orchestranetworks.service.ProcedureContext
- 
Enables database history. 
- setDatasetReference(AdaptationReference) - Method in interface com.orchestranetworks.instance.RepositoryAnonymizer
- 
Specifies the dataset reference in which records must be anonymized. 
- setDatePickerButtonDisplayable(boolean) - Method in interface com.orchestranetworks.ui.form.widget.UIDateTime
- 
Defines whether the date selection button should be displayed
 when the underlying node is of type TypeDateorTypeDateTime.
 
- setDefaultButton(boolean) - Method in class com.orchestranetworks.ui.UIButtonSpec
- 
Enables the default mode for a button. 
- setDefaultButtons(UserServiceEvent) - Method in interface com.orchestranetworks.userservice.UserServiceDisplayConfigurator
- 
Sets the default bottom bar. 
- setDefaultCollapseMode(boolean) - Method in interface com.orchestranetworks.schema.dynamic.BeanElement
- 
Sets the default collapsed mode. 
- setDefaultIconDisplayed(boolean) - Method in interface com.orchestranetworks.ui.UILabelRendererForHierarchyContext
- 
Sets whether to use the default icon for hierarchy nodes. 
- setDefaultItem(boolean) - Method in class com.onwbp.base.text.NomenclatureItem
- 
If the specified argument is true, then this item is
 the default item selected when an associated instance is undefined.
 
- setDefaultLabel(String) - Method in class com.onwbp.base.text.NomenclatureItem
- 
Sets first label. 
- setDefaultLabel(String) - Method in class com.onwbp.base.text.NomenclatureItemValue
- 
Sets first label. 
- setDefaultLinkEnabled(boolean) - Method in interface com.orchestranetworks.ui.UILabelRendererForHierarchyContext
- 
Sets whether to use the default behavior for node selection. 
- setDefaultPermission(UserServicePermission) - Method in interface com.orchestranetworks.userservice.declaration.ActivationContext
- 
Defines the service's default permission (enabled by default). 
- setDefaultValue(Object) - Method in interface com.orchestranetworks.schema.dynamic.BeanElement
- 
Sets the default value. 
- setDependencyToLocalNode() - Method in interface com.orchestranetworks.schema.ConstraintContext
- 
Specifies that the validation result of the current constraint depends
 only on the local value of the underlying node. 
- setDescription(UserMessage) - Method in class com.orchestranetworks.instance.HomeCreationSpec
- 
Specifies a description for the dataspace or snapshot to be created. 
- setDescription(String) - Method in interface com.orchestranetworks.schema.dynamic.BeanElement
- 
Sets the description for this element. 
- setDescription(UserMessage) - Method in interface com.orchestranetworks.schema.dynamic.BeanElement
- 
Sets the localized description for this element. 
- setDescription(UserMessage) - Method in interface com.orchestranetworks.service.directory.DirectoryDefault.RoleEntity
-  
- setDescription(UserMessage) - Method in class com.orchestranetworks.service.extensions.LockSpec
- 
Specifies a message describing the the context or reason for the lock. 
- setDescription(UserMessage) - Method in interface com.orchestranetworks.ui.toolbar.ToolbarButton
- 
Sets the description of the button. 
- setDescription(String) - Method in interface com.orchestranetworks.ui.toolbar.ToolbarButton
- 
Sets the description of the button. 
- setDescription(UserMessage) - Method in interface com.orchestranetworks.ui.toolbar.ToolbarMenuGroup
- 
Sets the description of this menu item. 
- setDescription(String) - Method in interface com.orchestranetworks.ui.toolbar.ToolbarMenuGroup
- 
Sets the description of this menu item. 
- setDescription(UserMessage) - Method in interface com.orchestranetworks.ui.toolbar.ToolbarMenuItem
- 
Sets the description of this menu item 
- setDescription(String) - Method in interface com.orchestranetworks.ui.toolbar.ToolbarMenuItem
- 
Sets the description of this menu item 
- setDescription(String) - Method in class com.orchestranetworks.ui.UIFormLabelSpec.DocumentationPane
- 
Specifies the description for the documentation pane. 
- setDescription(UserMessage) - Method in class com.orchestranetworks.ui.UIFormLabelSpec.DocumentationPane
- 
Specifies the description of the documentation pane. 
- setDescription(String) - Method in interface com.orchestranetworks.userservice.declaration.UserServicePropertiesDefinitionContext
- 
Defines the service's default description. 
- setDescription(UserMessage) - Method in interface com.orchestranetworks.userservice.declaration.UserServicePropertiesDefinitionContext
- 
Defines the service's default description. 
- setDescription(UserMessage) - Method in interface com.orchestranetworks.userservice.declaration.WebComponentParameter
- 
Sets the description of the parameter. 
- setDescription(UserMessage) - Method in class com.orchestranetworks.workflow.ProcessLauncher
- 
Specifies the description of the new workflow instance to be launched. 
- setDestinationFile(File) - Method in class com.orchestranetworks.service.ExportSpec
- 
Specifies the file to which to export the document. 
- setDestinationStream(OutputStream) - Method in class com.orchestranetworks.service.ExportSpec
- 
Specifies the stream to which to write the exported document. 
- setDetailedResult(boolean) - Method in class com.orchestranetworks.service.ImportSpec
- 
Enables the details of an import. 
- setDetectionOfLostModificationDisabled(boolean) - Method in class com.orchestranetworks.ui.UIFormSpec
- 
Sets whether or not the user is prompted for a confirmation when input
 has been entered in the form, but the page is abandoned before saving the input. 
- setDetectionOfLostModificationDisabled(boolean) - Method in interface com.orchestranetworks.userservice.UserServiceDisplayConfigurator
- 
Sets whether or not the user is prompted for a confirmation when information
 have been entered in the form, but the page is abandoned before submitting
 the input. 
- setDifferencesBetweenHomes(DifferenceBetweenHomes) - Method in class com.orchestranetworks.service.ArchiveExportSpec
- 
Specifies the change set to include in the archive. 
- setDifferencesWithMinimalContentsOnRight(boolean) - Method in class com.orchestranetworks.service.ArchiveExportSpec
- 
Specifies whether the change set's right-side content is minimal in the archive. 
- setDisabled(boolean) - Method in class com.orchestranetworks.ui.UIButtonSpec
- 
Sets the button to disable. 
- setDisplay(Class<? extends TableRefDisplay>) - Method in interface com.orchestranetworks.schema.dynamic.BeanFacetTableRef
- 
 Sets a programmatic custom display for presenting the selected foreign key in the current record
 and the sorted list of possible keys. 
- setDisplayForAllLocations(ActionDisplaySpec) - Method in interface com.orchestranetworks.userservice.declaration.ActivationContext
- 
Specifies if and how the action launching the service is displayed for
 all available locations. 
- setDisplayForLocations(ActionDisplaySpec, ToolbarLocation...) - Method in interface com.orchestranetworks.userservice.declaration.ActivationContext
- 
Specifies if and how the action launching the service is displayed in the
 specified locations. 
- setDisplayMode(DisplayMode) - Method in class com.orchestranetworks.ui.action.WebComponentAction
- 
Specifies how the action should be displayed at launch. 
- setDisplayMode(UIFormGroup.DisplayMode) - Method in interface com.orchestranetworks.ui.form.UIFormGroup
- 
Sets the display mode to the form group. 
- setDisplayPattern(String) - Method in interface com.orchestranetworks.schema.dynamic.BeanFacetTableRef
- 
 Sets a custom display pattern for presenting the selected foreign key in the current record
 and the sorted list of possible keys. 
- setDisplayPattern(UserMessage) - Method in interface com.orchestranetworks.schema.dynamic.BeanFacetTableRef
- 
 Sets a custom display pattern for presenting the selected foreign key in the current record
 and the sorted list of possible keys. 
- setDocumentationDescription(AdaptationHome, String, Locale, Session) - Method in class com.orchestranetworks.instance.Repository
- 
Sets the documentation label for the specified dataspace or snapshot. 
- setDocumentationLabel(AdaptationHome, String, Locale, Session) - Method in class com.orchestranetworks.instance.Repository
- 
Sets the documentation label for the specified dataspace or snapshot. 
- setEditorDisabled(boolean) - Method in class com.orchestranetworks.ui.form.widget.UICustomWidget
-  
- setEditorDisabled(boolean) - Method in interface com.orchestranetworks.ui.form.widget.UIWidget
- 
Forces the widget to be in read-only mode if the specified argument is true.
 
- setEmail(String) - Method in interface com.orchestranetworks.service.directory.DirectoryDefault.RoleEntity
- 
Allows to specify a mailing list associated with this role. 
- setEmail(String) - Method in interface com.orchestranetworks.service.directory.DirectoryDefault.UserEntity
-  
- setEnableFor_create(boolean) - Method in class com.orchestranetworks.workflow.BuiltInTrigger_launchWorkflow
- 
If set to true, declares that the workflow is to be launched on the event 'afterCreate'.
 
- setEnableFor_delete(boolean) - Method in class com.orchestranetworks.workflow.BuiltInTrigger_launchWorkflow
- 
If set to true, declares that the workflow is to be launched on the event 'afterDelete'.
 
- setEnableFor_modify(boolean) - Method in class com.orchestranetworks.workflow.BuiltInTrigger_launchWorkflow
- 
If set to true, declares that the workflow is to be launched on the event 'afterModify'.
 
- setEncoding(String) - Method in class com.orchestranetworks.service.ExportImportCSVSpec
- 
Specifies the character encoding to be used. 
- setError(String) - Method in class com.orchestranetworks.ui.UIFormLabelSpec.DocumentationPane
- 
Optional, specifies an error message associated with the current node. 
- setError(UserMessage) - Method in class com.orchestranetworks.ui.UIFormLabelSpec.DocumentationPane
- 
Optional, specifies an error message associated with the current node. 
- setExcludedFromTabFocus(boolean) - Method in class com.orchestranetworks.ui.UIButtonSpec
- 
Disables user access to the button using the keyboard. 
- setExecutionInformation(String) - Method in interface com.orchestranetworks.scheduler.ScheduledExecutionContext
- 
Defines the execution information. 
- setExecutionInformation(String) - Method in interface com.orchestranetworks.service.ProcedureContext
- 
Specifies some additional information about the current execution. 
- setFaxNumber(String) - Method in interface com.orchestranetworks.service.directory.DirectoryDefault.UserEntity
-  
- setFetchSize(int) - Method in class com.onwbp.adaptation.Request
- 
Provides a hint to the underlying database as to the number of records
 to fetch at a time from the result of  executing
 this request. 
- setFetchSize(int) - Method in interface com.orchestranetworks.query.Query
- 
Provides a hint to the underlying database with the number of records
 to fetch at a time from the result of  executing
 this query. 
- setFieldSeparator(char) - Method in class com.orchestranetworks.service.ExportImportCSVSpec
- 
Specifies the field separator to be used. 
- setFileUploadEnabled(boolean) - Method in interface com.orchestranetworks.userservice.UserServiceDisplayConfigurator
- 
Sets whether or not the EBX® form can upload files, that
 is if the form encryption type is in "multipart/form-data". 
- setFilter(Class<? extends DatasetSetFilter>) - Method in interface com.orchestranetworks.schema.dynamic.BeanFacetDatasetSet
- 
Sets a programmatic filter. 
- setFilter(Class<? extends DataspaceSetFilter>) - Method in interface com.orchestranetworks.schema.dynamic.BeanFacetDataspaceSet
- 
Sets a programmatic filter. 
- setFilter(Class<? extends TableRefFilter>) - Method in interface com.orchestranetworks.schema.dynamic.BeanFacetTableRef
- 
 Sets a programmatic filter. 
- setFilterForSearch(String) - Method in interface com.orchestranetworks.schema.TableRefFilterContext
- 
Specifies an XPath filter that will be applied in the user
 interface to perform a search on the associated
 foreign key field. 
- setFilterPredicate(String) - Method in interface com.orchestranetworks.schema.dynamic.BeanFacetTableRef
- 
 Sets an XPath predicate filter. 
- setFilterPredicate(String, String) - Method in interface com.orchestranetworks.schema.dynamic.BeanFacetTableRef
- 
 Sets a XPath predicate filter. 
- setFilterPredicate(String, Severity, String) - Method in interface com.orchestranetworks.schema.dynamic.BeanFacetTableRef
- 
 Sets an XPath predicate filter. 
- setFilterPredicate(String, UserMessage) - Method in interface com.orchestranetworks.schema.dynamic.BeanFacetTableRef
- 
 Sets an XPath predicate filter. 
- setFilterValidationMessage(UserMessageLocalized) - Method in interface com.orchestranetworks.schema.TableRefFilterContext
- 
Sets a static validation message on this filter. 
- setFirstCallDisplay(FirstCallDisplay) - Method in class com.orchestranetworks.ui.UIHttpManagerComponent
- 
Specifies what must be displayed upon first call, either the whole tabular or hierarchical
 or a record. 
- setFirstCallDisplayHierarchyExpanded() - Method in class com.orchestranetworks.ui.UIHttpManagerComponent
- 
Specifies that the hierarchy must be displayed expanded. 
- setFirstCallDisplayRecord(String) - Method in class com.orchestranetworks.ui.UIHttpManagerComponent
- 
Specifies that a record must be displayed upon first call. 
- setFirstName(String) - Method in interface com.orchestranetworks.service.directory.DirectoryDefault.UserEntity
-  
- setForceEnclosingFields(boolean) - Method in class com.orchestranetworks.service.ExportImportCSVSpec
- 
Specifies that, during an export, all fields are to be enclosed within
 text delimiter characters, even if the fields do not contain any special characters. 
- setForegroundColor(String) - Method in interface com.orchestranetworks.ui.form.widget.UITextBox
- 
Sets the foreground color of the component input. 
- setForegroundSubWorkflow(ProcessLauncher) - Method in interface com.orchestranetworks.workflow.SubWorkflowsCreationContext
- 
Registers which sub-workflow should be opened, accordingly to the progress strategy of the previous
 step. 
- setGroup(ServiceGroupKey) - Method in interface com.orchestranetworks.userservice.declaration.UserServicePropertiesDefinitionContext
- 
Defines the group to which this service belongs to. 
- setHeader(ExportImportCSVSpec.Header) - Method in class com.orchestranetworks.service.ExportImportCSVSpec
- 
- setHeader(String, String) - Method in interface com.orchestranetworks.userservice.UserServiceGetResponse
- 
Sets a response header with the given name and value. 
- setHeaderDisplayed(boolean) - Method in interface com.orchestranetworks.userservice.UserServiceDisplayConfigurator
- 
Displays or hides the user service header. 
- setHeight(Size) - Method in interface com.orchestranetworks.ui.form.widget.UIListBox
- 
Sets the height of the list box. 
- setHeight(Size) - Method in interface com.orchestranetworks.ui.form.widget.UITextBox
- 
Sets the height of the text box. 
- setHighlighted(boolean) - Method in interface com.orchestranetworks.ui.toolbar.ToolbarButton
- 
Defines if this button should be highlighted. 
- setHistoryActivation(boolean) - Method in interface com.orchestranetworks.service.ProcedureContext
- 
Specifies whether the detailed XML audit trail is activated. 
- setHomeIconDisplayed(boolean) - Method in class com.orchestranetworks.ui.form.UIFormPaneWithTabs
- 
- setHomeIconDisplayed(boolean) - Method in interface com.orchestranetworks.userservice.UserServiceRootTabbedPane
- 
- setHomeToCopyPermissionsFrom(AdaptationHome) - Method in class com.orchestranetworks.instance.HomeCreationSpec
- 
Specifies that the permissions of the dataspace to be created will
 be a copy of those of the specified dataspace. 
- setIcon(UIFormRowIcon) - Method in interface com.orchestranetworks.ui.form.UIFormRow
- 
Sets a built-in icon for this form row. 
- setIcon(String) - Method in interface com.orchestranetworks.ui.toolbar.ToolbarButton
- 
Sets the icon of the button. 
- setIcon(UIButtonIcon) - Method in interface com.orchestranetworks.ui.toolbar.ToolbarButton
- 
Sets the icon of the button. 
- setIconDisplayed(boolean) - Method in interface com.orchestranetworks.ui.form.UIFormRow
- 
Sets whether or not the icon will be displayed in the form row. 
- setIconURL(String) - Method in interface com.orchestranetworks.ui.form.UIFormRow
- 
Sets a URL of an icon of this form row. 
- setIconURL(String) - Method in class com.orchestranetworks.ui.UIButtonSpec
- 
Sets a custom icon for the button. 
- setId(String) - Method in interface com.orchestranetworks.ui.form.UIExpandCollapseBlock
- 
Sets an id for the expand/collapse block. 
- setId(String) - Method in interface com.orchestranetworks.ui.form.UIFormGroup
- 
Sets an id for the group. 
- setId(String) - Method in class com.orchestranetworks.ui.form.UIFormPaneWithTabs
- 
Specifies an id to the tabbed pane. 
- setId(String) - Method in class com.orchestranetworks.ui.form.UIFormPaneWithTabs.Tab
- 
Sets an id for the tab. 
- setId(String) - Method in class com.orchestranetworks.ui.UIButtonSpec
- 
Sets an id for the button. 
- setId(String) - Method in class com.orchestranetworks.ui.UIFormSpec
- 
Defines the HTML id for the formelement.
 
- setId(String) - Method in interface com.orchestranetworks.userservice.UserServiceTab
- 
Sets an id for the tab. 
- setIgnoreDataspacesDefaultExcludes(boolean) - Method in interface com.orchestranetworks.schema.types.dataspace.DataspaceSet
- 
By default, the reserved branches and snapshots are not taken into account by the
 includes and excludes. 
- setIgnoreLockReason(boolean) - Method in class com.orchestranetworks.service.extensions.LockSpec
- 
If true, when unlocking, the initial means of the locking is ignored.
 
- setImportMode(ImportSpecMode) - Method in class com.orchestranetworks.service.ImportSpec
- 
Specifies the import mode: 'insert', 'insert or update', 'update only', 'replace'. 
- setIncludeAllDescendants(boolean) - Method in class com.orchestranetworks.service.InstanceContentSpec
- 
Specifies whether the descendants of the dataset are to be exported. 
- setIncludedRoles(List<Role>) - Method in interface com.orchestranetworks.service.directory.DirectoryDefault.RoleEntity
- 
Specifies the roles included in this role. 
- setIncludeHeader(boolean) - Method in class com.orchestranetworks.service.InstanceContentSpec
- 
Specifies whether the header content is to be exported. 
- setIncludeHeader(boolean) - Method in class com.orchestranetworks.service.MergeSpecForInstanceContents
- 
Specifies whether the header content is to be merged. 
- setIncludeOcculting(boolean) - Method in class com.onwbp.adaptation.Request
- 
If the argument is true, this method specifies that
 the request result will include records in occulting mode.
 
- setIncludeRights(boolean) - Method in class com.orchestranetworks.service.InstanceContentSpec
- 
Specifies whether permissions are to be exported. 
- setIncludeRights(boolean) - Method in class com.orchestranetworks.service.MergeSpecForInstanceContents
- 
Specifies whether permissions are to be merged. 
- setIncludesComputedValues(boolean) - Method in class com.orchestranetworks.service.ExportSpec
- 
Specifies if computed values should be included in the export. 
- setIncludesTechnicalData(boolean) - Method in class com.orchestranetworks.service.ExportSpec
- 
Specifies if technical data should be included in the export. 
- setIncludeValues(boolean) - Method in class com.orchestranetworks.service.InstanceContentSpec
- 
Specifies whether values are to be exported. 
- setIncludeValues(boolean) - Method in class com.orchestranetworks.service.MergeSpecForInstanceContents
- 
Specifies whether values must be merged. 
- setIndex(int) - Method in interface com.orchestranetworks.ui.form.widget.UIAtomicWithEnumerationItem
- 
Sets the index for this enumeration item. 
- setInheritanceEnabled(boolean) - Method in class com.orchestranetworks.service.ExportImportCSVSpec
- 
Specifies if the inheritance will be taken into account during a CSV export or import. 
- setInitiallyHidden() - Method in class com.orchestranetworks.ui.form.UIFormPaneWithTabs.Tab
- 
Sets this tab to initially hidden on the browser screen. 
- setInitiallyHidden(boolean) - Method in interface com.orchestranetworks.userservice.UserServiceTab
- 
Sets the initially hidden mode for this tab. 
- setInitialState(boolean) - Method in class com.orchestranetworks.ui.UIButtonSpecJSActionToggle
- 
Sets the initial state of this button. 
- setInput(boolean) - Method in interface com.orchestranetworks.userservice.declaration.WebComponentParameter
- 
Enables or disables the parameter as an input parameter. 
- setInputName(String) - Method in class com.orchestranetworks.ui.UIButtonSpecJSActionToggle
- 
Enables checkbox behavior by setting its input name in the current form. 
- setInputParameter(String, String) - Method in class com.orchestranetworks.workflow.ProcessLauncher
- 
Initializes an input variable of the data context
 of the new workflow instance to be launched. 
- setInstanceActivation(Adaptation, boolean) - Method in interface com.orchestranetworks.service.ProcedureContext
- 
Activates or deactivates the specified dataset. 
- setInstanceDescription(Adaptation, UserMessage) - Method in interface com.orchestranetworks.service.ProcedureContext
- 
Specifies a description for the specified dataset. 
- setInstanceLabel(Adaptation, UserMessage) - Method in interface com.orchestranetworks.service.ProcedureContext
- 
Specifies a label for the specified dataset. 
- setInstanceOwner(Adaptation, Profile) - Method in interface com.orchestranetworks.service.ProcedureContext
- 
Defines the owner of the specified dataset. 
- setInternalId(String) - Method in class com.onwbp.base.text.UserMessageString
- 
Specifies the 'internalId'. 
- setInternalParameters(InteractionHelper.ParametersMap, Session) - Static method in class com.orchestranetworks.interactions.InteractionHelper
- 
- setInternalParameters(InteractionHelper.ParametersMap) - Method in interface com.orchestranetworks.interactions.SessionInteraction
- 
Sets the internal parameters of this interaction. 
- setItems(List<NomenclatureItem<T>>) - Method in class com.onwbp.base.text.Nomenclature
-  
- setJobTitle(String) - Method in interface com.orchestranetworks.service.directory.DirectoryDefault.UserEntity
-  
- setJsFnNameToCallBeforeSubmit(String) - Method in class com.orchestranetworks.ui.UIFormSpec
- 
Sets a JavaScript's function to be called before submitting the form. 
- setKey(HomeKey) - Method in class com.orchestranetworks.instance.HomeCreationSpec
- 
Specifies the unique identifier of the dataspace or snapshot to be created. 
- setLabel(int, String) - Method in class com.onwbp.base.text.NomenclatureItem
-  
- setLabel(int, String) - Method in class com.onwbp.base.text.NomenclatureItemValue
- 
Replaces the label at the specified position in all labels with the specified string. 
- setLabel(UserMessage) - Method in class com.orchestranetworks.instance.HomeCreationSpec
- 
Specifies the label of the dataspace or snapshot to create. 
- setLabel(String) - Method in interface com.orchestranetworks.schema.dynamic.BeanElement
- 
Sets the label for this element. 
- setLabel(UserMessage) - Method in interface com.orchestranetworks.schema.dynamic.BeanElement
- 
Sets the localized label for this element. 
- setLabel(UserMessage) - Method in interface com.orchestranetworks.service.directory.DirectoryDefault.RoleEntity
-  
- setLabel(String) - Method in interface com.orchestranetworks.ui.form.UIExpandCollapseBlock
- 
Sets the label of the expand/collapse block. 
- setLabel(UserMessage) - Method in interface com.orchestranetworks.ui.form.UIExpandCollapseBlock
- 
Sets the label of the expand/collapse block. 
- setLabel(UIFormLabelSpec) - Method in interface com.orchestranetworks.ui.form.UIFormGroup
- 
Sets the label of the form group. 
- setLabel(UIFormLabelSpec) - Method in interface com.orchestranetworks.ui.form.UIFormRow
- 
Sets the label of the form row. 
- setLabel(UserMessage) - Method in class com.orchestranetworks.ui.UIButtonSpec
- 
Sets a label for the button. 
- setLabel(Locale, String) - Method in class com.orchestranetworks.ui.UITableFilter
- 
Sets the label of this filter for the specified locale. 
- setLabel(String) - Method in class com.orchestranetworks.ui.UITableFilter
- 
Sets the default label of this filter. 
- setLabel(UserMessage) - Method in class com.orchestranetworks.ui.UITableFilter
-  
- setLabel(String) - Method in interface com.orchestranetworks.userservice.declaration.UserServicePropertiesDefinitionContext
- 
Defines the service's default label. 
- setLabel(UserMessage) - Method in interface com.orchestranetworks.userservice.declaration.UserServicePropertiesDefinitionContext
- 
Defines the service's default title. 
- setLabel(UserMessage) - Method in interface com.orchestranetworks.userservice.declaration.WebComponentParameter
- 
Sets the label of the parameter. 
- setLabel(UserMessage) - Method in class com.orchestranetworks.workflow.ProcessLauncher
- 
Specifies the label of the new workflow instance to be launched. 
- setLabelDisplayed(boolean) - Method in interface com.orchestranetworks.ui.form.UIFormRow
- 
Sets whether or not the label will be displayed for the form row. 
- setLabelEnabled(boolean) - Method in interface com.orchestranetworks.ui.form.widget.UIAtomicWithEnumerationItem
- 
Sets whether the item label is to be added next to the component. 
- setLabelUserMessage(UserMessageString) - Method in class com.orchestranetworks.ui.UITableFilter
- 
Sets the labels of this filter for the specified locales by looking in the  UserMessageString. 
- setLabelWidth(Size) - Method in interface com.orchestranetworks.ui.form.UIFormRow
- 
Sets a fixed width for the label area of the form row. 
- setLastItemAsDefault(boolean) - Method in class com.onwbp.base.text.Nomenclature
- 
Set the default to the last added item. 
- setLastName(String) - Method in interface com.orchestranetworks.service.directory.DirectoryDefault.UserEntity
-  
- setLayout(UIButtonLayout) - Method in interface com.orchestranetworks.ui.toolbar.ToolbarButton
- 
Sets the layout of the button. 
- setLeftButtons(UIButtonSpec...) - Method in interface com.orchestranetworks.userservice.UserServiceDisplayConfigurator
- 
Sets the bottom bar left buttons. 
- setLineSeparator(String) - Method in class com.orchestranetworks.service.ExportImportCSVSpec
- 
Specifies the line separator to be used. 
- setListSeparator(String) - Method in class com.orchestranetworks.service.ExportImportCSVSpec
- 
Specifies the list separator to be used. 
- setLocale(Locale) - Method in class com.onwbp.adaptation.Request
- 
Sets a locale to the request. 
- setLocale(Locale) - Method in interface com.orchestranetworks.query.Query
- 
Sets a locale to the query. 
- setLocale(Locale) - Method in class com.orchestranetworks.ui.UIHttpManagerComponent
- 
Specifies the locale for the new user session. 
- setMandatoryIndicator() - Method in class com.orchestranetworks.ui.UIFormLabelSpec
- 
Sets the mandatory field indicator on this label. 
- setMandatoryIndicatorDisplayed(Boolean) - Method in interface com.orchestranetworks.ui.form.UIFormRow
- 
Sets whether or not the mandatory indicator
 (usually a red star near the label)
 will be displayed for the form row. 
- setMappingWithDataContext_branch(String) - Method in class com.orchestranetworks.workflow.BuiltInTrigger_launchWorkflow
- 
Sets the name of the data context variable that will contain the current dataspace name. 
- setMappingWithDataContext_incomingEvent(String) - Method in class com.orchestranetworks.workflow.BuiltInTrigger_launchWorkflow
- 
Sets the name of the data context variable that will contain the event that has launched the workflow. 
- setMappingWithDataContext_instance(String) - Method in class com.orchestranetworks.workflow.BuiltInTrigger_launchWorkflow
- 
Sets the name of the data context variable that will contain the current dataset reference. 
- setMappingWithDataContext_xpathRecord(String) - Method in class com.orchestranetworks.workflow.BuiltInTrigger_launchWorkflow
- 
Sets the name of the data context variable that will contain the current record XPath
 (primary key of the record in the table). 
- setMappingWithDataContext_xpathTable(String) - Method in class com.orchestranetworks.workflow.BuiltInTrigger_launchWorkflow
- 
Sets the name of the data context variable that will contain the current table XPath. 
- setMarginForContent(boolean) - Method in class com.orchestranetworks.ui.UIFormSpec
- 
- setMaxOccurs(int) - Method in interface com.orchestranetworks.schema.dynamic.BeanElement
- 
Sets the maximum number of occurrences for this element. 
- setMaxOccursAsUnbounded() - Method in interface com.orchestranetworks.schema.dynamic.BeanElement
- 
Removes the maximum number of occurrences for this element. 
- setMessage(String) - Method in class com.onwbp.base.text.UserMessageLocalized
-  
- setMessage(Locale, String) - Method in class com.onwbp.base.text.UserMessageLocalized
-  
- setMessage(String) - Method in interface com.orchestranetworks.schema.dynamic.BeanFacet
- 
Sets the message to display when the constraint check fails. 
- setMessage(Severity, String) - Method in interface com.orchestranetworks.schema.dynamic.BeanFacet
- 
Sets the message to display when the constraint check fails. 
- setMessage(UserMessage) - Method in interface com.orchestranetworks.schema.dynamic.BeanFacet
- 
Sets the localized error message to display when the constraint check fails. 
- setMinOccurs(int) - Method in interface com.orchestranetworks.schema.dynamic.BeanElement
- 
Sets the minimum number of occurrences for this element. 
- setMinOccursErrorMessage(String) - Method in interface com.orchestranetworks.schema.dynamic.BeanElement
- 
Sets the error message to display when the minimum number of occurrences check failed. 
- setMinOccursErrorMessage(UserMessage) - Method in interface com.orchestranetworks.schema.dynamic.BeanElement
- 
Sets the localized error message to display when the minimum number of occurrences
 check failed. 
- setMobilePhoneNumber(String) - Method in interface com.orchestranetworks.service.directory.DirectoryDefault.UserEntity
-  
- setMode(ArchiveImportSpecMode) - Method in class com.orchestranetworks.service.ArchiveImportSpec
- 
Specifies the import mode. 
- setMultiLine(boolean) - Method in interface com.orchestranetworks.ui.form.widget.UITextBox
- 
Enables the multi-line feature of the text box. 
- setMultipart(boolean) - Method in class com.orchestranetworks.ui.UIFormSpec
- 
Defines whether of not the form has multiple parts. 
- setNewValue(Object) - Method in interface com.orchestranetworks.instance.ValueContextForInputValidation
- 
Assigns the specified value to the current node. 
- setNotificationMail(String) - Method in class com.orchestranetworks.workflow.CreationWorkItemSpec
- 
Sets the notification mail to be sent when the work item is created. 
- setNowButtonDisplayed(boolean) - Method in interface com.orchestranetworks.ui.form.widget.UIDateTime
- 
Defines whether the "now" button must be displayed or not. 
- setNullStringEncoded(boolean) - Method in class com.orchestranetworks.service.ExportImportCSVSpec
- 
Specifies if nullstrings will be translated toebx-csv:nilvalues in CSV fields.
 
- setOfficePhoneNumber(String) - Method in interface com.orchestranetworks.service.directory.DirectoryDefault.UserEntity
-  
- setOmitXMLComment(boolean) - Method in class com.orchestranetworks.service.ExportSpec
- 
For XML exports, specifies whether to omit the generated XML comment that describes the location of data and the
 date of the export from
 beginning of the file. 
- setOmitXMLDeclaration(boolean) - Method in class com.orchestranetworks.service.ExportSpec
- 
For XML exports, specifies whether to omit the XML declaration from
 beginning of the export. 
- setOperationTimeOut(long) - Method in interface com.orchestranetworks.d3.D3Broadcast
- 
Sets the operation time out. 
- setOrderByPrimaryKey() - Method in class com.onwbp.adaptation.Request
- 
Specifies that the request result will be sorted by primary key
 in ascending order. 
- setOutput(boolean) - Method in interface com.orchestranetworks.userservice.declaration.WebComponentParameter
- 
Enables or disables the parameter as an output parameter. 
- setOutputParameters(Map<String, String>) - Method in class com.orchestranetworks.workflow.WaitTaskResumeMessage
- 
Sets the parameters to use to update the data context of the associated workflow. 
- setOwner(Profile) - Method in class com.orchestranetworks.instance.HomeCreationSpec
- 
Specifies the owner of the dataspace or snapshot to be created. 
- setOwnerPrivileges(boolean) - Method in class com.orchestranetworks.service.extensions.LockSpec
- 
If true, assumes the current user is either the owner of the dataspace or the owner of the lock
 (when unlocking).
 
- setPageSize(int) - Method in class com.onwbp.adaptation.RequestPagination
- 
Specifies the size of pages to be returned. 
- setPageSize(int) - Method in interface com.orchestranetworks.ui.form.widget.UIComboBox
- 
Sets the number of entries on each page of the drop-down list. 
- setPageSize(Integer) - Method in interface com.orchestranetworks.ui.form.widget.UIComboBox
- 
Sets the number of entries on each page of the drop-down list. 
- setPageSize(int) - Method in interface com.orchestranetworks.ui.form.widget.UITable
- 
Sets the number of entries on each page of the table component. 
- setPageSize(int) - Method in class com.orchestranetworks.ui.UIHttpManagerComponent
- 
Sets the number of rows that will be displayed per page. 
- setPane(UserServicePane) - Method in interface com.orchestranetworks.userservice.UserServiceTab
- 
Returns the pane associated with this tab. 
- setPanelContext(String) - Method in interface com.orchestranetworks.ui.form.widget.UIColorPicker
- 
Sets an HTML element in the page that will be the context of display of the color picker panel. 
- setParameter(int, Object) - Method in interface com.orchestranetworks.query.Query
- 
Sets a value to a positional parameter in the query. 
- setParent(AdaptationHome) - Method in class com.orchestranetworks.instance.HomeCreationSpec
- 
Specifies the parent dataspace of the new dataspace or snapshot to be created. 
- setPassword(String) - Method in interface com.orchestranetworks.service.directory.DirectoryDefault.UserEntity
-  
- setPasswordChangeRequired(boolean) - Method in interface com.orchestranetworks.service.directory.DirectoryDefault.UserEntity
-  
- setPermissionRule(ServicePermissionRule<? super S>) - Method in interface com.orchestranetworks.userservice.declaration.ActivationContext
- 
Sets a contextual permission rule which will be evaluated at runtime,
 upon service display or execution. 
- setPredicate(String) - Method in class com.orchestranetworks.ui.UIHttpManagerComponent
- 
Sets a predicate to be applied to the selected table. 
- setPreviewButtonDisplayable(boolean) - Method in interface com.orchestranetworks.ui.form.widget.UIComboBox
- 
Defines whether the preview button should be displayed
 when the underlying node is a  foreign key . 
- setPriority(Integer) - Method in class com.orchestranetworks.workflow.ProcessLauncher
- 
Specifies the priority of the new workflow instance to be launched. 
- setPrivilegeForNode(Path) - Method in interface com.orchestranetworks.service.ValueContextForUpdate
- 
Disables all permission checks for the specified node
 during the current operation. 
- setPrivilegeToModifyReferenceBranch(boolean) - Method in interface com.orchestranetworks.service.ProcedureContext
- 
- setProfileMailCC(Profile) - Method in class com.orchestranetworks.workflow.CreationWorkItemSpec
-  
- setPublicationName(String) - Method in class com.orchestranetworks.workflow.BuiltInTrigger_launchWorkflow
-  
- setReadOnly(boolean) - Method in interface com.orchestranetworks.service.directory.DirectoryDefault.UserEntity
-  
- setRecordKey(PrimaryKey) - Method in interface com.orchestranetworks.instance.RepositoryAnonymizer
- 
Specifies the functional primary key of the records to be anonymized. 
- setRedirectionURI(String) - Method in class com.orchestranetworks.ui.UIHttpManagerComponent
- 
Specifies the URI that will be used to redirect the user after closing an EBX® user interface
 session. 
- setRefreshPolicy(ValidationSpec.RefreshPolicy) - Method in class com.orchestranetworks.service.ValidationSpec
- 
Specifies the refresh policy when validating
 a dataset, a table or a record. 
- setRelationalModeDataSpace(boolean) - Method in class com.orchestranetworks.instance.HomeCreationSpec
- 
- setRelief(UIButtonRelief) - Method in interface com.orchestranetworks.ui.toolbar.ToolbarButton
- 
- setRelief(UIButtonRelief) - Method in class com.orchestranetworks.ui.UIButtonSpec
- 
Defines a specific relief for the current button. 
- setRequest(Request) - Method in class com.orchestranetworks.service.ExportSpec
- 
Specifies to export content filtered by the provided request. 
- setRequestSchemaNodes(List<SchemaNode>) - Method in class com.orchestranetworks.service.ExportSpec
- 
Specifies the nodes (or "columns" from a user or SQL perspective)
 to export. 
- setRequestSchemaNodesOrderedByTableNodesOrder(List<SchemaNode>) - Method in class com.orchestranetworks.service.ExportSpec
- 
Same as the method setRequestSchemaNodes, except that the export
 follows the order of the table nodes instead of the specified list.
 
- setResultLogged(boolean) - Method in class com.orchestranetworks.service.ValidationSpec
- 
Specifies if the result of the validation must
 be added to the logs generated by EBX®. 
- setRevertButtonDisplayable(boolean) - Method in interface com.orchestranetworks.ui.form.UIFormBottomBar
-  
- setRevertButtonLabel(UserMessage) - Method in interface com.orchestranetworks.ui.form.UIFormBottomBar
- 
Sets a custom label for the Revert button. 
- setRightButtons(UIButtonSpec...) - Method in interface com.orchestranetworks.userservice.UserServiceDisplayConfigurator
- 
Sets the bottom bar right buttons. 
- setRowId(String) - Method in interface com.orchestranetworks.ui.form.UIFormRow
- 
Sets the specified HTML id on the row. 
- setRowToolbar(Toolbar) - Method in interface com.orchestranetworks.ui.form.widget.UITable
- 
Specifies the programmatic toolbar to display on row. 
- setRowToolbarHidden(boolean) - Method in interface com.orchestranetworks.ui.form.widget.UITable
- 
Specifies if table should display its toolbars on rows. 
- setRowToolbarName(String) - Method in interface com.orchestranetworks.ui.form.widget.UITable
- 
Specifies the name of the toolbar to display on row. 
- setSalutation(String) - Method in interface com.orchestranetworks.service.directory.DirectoryDefault.UserEntity
-  
- setScope(UIHttpManagerComponent.Scope) - Method in class com.orchestranetworks.ui.UIHttpManagerComponent
- 
Specifies the scope for this Web Component. 
- setSelectedTabIndex(int) - Method in class com.orchestranetworks.ui.form.UIFormPaneWithTabs
- 
- setSelection(SchemaNode) - Method in class com.orchestranetworks.service.ExportSpec
- 
Specifies that the export will only include the content under the specified node. 
- setService(ServiceKey) - Method in class com.orchestranetworks.ui.UIHttpManagerComponent
- 
Specifies the service to be activated. 
- setServicePermissionRuleOnNode(Path, ServiceKey, ServicePermissionRule<? extends EntitySelection>) - Method in interface com.orchestranetworks.schema.SchemaExtensionsContext
- 
Declares that the display and execution of the specified service is
 conditioned by the specified rule, when invoked on the element referred
 by the specified path. 
- setServicePermissionRuleOnNodeAndAllDescendants(Path, ServiceKey, ServicePermissionRule<? extends EntitySelection>) - Method in interface com.orchestranetworks.schema.SchemaExtensionsContext
- 
Declares that the display and execution of the specified service is
 conditioned by the specified rule, for all elements matching the rule's
 type of EntitySelectionunder the specified data model element.
 
- setSession(Session) - Method in class com.onwbp.adaptation.Request
- 
Sets the user session on the request. 
- setSession(Session) - Method in interface com.orchestranetworks.query.Query
- 
Sets the user session on the query. 
- setSessionDependingDisplay(boolean) - Method in class com.orchestranetworks.service.ExportSpec
- 
Specifies whether to apply the standard XML format (default)
 or user-friendly, session dependent formatting and labeling. 
- setSessionTrackingInfo(String) - Method in class com.orchestranetworks.service.ProgrammaticService
- 
Specifies the session's tracking info. 
- setSeverity(Severity) - Method in class com.onwbp.base.text.UserMessage
- 
Sets the severity of this message. 
- setSeverity(String) - Method in class com.onwbp.base.text.UserMessage
- 
Sets the severity using the specified severity label. 
- setSortCriteria(RequestSortCriteria) - Method in class com.onwbp.adaptation.Request
- 
Specifies that the request result will be sorted according to the
 specified criteria. 
- setSortCriteria(RequestSortCriteria) - Method in interface com.orchestranetworks.schema.TableRefDisplayContext
- 
Sets the default sort criteria. 
- setSortCriteria(RequestSortCriteria, Locale) - Method in interface com.orchestranetworks.schema.TableRefDisplayContext
- 
Defines how to sort the list to display when the end user uses the
 specified locale. 
- setSourceAdaptation(Adaptation) - Method in class com.orchestranetworks.service.ExportSpec
- 
Specifies the source dataset of the export. 
- setSourceFile(File) - Method in class com.orchestranetworks.service.ImportSpec
- 
Specifies the XML or CSV document that serves as the source of the import. 
- setSourceStream(InputStream) - Method in class com.orchestranetworks.service.ImportSpec
- 
Specifies that the import process must read the document from the specified stream. 
- setSpecificFilter(AdaptationFilter) - Method in class com.onwbp.adaptation.Request
- 
Specifies that the request result will only include the records that
 satisfy the filter passed as an argument. 
- setSpecificLabel(UserMessage) - Method in class com.orchestranetworks.workflow.CreationWorkItemSpec
- 
Sets the label of the work item. 
- setSpecificNomenclature(Nomenclature<?>) - Method in interface com.orchestranetworks.ui.form.widget.UIAtomicWithEnumeration
- 
Sets a specific nomenclature for this component. 
- setSpecificRoles(List<Role>) - Method in interface com.orchestranetworks.service.directory.DirectoryDefault.UserEntity
- 
Specifies the roles associated with the current user. 
- setString(Locale, String) - Method in class com.onwbp.base.text.UserMessageString
-  
- setStringForDefault(String) - Method in class com.onwbp.base.text.UserMessageString
-  
- setSubject(String) - Method in interface com.orchestranetworks.workflow.MailSpec
- 
 Sets the email subject. 
- setSubmitAndCloseButtonDisplayable(boolean) - Method in interface com.orchestranetworks.ui.form.UIFormBottomBar
-  
- setSubmitAndCloseButtonLabel(UserMessage) - Method in interface com.orchestranetworks.ui.form.UIFormBottomBar
- 
Sets a custom label for the Save & Close button
 (previously called "Submit & Close"). 
- setSubmitButtonDisplayable(boolean) - Method in interface com.orchestranetworks.ui.form.UIFormBottomBar
-  
- setSubmitButtonLabel(UserMessage) - Method in interface com.orchestranetworks.ui.form.UIFormBottomBar
- 
Sets a custom label for the Save button
 (previously called "Submit"). 
- setTable(Path, SchemaLocation) - Method in interface com.orchestranetworks.instance.RepositoryAnonymizer
- 
Specifies the table to be impacted by the anonymization. 
- setTableFilter(AdaptationFilter) - Method in interface com.orchestranetworks.ui.UITableFilterRequestContext
- 
Specifies the filter to be applied on the current table by the EBX® session. 
- setTableView(String) - Method in interface com.orchestranetworks.schema.dynamic.BeanFacetTableRef
- 
Sets the view to use when displaying the referenced table. 
- setTargetAdaptation(Adaptation) - Method in class com.orchestranetworks.service.ImportSpec
- 
Specifies the target dataset of the import. 
- setTargetAdaptationTable(AdaptationTable) - Method in class com.orchestranetworks.service.ImportSpec
- 
Specifies the target table of the import. 
- setTemplateMailId(int) - Method in interface com.orchestranetworks.workflow.MailSpec
- 
Specifies a template email (with a subject and a body). 
- setTextDelimiter(char) - Method in class com.orchestranetworks.service.ExportImportCSVSpec
- 
Specifies the text delimiter to be used. 
- SETTINGS - Static variable in class com.orchestranetworks.ui.UIButtonIcon
-  
- setTitle(UserMessage) - Method in class com.orchestranetworks.service.ServiceContext
- 
Deprecated. Replaces the default title of the user service in the header of the workspace. 
- setTitle(UIFormLabelSpec) - Method in interface com.orchestranetworks.ui.form.UIFormHeader
- 
Defines a custom title in the header of the form. 
- setTitle(UIFormLabelSpec) - Method in class com.orchestranetworks.ui.form.UIFormPaneWithTabs.Tab
- 
Changes the tab title. 
- setTitle(String) - Method in class com.orchestranetworks.ui.UIFormLabelSpec.DocumentationPane
- 
Specifies the title of the documentation pane. 
- setTitle(UserMessage) - Method in class com.orchestranetworks.ui.UIFormLabelSpec.DocumentationPane
- 
Specifies the title of the documentation pane. 
- setTitle(String) - Method in interface com.orchestranetworks.userservice.UserServiceDisplayConfigurator
- 
Sets the title of the service. 
- setTitle(UserMessage) - Method in interface com.orchestranetworks.userservice.UserServiceDisplayConfigurator
- 
Sets the localized title of the service. 
- setTitle(UIFormLabelSpec) - Method in interface com.orchestranetworks.userservice.UserServiceDisplayConfigurator
- 
Sets the localized title of the service. 
- setTitle(String) - Method in interface com.orchestranetworks.userservice.UserServiceTab
- 
Sets the tab's title. 
- setTitle(UserMessage) - Method in interface com.orchestranetworks.userservice.UserServiceTab
- 
Sets the tab's localized title. 
- setTitle(UIFormLabelSpec) - Method in interface com.orchestranetworks.userservice.UserServiceTab
- 
Sets the tab's localized title. 
- setToolbar(Toolbar) - Method in interface com.orchestranetworks.ui.form.UIFormHeader
- 
Defines a toolbar that will be displayed on top of the form. 
- setToolbar(String, ObjectKey, boolean) - Method in interface com.orchestranetworks.userservice.UserServiceDisplayConfigurator
- 
Sets the toolbar to one defined in a schema for a record or a table. 
- setToolbar(Toolbar, ObjectKey, boolean) - Method in interface com.orchestranetworks.userservice.UserServiceDisplayConfigurator
- 
Sets the toolbar to one defined programmatically for a record or a table. 
- setToolbar(String, Adaptation) - Method in interface com.orchestranetworks.userservice.UserServiceDisplayConfigurator
- 
Sets the toolbar to one defined in a schema for a record. 
- setToolbar(Toolbar, Adaptation) - Method in interface com.orchestranetworks.userservice.UserServiceDisplayConfigurator
- 
Sets the toolbar to one defined programmatically for a record. 
- setToolbar(String, AdaptationTable) - Method in interface com.orchestranetworks.userservice.UserServiceDisplayConfigurator
- 
Sets the toolbar to one defined in a schema for a table. 
- setToolbar(Toolbar, AdaptationTable) - Method in interface com.orchestranetworks.userservice.UserServiceDisplayConfigurator
- 
Sets the toolbar to one defined programmatically for a table. 
- setToolbar(Toolbar) - Method in interface com.orchestranetworks.userservice.UserServiceDisplayConfigurator
- 
Sets the toolbar to one defined programmatically. 
- setToolbarFirstCallback(UserServiceEvent) - Method in interface com.orchestranetworks.userservice.UserServiceDisplayConfigurator
- 
Sets the toolbar "first" button callback. 
- setToolbarLastCallback(UserServiceEvent) - Method in interface com.orchestranetworks.userservice.UserServiceDisplayConfigurator
- 
Sets the toolbar "last" button callback. 
- setToolbarNavigationAlwaysDisplayed(boolean) - Method in interface com.orchestranetworks.userservice.UserServiceDisplayConfigurator
- 
Sets the toolbar navigation display mode. 
- setToolbarNextCallback(UserServiceEvent) - Method in interface com.orchestranetworks.userservice.UserServiceDisplayConfigurator
- 
Sets the toolbar "next" button callback. 
- setToolbarPreviousCallback(UserServiceEvent) - Method in interface com.orchestranetworks.userservice.UserServiceDisplayConfigurator
- 
Sets the toolbar "previous" button callback. 
- setTooltip(UserMessage) - Method in class com.orchestranetworks.ui.UIButtonSpec
- 
Sets a tooltip for the button. 
- setTopToolbar(Toolbar) - Method in interface com.orchestranetworks.ui.form.widget.UITable
- 
Specifies the programmatic toolbar to display on top. 
- setTopToolbarHidden(boolean) - Method in interface com.orchestranetworks.ui.form.widget.UITable
- 
Specifies if table should display its toolbar. 
- setTopToolbarName(String) - Method in interface com.orchestranetworks.ui.form.widget.UITable
- 
Specifies the name of the toolbar to display on top. 
- setTrackingInfo(String) - Method in class com.orchestranetworks.ui.UIHttpManagerComponent
- 
Specifies tracking info for the new user session. 
- setTriggerActivation(boolean) - Method in interface com.orchestranetworks.service.ProcedureContext
- 
Enables or disables triggers. 
- setUIBean(Class<? extends UIBeanEditor>) - Method in interface com.orchestranetworks.schema.dynamic.BeanElement
- 
Deprecated. 
- setUnmatchedXMLElementIgnored(boolean) - Method in class com.orchestranetworks.service.ImportSpec
- 
Specifies whether the XML import should be tolerant to ignore extra columns that are not defined in the model. 
- setup(ConstraintContext) - Method in interface com.orchestranetworks.schema.Constraint
- 
Checks and prepares this instance if called while the data model is being loaded. 
- setup(ConstraintContextOnTable) - Method in interface com.orchestranetworks.schema.ConstraintOnTable
- 
Checks and prepares this instance when the data model is loaded. 
- setup(SchemaDocumentationSetupContext) - Method in class com.orchestranetworks.schema.SchemaDocumentation
- 
Checks and prepares this instance when the data model is loaded. 
- setup(TableRefDisplayContext) - Method in interface com.orchestranetworks.schema.TableRefDisplay
- 
This method is called when the data model is loaded, to check and prepare this instance. 
- setup(TableRefFilterContext) - Method in interface com.orchestranetworks.schema.TableRefFilter
-  
- setup(TriggerSetupContext) - Method in class com.orchestranetworks.schema.trigger.InstanceTrigger
- 
Checks and prepares this instance when the data model is loaded. 
- setup(TriggerSetupContext) - Method in class com.orchestranetworks.schema.trigger.TableTrigger
- 
Checks and prepares this instance when the data model is loaded. 
- setup(DatasetSetFilterSetupContext) - Method in interface com.orchestranetworks.schema.types.dataset.DatasetSetFilter
- 
Checks and prepares this instance if called while the data model is being loaded. 
- setup(DataspaceSetFilterSetupContext) - Method in interface com.orchestranetworks.schema.types.dataspace.DataspaceSetFilter
- 
Checks and prepares this instance if called while the data model is being loaded. 
- setup(ValueFunctionContext) - Method in interface com.orchestranetworks.schema.ValueFunction
- 
This method is called when the data model is loaded, for checking that
 this rule is consistent with the data model that defines it. 
- setup(WidgetFactorySetupContext) - Method in interface com.orchestranetworks.ui.form.widget.UIWidgetFactory
- 
Checks and prepares this instance if called while the data model is being loaded. 
- setup(WidgetFactorySetupContext) - Method in class com.orchestranetworks.ui.form.widget.UIWidgetFileUploadFactory
-  
- setup(UserServiceAssociationRecordFormFactoryContext) - Method in interface com.orchestranetworks.userservice.schema.UserServiceAssociationRecordFormFactory
- 
This method is called when the data model is loaded. 
- setup(UserServiceRecordFormFactoryContext) - Method in interface com.orchestranetworks.userservice.schema.UserServiceRecordFormFactory
- 
This method is called when the data model is loaded. 
- setup(TriggerSetupContext) - Method in class com.orchestranetworks.workflow.BuiltInTrigger_launchWorkflow
-  
- setUpdateByDelta(boolean) - Method in class com.orchestranetworks.service.ImportSpec
- 
- setupDisplay(UserServiceSetupDisplayContext<S>, UserServiceDisplayConfigurator) - Method in interface com.orchestranetworks.userservice.UserService
- 
This method configures the user service display. 
- setupObjectContext(UserServiceSetupObjectContext<S>, UserServiceObjectContextBuilder) - Method in interface com.orchestranetworks.userservice.UserService
- 
This method can define objects or remove objects managed by the user
 service. 
- setURLForAction(String) - Method in class com.orchestranetworks.ui.UIFormSpec
- 
Defines the URL of the actionattribute
 of theform.
 
- setURLForContextualHelp(String) - Method in interface com.orchestranetworks.userservice.UserServiceDisplayConfigurator
- 
Sets the URL for the help page and displays a help button. 
- setUserContext(UserReference) - Method in interface com.orchestranetworks.workflow.MailSpec
- 
 Defines a specific user for the email context. 
- setUserLoginPassword(String, String) - Method in class com.orchestranetworks.ui.UIHttpManagerComponent
- 
Specifies the login and password with which to authenticate the user. 
- setValidationMessage(UserMessage) - Method in class com.orchestranetworks.ui.UIFormLabelSpec.DocumentationPane
- 
Optional, specifies a validation message associated with the current node. 
- setValue(T) - Method in class com.onwbp.base.text.NomenclatureItem
- 
Replaces the value with the specified object. 
- setValue(Object, SchemaNode) - Method in interface com.orchestranetworks.instance.RepositoryAnonymizer.RecordContext
- 
Modifies the value of the specified node. 
- setValue(Object, Path) - Method in interface com.orchestranetworks.instance.RepositoryAnonymizer.RecordContext
- 
Modifies the value of the node at the specified path. 
- setValue(Object, Path) - Method in interface com.orchestranetworks.service.ValueContextForUpdate
- 
Sets the value of the specified node. 
- setValue(Object, SchemaNode) - Method in interface com.orchestranetworks.service.ValueContextForUpdate
- 
Sets the value of the specified node. 
- setValueEnablingPrivilegeForNode(Object, Path) - Method in interface com.orchestranetworks.service.ValueContextForUpdate
- 
Utility method to set a value for the specified node while disabling all permission checks
 for this node. 
- setValueFromXsString(String, Path) - Method in interface com.orchestranetworks.service.ValueContextForUpdate
- 
Sets the string value specified. 
- setValueFromXsString(String, SchemaNode) - Method in interface com.orchestranetworks.service.ValueContextForUpdate
- 
Sets the string value specified. 
- setVariableString(String, String) - Method in class com.orchestranetworks.interactions.InteractionHelper.ParametersMap
- 
Updates a parameter value. 
- setVariableString(String, String) - Method in interface com.orchestranetworks.workflow.DataContext
- 
Sets the value of the specified variable in the data context. 
- setViewForAdvancedSelection(String) - Method in interface com.orchestranetworks.ui.form.widget.UIComboBox
- 
Specifies the name of the published view that will be used in
 the combo-box selection of the associated foreign key field. 
- setViewPublication(String) - Method in class com.orchestranetworks.service.ExportSpec
- 
Specifies to export table content filtered by the provided view. 
- setViewPublication(String) - Method in class com.orchestranetworks.ui.UIHttpManagerComponent
- 
Specifies the published custom view that will be applied to the selected content. 
- setWidget(Class<? extends UIWidgetFactory<?>>) - Method in interface com.orchestranetworks.schema.dynamic.BeanElement
- 
Sets the widget for this element. 
- setWidgetWidth(Size) - Method in interface com.orchestranetworks.ui.form.UIFormRow
- 
Sets a minimum width for the user input/display area of the form row. 
- setWidth(Size) - Method in interface com.orchestranetworks.ui.form.widget.UIComboBox
- 
Sets the width of the combo box. 
- setWidth(Size) - Method in interface com.orchestranetworks.ui.form.widget.UIDropDownList
- 
Sets the width of the drop-down list. 
- setWidth(Size) - Method in interface com.orchestranetworks.ui.form.widget.UIListBox
- 
Sets the width of the list box. 
- setWidth(Size) - Method in interface com.orchestranetworks.ui.form.widget.UITextBox
- 
Sets the width of the text box. 
- setWorkflowDescription(Locale, String) - Method in class com.orchestranetworks.workflow.BuiltInTrigger_launchWorkflow
- 
Sets the description of the launched workflow, for the specified locale. 
- setWorkflowDescription(String) - Method in class com.orchestranetworks.workflow.BuiltInTrigger_launchWorkflow
- 
Sets the default description of the launched workflow. 
- setWorkflowLabel(Locale, String) - Method in class com.orchestranetworks.workflow.BuiltInTrigger_launchWorkflow
- 
Sets the label of the launched workflow, for the specified locale. 
- setWorkflowLabel(String) - Method in class com.orchestranetworks.workflow.BuiltInTrigger_launchWorkflow
- 
Sets the default label of the launched workflow. 
- setXPathFilter(String) - Method in class com.onwbp.adaptation.Request
- 
Specifies that the request result will only include the records which
 satisfy the specified XPath predicate. 
- setXPathFilter(XPathFilter) - Method in class com.onwbp.adaptation.Request
- 
Specifies that the request result will only include the records which
 satisfy the specified XPath filter. 
- setXPathParameter(String, Object) - Method in class com.onwbp.adaptation.Request
- 
For the current XPath filter, sets the value of the specified parameter. 
- Severity - Class in com.onwbp.base.text
- 
This enumeration class defines the possible severity levels of user messages. 
- shallValidateForm(UIFormContext) - Method in class com.orchestranetworks.ui.form.UIForm
- 
Returns trueif the user input associated with this form will be
 validated; returnsfalseif the local user input related to the current form
 is ignored beyond the execution of this method.
 
- shallValidateInput(UIRequestContext) - Method in class com.orchestranetworks.ui.UIBeanEditor
- 
Deprecated. Returns trueif the user input associated with this editor will be
 validated; returnsfalseif the local user input related to the current UI bean
 is ignored beyond the execution of this method.
 
- shallValidateInputList(UIRequestContext) - Method in class com.orchestranetworks.ui.UIBeanEditor
- 
Deprecated. Same as shallValidateInputfor an aggregated list.
 
- showAllDataSetFeatures() - Method in class com.orchestranetworks.ui.UIHttpManagerComponent
- 
If called, all dataset features will be displayed. 
- showAllRecordFeatures() - Method in class com.orchestranetworks.ui.UIHttpManagerComponent
- 
If called, all record features will be displayed. 
- showAllViewFeatures() - Method in class com.orchestranetworks.ui.UIHttpManagerComponent
- 
If called, all table or hierarchy features will be displayed. 
- showDataSetFeature(String) - Method in class com.orchestranetworks.ui.UIHttpManagerComponent
- 
If called, all dataset features will be hidden except the one specified. 
- showDataSetFeatures(List<String>) - Method in class com.orchestranetworks.ui.UIHttpManagerComponent
- 
If called, all dataset features will be hidden except those specified by the given list. 
- showRecordFeature(String) - Method in class com.orchestranetworks.ui.UIHttpManagerComponent
- 
If called, all record features will be hidden except the one specified. 
- showRecordFeatures(List<String>) - Method in class com.orchestranetworks.ui.UIHttpManagerComponent
- 
If called, all record features will be hidden except those specified by the given list. 
- showViewFeature(String) - Method in class com.orchestranetworks.ui.UIHttpManagerComponent
- 
If called, all table or hierarchy features will be hidden except the one specified. 
- showViewFeatures(List<String>) - Method in class com.orchestranetworks.ui.UIHttpManagerComponent
- 
If called, all table or hierarchy features will be hidden except those specified by the given list. 
- shutdownRepository(Repository) - Static method in class com.orchestranetworks.service.extensions.TestHelper
- 
Shuts down the repository, and checks that all connections
 to the database have been closed. 
- shutdownRepository(boolean, Repository) - Static method in class com.orchestranetworks.service.extensions.TestHelper
- 
Shuts down the specified repository. 
- size() - Method in class com.onwbp.adaptation.RequestSortCriteria
-  
- Size - Class in com.orchestranetworks.ui.base
- 
The size object is used to specify the size of a few form components. 
- Size(int, Size.Unit) - Constructor for class com.orchestranetworks.ui.base.Size
-  
- Size.Unit - Class in com.orchestranetworks.ui.base
-  
- SMALL_FORM_BUTTONS - Static variable in class com.orchestranetworks.ui.UICSSClasses
- 
- SORT_BY_RELEVANCY - Static variable in class com.orchestranetworks.ui.UIButtonIcon
-  
- sortByLabel() - Method in class com.onwbp.base.text.Nomenclature
-  
- sortByRelevancy() - Method in class com.onwbp.adaptation.Request
- 
Specifies that the results of this request will be sorted according to their relevancy
 regarding the search criterion (most relevant first). 
- STAR_EMPTY - Static variable in class com.orchestranetworks.ui.UIButtonIcon
-  
- STAR_FULL - Static variable in class com.orchestranetworks.ui.UIButtonIcon
-  
- startBorder(boolean, Path) - Method in interface com.orchestranetworks.ui.form.UIFormWriter
- 
Starts a border with a title caption. 
- startBorder(boolean) - Method in interface com.orchestranetworks.ui.UIComponentWriter
- 
Starts a border. 
- startBorder(boolean, UIFormLabelSpec) - Method in interface com.orchestranetworks.ui.UIComponentWriter
- 
Starts a border with a caption. 
- startBorder(boolean, UserMessage) - Method in interface com.orchestranetworks.ui.UIComponentWriter
- 
Starts a border with a caption. 
- STARTED - Static variable in class com.orchestranetworks.workflow.UserTask.WorkItem.State
-  
- startedWorkItems() - Method in interface com.orchestranetworks.workflow.UserTaskResult
- 
Returns count of started work items. 
- startExpandCollapseBlock(UIExpandCollapseBlock) - Method in interface com.orchestranetworks.ui.UIComponentWriter
- 
Starts an expand/collapse block from the given specification. 
- startExpandCollapseBlock(UserMessage, boolean) - Method in interface com.orchestranetworks.ui.UIComponentWriter
- 
Starts an expand/collapse block with a caption. 
- startForm(UIFormSpec) - Method in interface com.orchestranetworks.ui.UIServiceComponentWriter
- 
Deprecated. Starts a new form. 
- startFormGroup(Path) - Method in interface com.orchestranetworks.ui.form.UIFormWriter
- 
Starts a form group for the node at the given path. 
- startFormGroup(UIFormLabelSpec) - Method in interface com.orchestranetworks.ui.UIComponentWriter
- 
Starts a form group by writing its specified label,
 an expand/collapse button, and a form indentation. 
- startFormGroup(UIFormGroup) - Method in interface com.orchestranetworks.ui.UIComponentWriter
- 
Starts a form group by writing its label according to
 the specified argument, an expand/collapse button,
 and a form indentation. 
- startFormGroup(Path) - Method in interface com.orchestranetworks.ui.UIResponseContext
- 
- startFormRow(Path) - Method in interface com.orchestranetworks.ui.form.UIFormWriter
- 
Starts a row in the form for the node at the given path. 
- startFormRow(UIFormLabelSpec) - Method in interface com.orchestranetworks.ui.UIComponentWriter
- 
Starts a form row containing a label and some plain HTML content. 
- startFormRow(UIFormLabelSpec, String) - Method in interface com.orchestranetworks.ui.UIComponentWriter
- 
Starts a form row containing an icon, a label and some plain HTML content. 
- startFormRow(UIFormLabelSpec, UIFormRowIcon) - Method in interface com.orchestranetworks.ui.UIComponentWriter
- 
Starts a form row containing an icon, a label and some plain HTML content. 
- startFormRow(UIFormRow) - Method in interface com.orchestranetworks.ui.UIComponentWriter
- 
Starts a form row by writing its icon and label according to
 the specified argument. 
- startFormRow(Path) - Method in interface com.orchestranetworks.ui.UIResponseContext
- 
- startFormRow(Path, boolean) - Method in interface com.orchestranetworks.ui.UIResponseContext
- 
- startsWith(Path) - Method in class com.orchestranetworks.schema.Path
- 
Tests whether this path starts with the specified prefix. 
- startsWith(Path, int) - Method in class com.orchestranetworks.schema.Path
- 
Tests whether this path starts with the specified prefix beginning at specified index. 
- startTableFormRow() - Method in interface com.orchestranetworks.ui.UIComponentWriter
- 
Starts a table layout of form rows and form groups. 
- Step - Class in com.orchestranetworks.schema
- 
A path is a sequence of steps. 
- StopWordsDeclaration - Interface in com.orchestranetworks.search.strategy
- 
This interface represents a list of stop words to be declared in a module. 
- StopWordsKey - Class in com.orchestranetworks.search.strategy
- 
Identifies a stop word list. 
- STRING - Static variable in class com.orchestranetworks.search.strategy.SearchStrategyKey
-  
- STYLESHEET - Static variable in interface com.orchestranetworks.ui.ResourceType
- 
Cascading Style Sheet (CSS) resource. 
- SubWorkflowsCompletionContext - Interface in com.orchestranetworks.workflow
- 
Provides the context when all launched sub-workflows have completed. 
- SubWorkflowsCreationContext - Interface in com.orchestranetworks.workflow
- 
Provides the context for launching the sub-workflows of a step. 
- SubWorkflowsInvocationBean - Class in com.orchestranetworks.workflow
- 
 This abstract class must be extended in order to define a specific sub-workflow invocation. 
- SubWorkflowsInvocationBean() - Constructor for class com.orchestranetworks.workflow.SubWorkflowsInvocationBean
-  
- SynonymDeclaration - Interface in com.orchestranetworks.search.strategy
- 
This interface represents a list a synonyms to declare in a module. 
- SynonymPair - Interface in com.orchestranetworks.search.strategy
- 
Represents a pair of synonyms. 
- SynonymsKey - Class in com.orchestranetworks.search.strategy
- 
Identifies a Synonyms list.