- HAMBURGER_MENU - Static variable in class com.orchestranetworks.ui.UIButtonIcon
-  
- handleAfterBroadcast(D3ReceiveBroadcastAfterContext) - Method in class com.orchestranetworks.d3.slave.D3ReceiveBroadcastTrigger
- 
This method is called after the transaction whatever the status. 
- handleAfterCreate(AfterCreateInstanceContext) - Method in class com.orchestranetworks.schema.trigger.InstanceTrigger
- 
This method is called after the creation of a dataset. 
- handleAfterCreate(AfterCreateOccurrenceContext) - Method in class com.orchestranetworks.schema.trigger.TableTrigger
- 
This method is called after the creation of a record. 
- handleAfterCreate(AfterCreateOccurrenceContext) - Method in class com.orchestranetworks.workflow.BuiltInTrigger_launchWorkflow
- 
Launches the defined workflow if the event 'create' is enabled. 
- handleAfterDelete(AfterDeleteInstanceContext) - Method in class com.orchestranetworks.schema.trigger.InstanceTrigger
- 
This method is called after the deletion of a dataset. 
- handleAfterDelete(AfterDeleteOccurrenceContext) - Method in class com.orchestranetworks.schema.trigger.TableTrigger
- 
This method is called after deleting a record. 
- handleAfterDelete(AfterDeleteOccurrenceContext) - Method in class com.orchestranetworks.workflow.BuiltInTrigger_launchWorkflow
- 
Launches the defined workflow if the event 'delete' is enabled. 
- handleAfterDuplicate(AfterDuplicateInstanceContext) - Method in class com.orchestranetworks.schema.trigger.InstanceTrigger
- 
- handleAfterModify(AfterModifyInstanceContext) - Method in class com.orchestranetworks.schema.trigger.InstanceTrigger
- 
This method is called after the modification of a field outside a table. 
- handleAfterModify(AfterModifyOccurrenceContext) - Method in class com.orchestranetworks.schema.trigger.TableTrigger
- 
This method is called after the modification of a record. 
- handleAfterModify(AfterModifyOccurrenceContext) - Method in class com.orchestranetworks.workflow.BuiltInTrigger_launchWorkflow
- 
Launches the defined workflow if the event 'modify' is enabled. 
- handleAfterProcessInstanceStart(WorkflowTriggerAfterProcessInstanceStartContext) - Method in class com.orchestranetworks.workflow.WorkflowTriggerBean
- 
This method is called to notify the creation of a workflow instance. 
- handleAfterWorkItemCreation(WorkflowTriggerAfterWorkItemCreationContext) - Method in class com.orchestranetworks.workflow.WorkflowTriggerBean
- 
This method is called when the workflow reaches a user task and creates its work items. 
- handleApply(UITableFilterRequestContext) - Method in class com.orchestranetworks.ui.UITableFilter
- 
Handles the request when the "Apply filter" button is selected. 
- handleBeforeBroadcast(D3ReceiveBroadcastBeforeContext) - Method in class com.orchestranetworks.d3.slave.D3ReceiveBroadcastTrigger
- 
This method is called before applying the broadcast content in the replica node. 
- handleBeforeCreate(BeforeCreateInstanceContext) - Method in class com.orchestranetworks.schema.trigger.InstanceTrigger
- 
This method is called before the creation of a dataset. 
- handleBeforeCreate(BeforeCreateOccurrenceContext) - Method in class com.orchestranetworks.schema.trigger.TableTrigger
- 
This method is called before the creation of a record. 
- handleBeforeDelete(BeforeDeleteInstanceContext) - Method in class com.orchestranetworks.schema.trigger.InstanceTrigger
- 
This method is called before the deletion of a dataset. 
- handleBeforeDelete(BeforeDeleteOccurrenceContext) - Method in class com.orchestranetworks.schema.trigger.TableTrigger
- 
This method is called before deleting a record. 
- handleBeforeInterrupting(ScheduledExecutionContext) - Method in class com.orchestranetworks.scheduler.ScheduledTask
- 
When a task interruption has been requested through EBX® administration,
 this method provides the opportunity to perform actions before actually interrupting the task execution. 
- handleBeforeModify(BeforeModifyInstanceContext) - Method in class com.orchestranetworks.schema.trigger.InstanceTrigger
- 
This method is called before the modification of a field outside a table. 
- handleBeforeModify(BeforeModifyOccurrenceContext) - Method in class com.orchestranetworks.schema.trigger.TableTrigger
- 
This method is called before the modification of a record. 
- handleBeforePausing(ScheduledExecutionContext) - Method in class com.orchestranetworks.scheduler.ScheduledTask
- 
When a pause has been requested through EBX® administration,
 this method provides the opportunity to perform actions before entering the pause state. 
- handleBeforeProcessInstanceTermination(WorkflowTriggerBeforeProcessInstanceTerminationContext) - Method in class com.orchestranetworks.workflow.WorkflowTriggerBean
- 
This method is called to notify the completion of a workflow instance. 
- handleBeforeResuming(ScheduledExecutionContext) - Method in class com.orchestranetworks.scheduler.ScheduledTask
- 
When the administrator requests to resume a paused schedule task, this method provides the opportunity to perform
 actions before the task resumes execution. 
- handleBeforeTransactionCancel(BeforeTransactionCancelContext) - Method in class com.orchestranetworks.schema.trigger.TableTrigger
- 
This method is called whenever a transaction has updated the associated table,
 and this transaction gets cancelled due to an exception. 
- handleBeforeTransactionCommit(BeforeTransactionCommitContext) - Method in class com.orchestranetworks.schema.trigger.TableTrigger
- 
This method is called before committing the updates which happened during procedure execution. 
- handleBeforeWorkItemAllocation(WorkflowTriggerBeforeWorkItemAllocationContext) - Method in class com.orchestranetworks.workflow.WorkflowTriggerBean
- 
This method is called to notify the allocation of a work item. 
- handleBeforeWorkItemDeallocation(WorkflowTriggerBeforeWorkItemDeallocationContext) - Method in class com.orchestranetworks.workflow.WorkflowTriggerBean
- 
This method is called to notify the deallocation of a work item. 
- handleBeforeWorkItemReallocation(WorkflowTriggerBeforeWorkItemReallocationContext) - Method in class com.orchestranetworks.workflow.WorkflowTriggerBean
- 
This method is called to notify the reallocation of a work item. 
- handleBeforeWorkItemStart(WorkflowTriggerBeforeWorkItemStartContext) - Method in class com.orchestranetworks.workflow.WorkflowTriggerBean
- 
This method is called to notify the start of a work item. 
- handleBeforeWorkItemTermination(WorkflowTriggerBeforeWorkItemTerminationContext) - Method in class com.orchestranetworks.workflow.WorkflowTriggerBean
- 
This method is called to notify the termination of a work item. 
- handleCompleteAllSubWorkflows(SubWorkflowsCompletionContext) - Method in class com.orchestranetworks.workflow.SubWorkflowsInvocationBean
- 
- handleContextInitialized(ModuleInitializedContext) - Method in class com.orchestranetworks.module.ModuleRegistrationListener
- 
Handles the registration of dynamic resources and performs
 module-specific initializations. 
- handleCreate(UserTaskCreationContext) - Method in class com.orchestranetworks.workflow.UserTask
- 
This method is automatically executed when the control
 flow reaches the user task, for creating and offering
 (or allocating) work item(s). 
- handleCreateSubWorkflows(SubWorkflowsCreationContext) - Method in class com.orchestranetworks.workflow.SubWorkflowsInvocationBean
- 
This method is automatically executed when the control
 flow reaches the sub-workflows invocation step. 
- handleExecutionState() - Method in interface com.orchestranetworks.scheduler.ScheduledExecutionContext
- 
Invoking this method gives the opportunity to intercept pauses, resumes, and interrupts
 requested from EBX® administration. 
- handleNewContext(NewTransientOccurrenceContext) - Method in class com.orchestranetworks.schema.trigger.TableTrigger
- 
This method is called when a transient record context is created. 
- handleRepositoryShutdown() - Method in interface com.orchestranetworks.module.ModuleRegistration
- 
Override this method to release module-specific resources
 when the repository is shut down. 
- handleRepositoryStartup(ModuleContextOnRepositoryStartup) - Method in interface com.orchestranetworks.module.ModuleRegistration
- 
Override this method to register module-specific resources
 and performs module-specific initializations that require the repository. 
- handleRepositoryStartup(D3NodeAsSlaveOnStartup) - Method in interface com.orchestranetworks.module.ModuleRegistrationAdvancedD3
- 
This method must be overridden to set up the
 required environment of a D3 replica node when
 this requires specific privileges on the repository. 
- handleReset() - Method in class com.orchestranetworks.ui.UITableFilter
- 
This method is invoked when the "Reset" button is selected or when a custom view is applied to the table. 
- handleSearchRegistration(ModuleSearchRegistrationContext) - Method in interface com.orchestranetworks.module.ModuleRegistration
- 
Override this method to register module-defined search templates
 and custom lists of synonyms and stopwords. 
- handleSelect(UITableFilterRequestContext) - Method in class com.orchestranetworks.ui.UITableFilter
- 
- handleServiceRegistration(ModuleServiceRegistrationContext) - Method in interface com.orchestranetworks.module.ModuleRegistration
- 
Override this method to register module-defined user services, service groups
 and user service extensions. 
- handleWhenDown(NodeMonitoringContext) - Method in interface com.orchestranetworks.d3.NodeMonitoring
- 
This method is triggered when the replica node's status changes to 'Unavailable'.
 
- handleWhenUp(NodeMonitoringContext) - Method in interface com.orchestranetworks.d3.NodeMonitoring
- 
This method is triggered when the replica node's status changes to 'Available'.
 
- handleWorkItemCompletion(UserTaskWorkItemCompletionContext) - Method in class com.orchestranetworks.workflow.UserTask
- 
This method is automatically invoked at work item completion
 in order to decide whether the whole user task instance has been completed. 
- hasBeenForcedToResume() - Method in interface com.orchestranetworks.workflow.WaitTaskOnResumeContext
- 
Returns trueif the resumption is done by the administration action 'Force resumption'.
 
- hasConfirmationMessage() - Method in class com.orchestranetworks.ui.UIButtonSpec
- 
Returns trueif a confirmation message is set,falseotherwise.
 
- hasConstraintsWithTooManyMessages() - Method in interface com.orchestranetworks.service.ValidationReport
- 
Returns trueif the threshold specified in the EBX® main configuration
 file has been reached by at least one constraint.
 
- hasErrorsOnNode() - Method in interface com.orchestranetworks.instance.ValueContextForValidation
- 
Returns trueif the current node has errors.
 
- hasFailed() - Method in interface com.orchestranetworks.interactions.SessionInteraction.DecisionResult
- 
Returns trueif the result contains error messages
 or an exception.
 
- hasFailed() - Method in interface com.orchestranetworks.service.ProcedureResult
- 
Returns trueif the procedure execution has failed.
 
- hasFailed() - Method in class com.orchestranetworks.workflow.WaitTaskResumeResult
- 
Returns trueif the resumption has failed.
 
- hasFilterToApply() - Method in class com.orchestranetworks.ui.UITableFilter
- 
If this method returns true, a check box is
 displayed in the filter title bar, allowing the user to easily apply or remove this filter.
 
- hashCode() - Method in class com.onwbp.adaptation.AdaptationReference
-  
- hashCode() - Method in class com.onwbp.adaptation.PrimaryKey
-  
- hashCode() - Method in class com.onwbp.base.text.Nomenclature
-  
- hashCode() - Method in class com.onwbp.base.text.NomenclatureItemValue
-  
- hashCode() - Method in class com.orchestranetworks.instance.HomeKey
-  
- hashCode() - Method in class com.orchestranetworks.instance.RepositoryId
-  
- hashCode() - Method in class com.orchestranetworks.search.strategy.SearchStrategyKey
-  
- hashCode() - Method in class com.orchestranetworks.search.strategy.StopWordsKey
-  
- hashCode() - Method in class com.orchestranetworks.search.strategy.SynonymsKey
-  
- hashCode() - Method in class com.orchestranetworks.search.template.SearchTemplateKey
-  
- hashCode() - Method in class com.orchestranetworks.service.comparison.NodeDifference
-  
- hashCode() - Method in class com.orchestranetworks.service.extensions.ReplicationUnitKey
-  
- hashCode() - Method in class com.orchestranetworks.service.Profile
-  
- hashCode() - Method in class com.orchestranetworks.service.ServiceGroupKey
-  
- hashCode() - Method in class com.orchestranetworks.service.ServiceKey
-  
- hashCode() - Method in class com.orchestranetworks.ui.action.DisplayMode.ModalCustom
-  
- hashCode() - Method in class com.orchestranetworks.ui.action.DisplayMode.ModalMedium
-  
- hashCode() - Method in class com.orchestranetworks.userservice.ObjectKey
-  
- hashCode() - Method in class com.orchestranetworks.workflow.ProcessInstanceKey
-  
- hashCode() - Method in class com.orchestranetworks.workflow.PublishedProcessKey
-  
- hashCode() - Method in class com.orchestranetworks.workflow.WorkItemKey
-  
- HashComputation - Interface in com.orchestranetworks.service.directory
- 
Defines an interface to compute the hash of a password. 
- hashPassword(String, String) - Static method in class com.orchestranetworks.service.directory.DirectoryDefault
- 
Returns the SHA-512 hash of the password, and uses the login as salt. 
- hasItems() - Method in interface com.orchestranetworks.service.ValidationReport
- 
Returns trueif this report has validation items.
 
- hasItemsOfSeverity(Severity) - Method in interface com.orchestranetworks.service.ValidationReport
- 
Returns trueif this report has validation items of the specified severity.
 
- hasItemsOfSeverityOrMore(Severity) - Method in interface com.orchestranetworks.service.ValidationReport
- 
Returns trueif this report has validation items of the specified severity or higher (more severe).
 
- hasMergeError() - Method in class com.orchestranetworks.ui.UIHttpManagerComponentReturnCode
-  
- hasNext() - Method in interface com.orchestranetworks.service.extensions.AdaptationTreeOptimizerIterator
- 
Returns trueif there are still datasets to optimize,falseotherwise.
 
- hasNext() - Method in interface com.orchestranetworks.service.ValidationReportItemIterator
- 
Returns trueif more validation report items are available.
 
- hasNextPage() - Method in class com.onwbp.adaptation.RequestPagination.Page
- 
Returns falseif and only if
 we are on the last page.
 
- hasNothingToMerge() - Method in class com.orchestranetworks.ui.UIHttpManagerComponentReturnCode
-  
- hasPreviousPage() - Method in class com.onwbp.adaptation.RequestPagination.Page
- 
Returns falseif and only if
 we are on the first page.
 
- hasReachedDeadline() - Method in interface com.orchestranetworks.workflow.UserTask.WorkItem
- 
Returns trueif the deadline has been reached
 for the current work item.
 
- hasSevereError() - Method in interface com.onwbp.adaptation.Adaptation
- 
Returns trueif the current dataset
 has severe errors that prevent access to the data.
 
- hasSkippedValidation() - Method in interface com.orchestranetworks.service.ValidationReport
- 
Returns trueif this validation report
 is empty because the validation of the dataset, table or record
 didn't wait for the end of a concurrent validation.
 
- hasTooManyItemsOfConstraint(SchemaFacet) - Method in interface com.orchestranetworks.service.ValidationReport
- 
Returns true if the message threshold has been reached by the specified constraint. 
- hasTooManyItemsOfSeverity(Severity) - Method in interface com.orchestranetworks.service.ValidationReport
- 
- hasTopSeparator() - Method in interface com.orchestranetworks.ui.perspective.PerspectiveSectionItem
- 
Returns true if a separator must be displayed on top of this section. 
- hasUsersInRole(Role) - Method in class com.orchestranetworks.service.directory.Directory
- 
Returns trueif one or more users have the specified role.
 
- hasUsersInRole(Role) - Method in class com.orchestranetworks.service.directory.DirectoryDefault
-  
- hasUsersInRole(Role) - Method in class com.orchestranetworks.service.directory.DirectoryHandler
-  
- HEADER_DOCUMENT_NAME - Static variable in class com.orchestranetworks.service.Archive
- 
Default name of run header XML document. 
- HELP - Static variable in class com.orchestranetworks.ui.UIButtonIcon
-  
- HIDDEN - Static variable in class com.orchestranetworks.userservice.declaration.ActionDisplaySpec
- 
The action is neither available in the default EBX® menu nor
 can it be explicitly assigned to a custom toolbar. 
- HIDDEN_IN_DEFAULT_MENU - Static variable in class com.orchestranetworks.userservice.declaration.ActionDisplaySpec
- 
The action can only be explicitly assigned to a custom toolbar. 
- hideAllDataSetFeatures() - Method in class com.orchestranetworks.ui.UIHttpManagerComponent
- 
If called, all dataset features will be hidden. 
- hideAllRecordFeatures() - Method in class com.orchestranetworks.ui.UIHttpManagerComponent
- 
If called, all record features will be hidden. 
- hideAllViewFeatures() - Method in class com.orchestranetworks.ui.UIHttpManagerComponent
- 
If called, all table or hierarchy features will be hidden. 
- hideDataSetFeature(String) - Method in class com.orchestranetworks.ui.UIHttpManagerComponent
- 
If called, all dataset features will be displayed except the one specified. 
- hideDataSetFeatures(List<String>) - Method in class com.orchestranetworks.ui.UIHttpManagerComponent
- 
If called, all dataset features will be displayed except those specified by the given list. 
- hideRecordFeature(String) - Method in class com.orchestranetworks.ui.UIHttpManagerComponent
- 
If called, all record features will be displayed except the one specified. 
- hideRecordFeatures(List<String>) - Method in class com.orchestranetworks.ui.UIHttpManagerComponent
- 
If called, all record features will be displayed except those specified by the given list. 
- hideViewFeature(String) - Method in class com.orchestranetworks.ui.UIHttpManagerComponent
- 
If called, all table or hierarchy features will be displayed except the one specified. 
- hideViewFeatures(List<String>) - Method in class com.orchestranetworks.ui.UIHttpManagerComponent
- 
If called, all table or hierarchy features will be displayed except those specified by the given list. 
- HIERARCHY_EDIT_LINK_RECORD - Static variable in class com.orchestranetworks.service.ServiceKey
- 
Built-in service to edit the record that links two hierarchy nodes. 
- HIERARCHY_MASS_MOVE - Static variable in class com.orchestranetworks.service.ServiceKey
- 
Built-in service to perform a mass move of nodes in a hierarchical view. 
- HierarchyEntitySelection - Interface in com.orchestranetworks.ui.selection
- 
Provides information on the currently selected hierarchy. 
- HierarchyNode - Interface in com.orchestranetworks.hierarchy
- 
Represents a node in a hierarchy. 
- HierarchyNodeEntitySelection - Interface in com.orchestranetworks.ui.selection
- 
Provides information on the currently selected hierarchy node. 
- HISTORY_V1 - Static variable in class com.orchestranetworks.rest.util.CategoryURIBuilder
- 
Mapping for REST category historyand versionv1.
 
- HOME - Static variable in class com.orchestranetworks.ui.UIButtonIcon
-  
- HomeCreationSpec - Class in com.orchestranetworks.instance
- 
Specifies the features of a dataspace or snapshot to be created. 
- HomeCreationSpec() - Constructor for class com.orchestranetworks.instance.HomeCreationSpec
-  
- HomeKey - Class in com.orchestranetworks.instance
- 
Abstract superclass for dataspace and snapshot identifiers. 
- HTML - Static variable in class com.orchestranetworks.search.strategy.SearchStrategyKey
-  
- HTML - Static variable in interface com.orchestranetworks.ui.ResourceType
- 
HTML document resource. 
- HTTP_SC_UNPROCESSABLE_ENTITY - Static variable in exception com.orchestranetworks.rest.UnprocessableEntityException
- 
HTTP status code for Unprocessable Entity Error.