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

H

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.
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(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 is being 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
This method is automatically executed when all sub-workflows launched by the method SubWorkflowsInvocationBean.handleCreateSubWorkflows(SubWorkflowsCreationContext) have been terminated; it is called only once for the sub-workflow invocation step.
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
This method should be overridden to release module-specific resources when the repository is shut down.
handleRepositoryStartup(ModuleContextOnRepositoryStartup) - Method in interface com.orchestranetworks.module.ModuleRegistration
This method should be overridden 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.
handleSelect(UITableFilterRequestContext) - Method in class com.orchestranetworks.ui.UITableFilter
Deprecated.
From v5.0.0, all filters are displayed on the screen.
handleServiceRegistration(ModuleServiceRegistrationContext) - Method in interface com.orchestranetworks.module.ModuleRegistration
This method should be overridden 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 true if the resumption is done by the administration action 'Force resumption'.
hasConfirmationMessage() - Method in class com.orchestranetworks.ui.UIButtonSpec
Returns true if a confirmation message is set, false otherwise.
hasConstraintsWithTooManyMessages() - Method in interface com.orchestranetworks.service.ValidationReport
Returns true if the threshold specified in the EBX® main configuration file has been reached on items of the severity error by at least one constraint.
hasErrorsOnNode() - Method in interface com.orchestranetworks.instance.ValueContextForValidation
Returns true if the current node has errors.
hasFailed() - Method in interface com.orchestranetworks.interactions.SessionInteraction.DecisionResult
Returns true if the result contains error messages or an exception.
hasFailed() - Method in interface com.orchestranetworks.service.ProcedureResult
Returns true if the procedure execution has failed.
hasFailed() - Method in class com.orchestranetworks.workflow.WaitTaskResumeResult
Returns true if 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.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 true if this report has validation items.
hasItemsOfSeverity(Severity) - Method in interface com.orchestranetworks.service.ValidationReport
Returns true if this report has validation items of the severity specified.
hasItemsOfSeverityOrMore(Severity) - Method in interface com.orchestranetworks.service.ValidationReport
Returns true if this report has validation items of the severity specified or higher (more severe).
hasMergeError() - Method in class com.orchestranetworks.ui.UIHttpManagerComponentReturnCode
 
hasNext() - Method in interface com.orchestranetworks.service.extensions.AdaptationTreeOptimizerIterator
Returns true if there are still datasets to optimize, false otherwise.
hasNext() - Method in interface com.orchestranetworks.service.ValidationReportItemIterator
 
hasNextPage() - Method in class com.onwbp.adaptation.RequestPagination.Page
Returns false if 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 false if and only if we are on the first page.
hasReachedDeadline() - Method in interface com.orchestranetworks.workflow.UserTask.WorkItem
Returns true if the deadline has been reached for the current work item.
hasSevereError() - Method in interface com.onwbp.adaptation.Adaptation
Returns true if the current dataset has severe errors that prevent access to the data.
hasSkippedValidation() - Method in interface com.orchestranetworks.service.ValidationReport
Returns true if this validation report is empty because the validation of the dataset, table or record didn't wait for the end of a concurrent validation.
hasTooManyItemsOfSeverity(Severity) - Method in interface com.orchestranetworks.service.ValidationReport
Returns true if the threshold specified in the EBX® main configuration file has been reached at least by a constraint for the specified severity.
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.
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 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.
A B C D E F G H I J K L M N O P R S T U V W X _ 
Skip navigation links

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

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