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 _ 

I

ICON - Static variable in interface com.orchestranetworks.ui.ResourceType
Icon resource.
ICON_ONLY - Static variable in class com.orchestranetworks.ui.UIButtonLayout
Only the icon is displayed in the button.
ICONS() - Constructor for class com.orchestranetworks.ui.UICSSClasses.ICONS
 
IGNORE_FORM_CHECK - Static variable in class com.orchestranetworks.ui.UICSSClasses
Sets a form element to be ignored by the system when checking for modifications upon leaving a form.
IGNORE_REJECT_STRATEGIES - Static variable in class com.orchestranetworks.workflow.UserTask.CompletionStrategy
 
IllegalInteractionStateException - Exception in com.orchestranetworks.interactions
This runtime exception is thrown by some methods which try to change the interaction state while the current interaction state has already been accepted or rejected.
IllegalInteractionStateException(UserMessage) - Constructor for exception com.orchestranetworks.interactions.IllegalInteractionStateException
 
IMAGE - Static variable in interface com.orchestranetworks.ui.ResourceType
Image file.
IMPORT_FROM_CSV - Static variable in class com.orchestranetworks.service.ServiceKey
Built-in service to import data from a CSV file into EBX®.
IMPORT_FROM_XML - Static variable in class com.orchestranetworks.service.ServiceKey
Built-in service to import data from an XML file into EBX®.
ImportResult - Interface in com.orchestranetworks.service
Describes the result of an import.
ImportSpec - Class in com.orchestranetworks.service
Defines the settings of an import.
ImportSpec() - Constructor for class com.orchestranetworks.service.ImportSpec
 
ImportSpecMode - Class in com.orchestranetworks.service
Defines the possible modes for an XML import.
INBOX - Static variable in class com.orchestranetworks.workflow.WorkflowView
Workflow inbox section.
includeAllDatasets() - Method in interface com.orchestranetworks.schema.types.dataset.DatasetSet
Includes all the datasets.
includeAllDataspaces(DataspaceSet.DataspaceType) - Method in interface com.orchestranetworks.schema.types.dataspace.DataspaceSet
Includes all the dataspaces of the specified type.
includeAllSchemaNodes() - Method in interface com.orchestranetworks.userservice.declaration.ActivationContextWithSchemaNodeSet
Includes all the schema nodes to the result schema nodes set.
includeDatasetsMatching(AdaptationName, DatasetSet.DatasetChildrenPolicy) - Method in interface com.orchestranetworks.schema.types.dataset.DatasetSet
Includes the datasets matching the given name and its descendants according to the provided children policy.
includeDatasetsMatching(Pattern, DatasetSet.DatasetChildrenPolicy) - Method in interface com.orchestranetworks.schema.types.dataset.DatasetSet
Includes the datasets matching the specified pattern.
includeDataspacesMatching(HomeKey, DataspaceSet.DataspaceChildrenPolicy) - Method in interface com.orchestranetworks.schema.types.dataspace.DataspaceSet
Includes the dataspace matching the given key and its descendants according to the provided children policy.
includeDataspacesMatching(Pattern, DataspaceSet.DataspaceType, DataspaceSet.DataspaceChildrenPolicy) - Method in interface com.orchestranetworks.schema.types.dataspace.DataspaceSet
Includes the dataspaces matching the specified pattern of the specified type, and its descendants according to the provided children policy.
includePane(UIFormPane) - Method in interface com.orchestranetworks.ui.form.UIFormPaneWriter
Includes the specified pane into this pane.
includeSchemaNodesMatching(Pattern) - Method in interface com.orchestranetworks.userservice.declaration.ActivationContextWithSchemaNodeSet
Includes all the schema nodes that match the given pattern to the result schema nodes set.
includeSchemaNodesMatching(Path...) - Method in interface com.orchestranetworks.userservice.declaration.ActivationContextWithSchemaNodeSet
Includes schema nodes that match one of the given paths.
IncompatibleChangeError - Exception in com.onwbp.adaptation
Unchecked exception thrown when the repository or the underlying data model has changed and this change implies that the current operation cannot be completed successfully.
IncompatibleChangeError(String) - Constructor for exception com.onwbp.adaptation.IncompatibleChangeError
 
INDENT - Static variable in interface com.orchestranetworks.rest.util.BuiltinQueryParam
The query parameter "ebx-indent" specifies the indentation policy for JSON response body.
INFINITE - Static variable in class com.orchestranetworks.ui.UIButtonIcon
 
INFO - Static variable in class com.onwbp.base.text.Severity
Specifies an information message, the lowest severity.
info(String) - Method in class com.orchestranetworks.service.LoggingCategory
Logs the specified message with priority 'info'.
info(UserMessage) - Method in class com.orchestranetworks.service.LoggingCategory
Logs the specified message with priority 'info', using the en_US locale.
INFO - Static variable in class com.orchestranetworks.ui.UIButtonIcon
 
INFO - Static variable in class com.orchestranetworks.ui.UICSSClasses.ICONS
 
INFO - Static variable in class com.orchestranetworks.ui.UICSSClasses.TEXT
Text style for an information.
INFO_BORDER - Static variable in class com.orchestranetworks.ui.UICSSClasses
Border color for an info
infos - Static variable in interface com.orchestranetworks.ui.JavaScriptCatalog.EBX_ValidationMessage
 
INHERIT - Static variable in class com.orchestranetworks.instance.DefinitionMode
A record is in inherit mode when it is not defined in the current table.
INHERIT - Static variable in class com.orchestranetworks.service.ServiceKey
Built-in service makes a record inherit from the parent dataset.
INHERIT_VALUE - Static variable in interface com.onwbp.adaptation.AdaptationValue
This field value indicates that a node inherits its value from its parent node.
INHERITED - Static variable in class com.orchestranetworks.ui.UIButtonIcon
 
INHERITED_FIELD - Static variable in class com.orchestranetworks.ui.UIButtonIcon
 
init(ServletConfig) - Method in class com.orchestranetworks.module.ModuleRegistrationServlet
Called by the servlet container to indicate to a servlet that the servlet is being placed into service.
initFromHttpRequest(HttpServletRequest) - Method in class com.orchestranetworks.ui.UIHttpManagerComponent
Initializes this instance with the specified incoming request.
initialize(UserServiceInitializeContext<S>) - Method in interface com.orchestranetworks.userservice.UserServiceExtended
This method is called on the user service creation before display.
INSERT - Static variable in class com.orchestranetworks.service.ImportSpecMode
Insert mode: only record creations are allowed.
InstanceContentSpec - Class in com.orchestranetworks.service
Specifies the content to export from a dataset.
InstanceContentSpec() - Constructor for class com.orchestranetworks.service.InstanceContentSpec
 
InstanceTrigger - Class in com.orchestranetworks.schema.trigger
Specifies methods that are automatically executed when certain operations are performed on a dataset.
InstanceTrigger() - Constructor for class com.orchestranetworks.schema.trigger.InstanceTrigger
 
InstanceTriggerExecutionContext - Interface in com.orchestranetworks.schema.trigger
Common abstract superclass that provides an execution context for dataset triggers.
InteractionException - Exception in com.orchestranetworks.interactions
This runtime exception is thrown by some methods related to interactions.
InteractionException(UserMessage) - Constructor for exception com.orchestranetworks.interactions.InteractionException
 
InteractionException(UserMessage, Throwable) - Constructor for exception com.orchestranetworks.interactions.InteractionException
 
InteractionHelper - Class in com.orchestranetworks.interactions
This class provides methods for implementing a user service that has been declared as an interaction.
InteractionHelper() - Constructor for class com.orchestranetworks.interactions.InteractionHelper
 
InteractionHelper.ParametersMap - Class in com.orchestranetworks.interactions
Defines the parameters of an interaction, either the input, output or internal parameters.
InvalidChangeError - Exception in com.onwbp.adaptation
Deprecated.
No more used since 5.2.6.
InvalidChangeError(String, Throwable) - Constructor for exception com.onwbp.adaptation.InvalidChangeError
Deprecated.
 
InvalidChangeError(Throwable) - Constructor for exception com.onwbp.adaptation.InvalidChangeError
Deprecated.
 
InvalidChangeError(String) - Constructor for exception com.onwbp.adaptation.InvalidChangeError
Deprecated.
 
InvalidPrimaryKeyException - Exception in com.onwbp.adaptation
Exception thrown when a PrimaryKey does not respect the syntax of the internal String representation of primary keys.
InvalidPrimaryKeyException(String) - Constructor for exception com.onwbp.adaptation.InvalidPrimaryKeyException
 
InvalidPrimaryKeyException(String, Throwable) - Constructor for exception com.onwbp.adaptation.InvalidPrimaryKeyException
 
InvalidSchemaException - Exception in com.orchestranetworks.schema
Thrown to indicate that a data model is not valid.
InvalidSchemaException(UserMessage) - Constructor for exception com.orchestranetworks.schema.InvalidSchemaException
 
InvalidSchemaException(String) - Constructor for exception com.orchestranetworks.schema.InvalidSchemaException
 
InvalidSchemaException(String, Throwable) - Constructor for exception com.orchestranetworks.schema.InvalidSchemaException
 
InvalidSchemaException(Throwable) - Constructor for exception com.orchestranetworks.schema.InvalidSchemaException
 
isAcceptAction() - Method in interface com.orchestranetworks.workflow.UserTaskBeforeWorkItemCompletionContext
Returns true if the incoming action is an 'accept', returns false if it is a 'reject'.
isAccepted() - Method in interface com.orchestranetworks.workflow.UserTask.WorkItem
Returns true if the work item is accepted.
isAccepted() - Method in interface com.orchestranetworks.workflow.UserTaskResult
Returns true if the work item is accepted.
isAccepted() - Method in interface com.orchestranetworks.workflow.WorkflowTriggerBeforeWorkItemTerminationContext
Returns true if the work item has been accepted, false if the work item has been rejected.
isActivated() - Method in interface com.onwbp.adaptation.Adaptation
Returns true if this dataset or record is activated.
isActivationEnsured() - Method in class com.orchestranetworks.service.ValidationSpec
Indicates if the validation must also ensure that the current dataset is activated.
isAdvancedSelectorDisplayable() - Method in interface com.orchestranetworks.ui.form.widget.UIComboBox
 
isAjaxPrevalidationEnabled() - Method in interface com.orchestranetworks.ui.form.widget.UIAtomicWidget
 
isAjaxValueSynchEnabled() - Method in interface com.orchestranetworks.ui.form.widget.UIAtomicWidget
 
isAllocated() - Method in class com.orchestranetworks.workflow.UserTask.WorkItem.State
Returns true if the work item is allocated to a UserReference, but has not yet been started.
isAllPrivileges() - Method in interface com.orchestranetworks.schema.trigger.BeforeCreateOccurrenceContext
 
isAllPrivileges() - Method in interface com.orchestranetworks.schema.trigger.BeforeModifyOccurrenceContext
 
isAllPrivileges() - Method in interface com.orchestranetworks.service.ProcedureContext
Default value is false.
isAncestorMultiOccurrenced() - Method in interface com.orchestranetworks.schema.SchemaNode
Returns true if an ancestor of this node is a list.
isAncestorOf(AdaptationHome) - Method in class com.onwbp.adaptation.AdaptationHome
Returns true if this AdaptationHome is an ancestor of the specified AdaptationHome (the AdaptationHome itself is excluded).
isAncestorOrSelfMultiOccurrenced() - Method in interface com.orchestranetworks.schema.SchemaNode
Returns true if this node of one of its ancestors is a list.
isAscendant(int) - Method in class com.onwbp.adaptation.RequestSortCriteria
 
isAskBeforeLeavingModifiedForm() - Method in class com.orchestranetworks.ui.UIButtonSpecNavigation
 
isAssociationLink() - Method in interface com.orchestranetworks.schema.relationships.SchemaNodeExplicitRelationship
Returns true if this relationship is an association link.
isAssociationNode() - Method in interface com.orchestranetworks.schema.SchemaNode
Returns true if this node is an association.
isAssociationRow() - Method in enum com.orchestranetworks.ui.toolbar.ToolbarLocation
 
isAssociationTop() - Method in enum com.orchestranetworks.ui.toolbar.ToolbarLocation
 
isAuthenticated() - Method in interface com.orchestranetworks.rest.inject.SessionContext
Returns true if and only if the current user is authenticated.
isAuthorized() - Method in class com.orchestranetworks.rest.security.AuthorizationOutcome
Defines if the REST resource is accessible according to the evaluated AuthorizationRule.
isAuto() - Method in enum com.orchestranetworks.ui.FirstCallDisplay
 
isAutoComplete() - Method in interface com.orchestranetworks.interactions.SessionInteraction.Specification
Returns true if the user service associated with the interaction is auto-complete.
isAutoIncrement() - Method in interface com.orchestranetworks.schema.SchemaNode
Returns true if this node defines an auto-increment.
isAvailable() - Method in interface com.orchestranetworks.d3.D3Slave.State
Checks if the replica is ready to receive D3 actions.
isAvailable() - Method in interface com.orchestranetworks.workflow.PublishedProcess
Returns true if the workflow publication is available, returns false otherwise.
isAvailableFor(ServiceActivationRuleForDatasetContext) - Method in interface com.orchestranetworks.userservice.permission.ServiceActivationRuleForDataset
Returns whether the current service is available for the specified dataset context.
isAvailableFor(ServiceActivationRuleForDataspaceContext) - Method in interface com.orchestranetworks.userservice.permission.ServiceActivationRuleForDataspace
Returns whether the service is available for the specified dataspace context.
isAvailableForCustomToolbar() - Method in enum com.orchestranetworks.ui.toolbar.ToolbarLocation
 
isBlockingConstraintsDisabled() - Method in interface com.orchestranetworks.service.ProcedureContext
Returns true if blocking constraints are disabled; by default, blocking constraints are enabled.
isBranch() - Method in class com.onwbp.adaptation.AdaptationHome
Returns true if this AdaptationHome is a dataspace.
isBranch() - Method in class com.orchestranetworks.instance.BranchKey
 
isBranch() - Method in class com.orchestranetworks.instance.HomeKey
Returns true if this key identifies a dataspace.
isBranch() - Method in class com.orchestranetworks.instance.VersionKey
 
isBranchReference() - Method in class com.onwbp.adaptation.AdaptationHome
Returns true if this AdaptationHome is the reference dataspace.
isBuiltIn() - Method in class com.orchestranetworks.service.Profile
Returns true if this profile is a built-in role.
isBuiltInAdministrator() - Method in interface com.orchestranetworks.service.directory.DirectoryDefault.UserEntity
 
isBuiltInAdministrator() - Method in class com.orchestranetworks.service.Profile
Returns true if this Profile is the built-in "Administrator" role.
isBuiltInAdministratorDisabled() - Method in class com.orchestranetworks.service.directory.DirectoryHandler
Returns true if the built-in administrator role has been disabled.
isBuiltInEveryone() - Method in class com.orchestranetworks.service.Profile
Returns true if this Profile is the built-in "Everyone" role.
isBuiltInGroup() - Method in class com.orchestranetworks.service.ServiceGroupKey
Returns true if this instance identifies a built-in service group.
isBuiltInOwner() - Method in class com.orchestranetworks.service.Profile
Returns true if this Profile is the built-in "Owner" role.
isBuiltInReadOnly() - Method in class com.orchestranetworks.service.Profile
Returns true if this Profile is the built-in read-only role.
isBuiltInService() - Method in class com.orchestranetworks.service.ServiceKey
Returns true if this instance identifies a built-in service.
isByDelta() - Method in class com.orchestranetworks.service.ImportSpec
 
isCalledFromAdminContext() - Method in interface com.orchestranetworks.ui.form.UIFormContext
Returns true if this form pane is displayed from a screen of the administration section.
isCalledFromUIService() - Method in interface com.orchestranetworks.ui.UIAjaxContext
Returns true if the Ajax component is called from a user service.
isCalledFromWorkflowContext() - Method in interface com.orchestranetworks.ui.form.UIFormContext
Returns true if this form pane is displayed from a screen of the workflow section.
isCalledOnHierarchyNode() - Method in class com.orchestranetworks.service.ServiceContext
Returns true if the current service is called from the contextual menu of a hierarchy node.
isCalledOnHome() - Method in class com.orchestranetworks.service.ServiceContext
Returns true if the current service is called from a dataspace or snapshot menu.
isCalledOnInstance() - Method in class com.orchestranetworks.service.ServiceContext
Returns true if the current service is called from a dataset menu.
isCalledOnOccurrencePage() - Method in class com.orchestranetworks.service.ServiceContext
Returns true if the current service is called from a record page.
isCalledOnTable() - Method in class com.orchestranetworks.service.ServiceContext
Returns true if the current service is called on the whole table view.
isCalledOnTableSelection() - Method in class com.orchestranetworks.service.ServiceContext
Returns true if the current service is called on the selected records of the view.
isChangeSet() - Method in class com.orchestranetworks.service.ArchiveImportSpecMode
 
isCheckAccessRules() - Method in class com.orchestranetworks.service.ExportSpec
 
isCheckNullInput() - Method in interface com.orchestranetworks.schema.SchemaNode
Returns the value of the propertyosd:checkNullInput.
isCheckOnUserInput() - Method in interface com.orchestranetworks.instance.ValueContextForValidationOnRecord
Returns true if the associated constraint validates the value at user input.
isChildBranchCreationAllowed() - Method in class com.orchestranetworks.service.extensions.LockSpec
 
isCloseStreamWhenFinished() - Method in class com.orchestranetworks.service.ExportSpec
 
isCloseStreamWhenFinished() - Method in class com.orchestranetworks.service.ImportSpec
 
isCluster() - Method in class com.orchestranetworks.d3.DeliveryMode
Returns true if in clustered delivery mode, otherwise returns false.
isCollapsed() - Method in interface com.orchestranetworks.ui.form.UIExpandCollapseBlock
Returns true if the component is configured to be rendered collapsed.
isCommentMandatoryForAccept() - Method in interface com.orchestranetworks.interactions.SessionInteraction.Specification
Returns true if the comment is mandatory for accepting the interaction.
isCommentMandatoryForReject() - Method in interface com.orchestranetworks.interactions.SessionInteraction.Specification
Returns true if the comment is mandatory for rejecting the interaction.
isCommit() - Method in interface com.orchestranetworks.d3.D3Broadcast.Status
Returns true if the broadcast operation succeeded, otherwise returns false.
isComplete(Session) - Static method in class com.orchestranetworks.interactions.InteractionHelper
Deprecated.
isComplete() - Method in interface com.orchestranetworks.interactions.SessionInteraction
Returns true if this interaction has been set to 'complete'.
isCompleted() - Method in interface com.orchestranetworks.workflow.ProcessInstance
Returns true if this workflow is completed, returns false otherwise.
isCompleted() - Method in class com.orchestranetworks.workflow.UserTask.WorkItem.State
Returns true if the work item has been completed, which means the UserReference has finished its task and saved their decision.
isCompletedWorkflows() - Method in class com.orchestranetworks.workflow.WorkflowView
 
isComplex() - Method in interface com.orchestranetworks.schema.SchemaNode
Returns true if this node is a complex element declaration.
isComputedValuesIncluded() - Method in class com.orchestranetworks.service.ImportSpec
 
isCondition() - Method in interface com.orchestranetworks.workflow.ProcessInstanceStep
Returns true if this step is a condition.
isContentIndented() - Method in class com.orchestranetworks.service.ExportSpec
 
isCopyParentValidationReports() - Method in class com.orchestranetworks.instance.HomeCreationSpec
Indicates if the validation reports of the datasets contained in the parent dataspace are copied during the creation of the new dataspace.
isCreateButtonDisplayable() - Method in interface com.orchestranetworks.ui.form.widget.UIComboBox
 
isCreatingRecord() - Method in interface com.orchestranetworks.ui.form.UIFormContext
Returns true if the form is displayed in the context of a new record creation.
isCreatingRecord() - Method in interface com.orchestranetworks.ui.form.widget.WidgetDisplayContext
Returns true if this component is displayed in the context of a new record creation.
isCreatingRecord() - Method in interface com.orchestranetworks.ui.UIContext
isCreatingRecord() - Method in interface com.orchestranetworks.ui.UIFormRequestContext
Returns true if the form is displayed in the context of a new record creation.
isCross() - Method in class com.orchestranetworks.ui.UIHttpManagerComponent.CloseButtonSpec
 
isCurrentStep() - Method in interface com.orchestranetworks.workflow.ProcessInstanceStep
Returns true if this step is the current step of the process instance.
isData() - Method in class com.orchestranetworks.ui.UIHttpManagerComponent.Scope
 
isDatabaseHistoryActivation() - Method in interface com.orchestranetworks.service.ProcedureContext
 
isDataDeleted(ObjectKey) - Method in interface com.orchestranetworks.userservice.UserServiceObjectContext
Returns true if the underlying record or dataset has been deleted, possibly by another user.
isDataSet() - Method in class com.orchestranetworks.ui.UIHttpManagerComponent.Scope
 
isDataSpace() - Method in class com.orchestranetworks.ui.UIHttpManagerComponent.Scope
 
isDatePickerButtonDisplayable() - Method in interface com.orchestranetworks.ui.form.widget.UIDateTime
 
isDead() - Method in interface com.orchestranetworks.instance.RepositoryStatus.State
This state registers a Java process which has been stopped.
isDebug() - Method in class com.orchestranetworks.service.LoggingCategory
Returns true if priority 'debug' is enabled.
isDefault() - Method in class com.orchestranetworks.service.ArchiveImportSpecMode
 
isDefaultButton() - Method in class com.orchestranetworks.ui.UIButtonSpec
Returns true if the button is set as the default button, false otherwise.
isDefaultItem() - Method in class com.onwbp.base.text.NomenclatureItem
Returns true if this item is the default item selected when an associated instance is undefined.
isDefaultLinkEnabled() - Method in interface com.orchestranetworks.ui.UILabelRendererForHierarchyContext
Returns true if using the default behavior for node selection, false otherwise.
isDefinedAsInputParameter(String) - Method in class com.orchestranetworks.workflow.ProcessLauncher
Returns whether a specified variable name is defined in the data context as an input parameter.
isDeleted() - Method in interface com.onwbp.adaptation.Adaptation
Returns true if this dataset or record has become unavailable.
isDetailedResult() - Method in class com.orchestranetworks.service.ImportSpec
 
isDifferencesWithMinimalContentsOnRight() - Method in class com.orchestranetworks.service.ArchiveExportSpec
 
isDisabled() - Method in class com.orchestranetworks.service.ActionPermission
 
isDisabled() - Method in class com.orchestranetworks.ui.UIButtonSpec
Returns true if the button is set as disabled, false otherwise.
isDisabled() - Method in class com.orchestranetworks.userservice.permission.UserServicePermission
 
isDisabled() - Method in class com.orchestranetworks.workflow.PublishedProcessKey
Returns true when the publication is disabled.
isDisabledOrHidden() - Method in class com.orchestranetworks.service.ActionPermission
This method returns the opposite of ActionPermission.isEnabled().
isDisplay() - Method in class com.orchestranetworks.ui.UIRenderingMode
 
isDisplayedInForm() - Method in interface com.orchestranetworks.ui.form.widget.WidgetDisplayContext
Returns true if this widget is currently displayed in a form.
isDisplayedInTable() - Method in interface com.orchestranetworks.ui.form.widget.WidgetDisplayContext
Returns true if this widget is currently displayed in a table grid cell.
isDisplayingCustomWidgetValidationMessage(WidgetDisplayContext) - Method in class com.orchestranetworks.ui.form.widget.UICustomWidget
This method allows to activate or deactivate the display of validation messages that are associated with the data element bound to this custom widget.
isDuplicatingOccurrence() - Method in interface com.orchestranetworks.schema.trigger.AfterCreateOccurrenceContext
Returns true if this post-record creation context is for a record duplication.
isDuplicatingOccurrence() - Method in interface com.orchestranetworks.schema.trigger.BeforeCreateOccurrenceContext
Returns true if the pre-record creation context is for a record duplication.
isDuplicatingOccurrence() - Method in interface com.orchestranetworks.schema.trigger.NewTransientOccurrenceContext
Returns the same result as NewRecordContext.isDuplication(), but with an older name.
isDuplicatingRecord() - Method in interface com.orchestranetworks.ui.form.UIFormContext
Returns true if the form is displayed in the context of the duplication of an existing record.
isDuplicatingRecord() - Method in interface com.orchestranetworks.ui.form.widget.WidgetDisplayContext
Returns true if this component is displayed in the context of the duplication of an existing record.
isDuplicatingRecord() - Method in interface com.orchestranetworks.ui.UIContext
isDuplicatingRecord() - Method in interface com.orchestranetworks.ui.UIFormRequestContext
Returns true if the form is displayed in the context of the duplication of an existing record.
isDuplication() - Method in interface com.orchestranetworks.instance.NewRecordContext
Returns true if the new context is for a record duplication.
isEdit() - Method in class com.orchestranetworks.ui.UIRenderingMode
 
isEditorDisabled() - Method in class com.orchestranetworks.ui.form.widget.UICustomWidget
 
isEditorDisabled() - Method in interface com.orchestranetworks.ui.form.widget.UIWidget
 
isEmpty() - Method in class com.onwbp.adaptation.RequestPagination.Page
Returns whether this page is empty.
isEmpty() - Method in interface com.onwbp.adaptation.RequestResult
Returns true if the result is empty (that is, size is 0).
isEmpty() - Method in interface com.orchestranetworks.service.comparison.Difference
Returns true if there are no differences.
isEmpty() - Method in interface com.orchestranetworks.service.comparison.DifferenceBetweenContents
 
isEmpty() - Method in interface com.orchestranetworks.service.comparison.DifferenceBetweenHomes
 
isEmpty() - Method in interface com.orchestranetworks.service.comparison.DifferenceBetweenInstances
 
isEmpty() - Method in class com.orchestranetworks.service.MergeSpecForHome
Returns true if no particular dataset contents have been specified.
isEmpty() - Method in class com.orchestranetworks.ui.UITableCellStyleHandler
Returns true if a least one property (color/image/position) has been set, false otherwise.
isEnabled() - Method in class com.orchestranetworks.service.ActionPermission
 
isEnabled() - Method in class com.orchestranetworks.userservice.permission.UserServicePermission
 
isEnableFor_create() - Method in class com.orchestranetworks.workflow.BuiltInTrigger_launchWorkflow
Returns true if the workflow is to be launched on the event 'afterCreate'.
isEnableFor_delete() - Method in class com.orchestranetworks.workflow.BuiltInTrigger_launchWorkflow
Returns true if the workflow is to be launched on the event 'afterDelete'.
isEnableFor_modify() - Method in class com.orchestranetworks.workflow.BuiltInTrigger_launchWorkflow
Returns true if the workflow is to be launched on the event 'afterModify'.
isEndUserDebug() - Method in interface com.onwbp.adaptation.ReadContext
Returns true if debug mode is activated for the current module.
isEnumerationList() - Method in interface com.orchestranetworks.schema.info.SchemaFacet
Returns true if this facet defines an enumeration of possible values.
isEnumerationNode() - Method in interface com.orchestranetworks.hierarchy.HierarchyNode
Returns true if the current node is an enumeration node.
isEnumerationNode() - Method in interface com.orchestranetworks.ui.UILabelRendererForHierarchyContext
Returns true if the current node is an enumeration node, false otherwise.
isEnumerationNomenclature() - Method in interface com.orchestranetworks.schema.info.SchemaFacet
Returns true if this facet defines a nomenclature.
isEnumerationTableRef() - Method in interface com.orchestranetworks.schema.info.SchemaFacet
Returns true if this facet is a foreign key constraint (osd:tableRef).
isEqualOrMoreSevereThan(Severity) - Method in class com.onwbp.base.text.Severity
Returns true if this severity level is equal to or higher than the one specified.
isError() - Method in class com.onwbp.base.text.Severity
 
isError() - Method in class com.onwbp.base.text.UserMessage
Returns true if this message is an error.
isError() - Method in class com.orchestranetworks.service.LoggingCategory
Returns true if priority 'error' is enabled.
isError() - Method in interface com.orchestranetworks.service.ValidationReportItem
Returns true if this item is an error.
isError() - Method in class com.orchestranetworks.workflow.UserTask.WorkItem.State
Returns true if the work item is in error.
isEscapedHtmlEnable() - Method in interface com.orchestranetworks.ui.UIResponseContext
Deprecated.
isEventAlreadyReceived() - Method in enum com.orchestranetworks.workflow.WaitTaskResumeResult.ErrorReason
isExcludedFromTabFocus() - Method in class com.orchestranetworks.ui.UIButtonSpec
Returns true if the button is set as excluded from the tab focus, false otherwise.
isExplicit() - Method in interface com.orchestranetworks.schema.relationships.Relationship
Returns true if this relationship is explicit.
isExportingForD3() - Method in interface com.orchestranetworks.service.NodeDataTransformerContext
Returns true if the archive export is performed in the context of a D3 broadcast.
isExportToCSV() - Method in class com.orchestranetworks.service.ExportSpec
Returns true if performing a CSV export.
isFacetBoundaryMaxExclusive() - Method in interface com.orchestranetworks.schema.info.SchemaFacet
Returns true if this facet is a maxExclusive facet.
isFacetBoundaryMaxInclusive() - Method in interface com.orchestranetworks.schema.info.SchemaFacet
Returns true if this facet is a maxInclusive facet.
isFacetBoundaryMinExclusive() - Method in interface com.orchestranetworks.schema.info.SchemaFacet
Returns true if this facet is a minExclusive facet.
isFacetBoundaryMinInclusive() - Method in interface com.orchestranetworks.schema.info.SchemaFacet
Returns true if this facet is a minInclusive facet.
isFacetEnumeration() - Method in interface com.orchestranetworks.schema.info.SchemaFacet
Returns true if this facet defines either an enumeration or a nomenclature.
isFacetExcludeSegment() - Method in interface com.orchestranetworks.schema.info.SchemaFacet
Returns true if this facet is an excludeSegment facet.
isFacetExcludeValue() - Method in interface com.orchestranetworks.schema.info.SchemaFacet
Returns true if this facet is an excludeValue facet.
isFacetFractionDigits() - Method in interface com.orchestranetworks.schema.info.SchemaFacet
Returns true if this facet is a fractionDigits facet.
isFacetLength() - Method in interface com.orchestranetworks.schema.info.SchemaFacet
Returns true if this facet is a length facet.
isFacetMaxLength() - Method in interface com.orchestranetworks.schema.info.SchemaFacet
Returns true if this facet is a maxLength facet.
isFacetMinLength() - Method in interface com.orchestranetworks.schema.info.SchemaFacet
Returns true if this facet is a minLength facet.
isFacetOResource() - Method in interface com.orchestranetworks.schema.info.SchemaFacet
Returns true if this facet is a resource constraint.
isFacetPattern() - Method in interface com.orchestranetworks.schema.info.SchemaFacet
Returns true if this facet is a pattern facet.
isFacetTotalDigits() - Method in interface com.orchestranetworks.schema.info.SchemaFacet
Returns true if this facet is a totalDigits facet.
isFatal() - Method in class com.onwbp.base.text.Severity
 
isFatal() - Method in class com.onwbp.base.text.UserMessage
Returns true if this message is a fatal error.
isFatal() - Method in interface com.orchestranetworks.service.ValidationReportItem
Returns true if this item is a "fatal error".
isFederation() - Method in class com.orchestranetworks.d3.DeliveryMode
Returns true if in federated delivery mode, otherwise returns false.
isForbidden() - Method in class com.orchestranetworks.rest.security.AuthorizationOutcome
Defines if the REST resource is not accessible according to the evaluated AuthorizationRule.
isForcedTermination() - Method in interface com.orchestranetworks.workflow.WorkflowTriggerBeforeProcessInstanceTerminationContext
Returns true if the completion is due to an administration action.
isForceEnclosingFields() - Method in class com.orchestranetworks.service.ExportImportCSVSpec
 
isForDefiningPermission() - Method in class com.orchestranetworks.service.directory.ProfileListContext
Returns true when the list of available profiles is for defining a permission (an access or action permission).
isForDefiningViews() - Method in class com.orchestranetworks.service.directory.ProfileListContext
Returns true when the list of available profiles is used to define other readers on a table view.
isForDisplay() - Method in interface com.orchestranetworks.userservice.permission.ServicePermissionRuleContext
Returns true when the permission is being evaluated for displaying or hiding the service as a toolbar action (a button or a menu item).
isForDisplayInDefaultMenu() - Method in interface com.orchestranetworks.userservice.permission.ServicePermissionRuleContext
Returns true when the permission is being evaluated for displaying or hiding the service as part of a EBX® default menu.
isForExecution() - Method in interface com.orchestranetworks.userservice.permission.ServicePermissionRuleContext
Returns true when the permission is being evaluated for executing the service (launched from a toolbar or accessed from a web component).
isForHandleDuplicates() - Method in interface com.orchestranetworks.service.extensions.AdaptationTreeOptimizerIterator
Returns true if the optimizer is handling duplicates in the dataset tree.
isForRefactor() - Method in interface com.orchestranetworks.service.extensions.AdaptationTreeOptimizerIterator
Returns true if the optimizer is refactoring the dataset tree
isForSelectingBranchOwner() - Method in class com.orchestranetworks.service.directory.ProfileListContext
Returns true when the list of available profiles is for selecting the owner of a dataspace.
isForSelectingInstanceOwner() - Method in class com.orchestranetworks.service.directory.ProfileListContext
Returns true when the list of available profiles is for selecting the owner of a dataset.
isForWorkflow() - Method in class com.orchestranetworks.service.directory.ProfileListContext
Returns true when the list of available profiles is used for workflows.
isFull() - Method in class com.orchestranetworks.ui.UIHttpManagerComponent.Scope
 
isFullResync() - Method in interface com.orchestranetworks.d3.D3Broadcast
Returns true if the operation is full resynchronization concerned.
isHidden() - Method in interface com.orchestranetworks.schema.info.SchemaNodeDefaultView
Returns true if the associated node is hidden in the default view of a dataset.
isHidden() - Method in class com.orchestranetworks.service.AccessPermission
 
isHidden() - Method in class com.orchestranetworks.service.ActionPermission
 
isHiddenInDataServices() - Method in interface com.orchestranetworks.schema.info.SchemaNodeDefaultView
Returns true if the associated node is hidden in all data services.
isHiddenInProgressView() - Method in interface com.orchestranetworks.workflow.ProcessInstanceStep
Indicates if the step has been defined as hidden in the progress view.
isHierarchicalViewTop() - Method in enum com.orchestranetworks.ui.toolbar.ToolbarLocation
 
isHistory() - Method in interface com.onwbp.adaptation.Adaptation
Returns true if this is a table record AND the dataset that contains it is a history dataset, or this is a dataset AND it is a history dataset.
isHistoryActivation() - Method in interface com.orchestranetworks.service.ProcedureContext
 
isHistoryDisabled() - Method in interface com.orchestranetworks.schema.SchemaNode
Specifies if the history is disabled for this node.
isHistoryRestore() - Method in interface com.orchestranetworks.schema.trigger.TableTriggerExecutionContext
Returns true if the current operation is a restoration from history.
isHoldingOwnership() - Method in interface com.orchestranetworks.instance.RepositoryStatus.State
This state registers a Java process which has taken exclusive ownership of the database.
isHomeOwner(AdaptationHome) - Method in interface com.orchestranetworks.service.SessionPermissions
Returns whether the current user is the owner of the dataspace or snapshot specified.
isHTMLForbidden() - Method in interface com.orchestranetworks.ui.UILabelRendererContext
Returns true if the HTML tags in the label are escaped, false if they are interpreted.
isIconDisplayed() - Method in interface com.orchestranetworks.ui.form.UIFormRow
 
isIdentifierInDataModel() - Method in class com.orchestranetworks.service.ServiceKey
Returns true if this key identifies a service declared in a data model.
isIgnoreLockReason() - Method in class com.orchestranetworks.service.extensions.LockSpec
 
isInbox() - Method in class com.orchestranetworks.workflow.WorkflowView
 
isIncludeAllDescendants() - Method in class com.orchestranetworks.service.extensions.AdaptationTreeOptimizerSpec
 
isIncludeAllDescendants() - Method in class com.orchestranetworks.service.InstanceContentSpec
 
isIncludeHeader() - Method in class com.orchestranetworks.service.InstanceContentSpec
 
isIncludeHeader() - Method in class com.orchestranetworks.service.MergeSpecForInstanceContents
 
isIncludeOcculting() - Method in class com.onwbp.adaptation.Request
 
isIncludeRights() - Method in class com.orchestranetworks.service.InstanceContentSpec
 
isIncludeRights() - Method in class com.orchestranetworks.service.MergeSpecForInstanceContents
 
isIncludesComputedValues() - Method in class com.orchestranetworks.service.ExportSpec
 
isIncludeSomeContent() - Method in class com.orchestranetworks.service.MergeSpecForInstanceContents
 
isIncludesTechnicalData() - Method in class com.orchestranetworks.service.ExportSpec
 
isIncludeValues() - Method in class com.orchestranetworks.service.InstanceContentSpec
 
isIncludeValues() - Method in class com.orchestranetworks.service.MergeSpecForInstanceContents
 
isIndexed() - Method in class com.orchestranetworks.schema.Path
Returns true if this Path identifies a node in an aggregated list.
isIndexed() - Method in class com.orchestranetworks.schema.Step
Returns true if this Step identifies a node child by its position.
isInError() - Method in interface com.orchestranetworks.workflow.ProcessInstance
Returns true if this workflow has errors, otherwise returns false.
isInfo() - Method in class com.onwbp.base.text.Severity
 
isInfo() - Method in class com.onwbp.base.text.UserMessage
Returns true if this message is an information message.
isInfo() - Method in class com.orchestranetworks.service.LoggingCategory
Returns true if priority 'info' is enabled.
isInfo() - Method in interface com.orchestranetworks.service.ValidationReportItem
Returns true if this item is an informational message.
isInherit() - Method in class com.orchestranetworks.instance.DefinitionMode
Returns true if this is the DefinitionMode.INHERIT state.
isInheritanceEnabled() - Method in class com.orchestranetworks.service.ExportImportCSVSpec
 
isInitialDisplay() - Method in interface com.orchestranetworks.userservice.UserServiceRequest
Returns true if the user service is being displayed for the first time.
isInitializing() - Method in interface com.orchestranetworks.d3.D3Slave.State
Checks if the replica has not finished initializing.
isInitiallyHidden() - Method in class com.orchestranetworks.ui.form.UIFormPaneWithTabs.Tab
 
isInitiallyHidden() - Method in interface com.orchestranetworks.userservice.UserServiceTab
Returns the initially hidden mode for this tab.
isInitialVersion() - Method in class com.onwbp.adaptation.AdaptationHome
Returns true if this AdaptationHome is an initial snapshot of a dataspace.
isInProcess() - Method in interface com.orchestranetworks.d3.D3Broadcast.Status
Returns true if the broadcast operation is in progress, otherwise returns false.
isInput() - Method in interface com.orchestranetworks.userservice.declaration.WebComponentParameter
Returns whether the parameter is an input parameter.
isInsert() - Method in class com.orchestranetworks.service.ImportSpecMode
Returns true if this is ImportSpecMode.INSERT mode.
isIntermediateCommit() - Method in interface com.orchestranetworks.schema.trigger.BeforeTransactionCommitContext
Returns true if this is an intermediate commit (not a final commit).
isInternal() - Method in interface com.orchestranetworks.ui.ResourceType
Returns true if the resources of this type are in the WEB-INF/ directory (that is, not directly accessible using HTTP protocol).
isInterruptable() - Method in class com.orchestranetworks.scheduler.ScheduledTask
If true, the current task can be interrupted through EBX® administration.
isIntraDataset() - Method in interface com.orchestranetworks.schema.relationships.ReverseRelationship
Returns true if the table holding this reverse relationship is in the same dataset that the node that defines the corresponding explicit relationship.
isInWorkflowInteraction(boolean) - Method in interface com.orchestranetworks.service.Session
Returns true when the current session is in the context of a workflow interaction.
isLabel() - Method in class com.orchestranetworks.service.ExportImportCSVSpec.Header
 
isLabelDisplayed() - Method in interface com.orchestranetworks.ui.form.UIFormRow
 
isLabelEnabled() - Method in interface com.orchestranetworks.ui.form.widget.UIAtomicWithEnumerationItem
Returns true if the item label is to be added next to the component, otherwise false.
isLauncher() - Method in class com.orchestranetworks.workflow.WorkflowView
 
isLinkTable() - Method in interface com.orchestranetworks.schema.info.AssociationLink
Returns true if this association is over a link table.
isLoaded() - Method in class com.orchestranetworks.schema.types.file.UploadedFile
Returns true if a file is loaded.
isLocalized() - Method in class com.onwbp.base.text.NomenclatureItem
 
isLocalized() - Method in class com.onwbp.base.text.NomenclatureItemValue
 
isLockedBranch() - Method in class com.onwbp.adaptation.AdaptationHome
Returns true if this AdaptationHome is a locked dataspace.
isLogout() - Method in class com.orchestranetworks.ui.UIHttpManagerComponent.CloseButtonSpec
 
isMandatoryIndicatorDisplayed() - Method in interface com.orchestranetworks.ui.form.UIFormRow
 
isMarkedForHistoryPurge() - Method in class com.onwbp.adaptation.AdaptationHome
Returns true if this AdaptationHome is marked for history purge.
isMarkedForPurge() - Method in class com.onwbp.adaptation.AdaptationHome
Deprecated. 
isMasterHome(AdaptationHome) - Method in interface com.orchestranetworks.d3.D3Node
Returns true if the parameter aHome is a D3 primary delivery dataspace or its snapshot, otherwise returns false.
isMasterNode() - Method in class com.orchestranetworks.d3.D3NodeFactory
Returns whether the current node is a primary node.
isMergeCancelled() - Method in class com.orchestranetworks.ui.UIHttpManagerComponentReturnCode
 
isMergeDone() - Method in class com.orchestranetworks.ui.UIHttpManagerComponentReturnCode
 
isModalCustom() - Method in class com.orchestranetworks.ui.action.DisplayMode
Indicates if this instance is a DisplayMode.ModalCustom.
isModalCustom() - Method in class com.orchestranetworks.ui.action.DisplayMode.ModalCustom
 
isModalMedium() - Method in class com.orchestranetworks.ui.action.DisplayMode
Indicates if this instance is a DisplayMode.ModalMedium.
isModalMedium() - Method in class com.orchestranetworks.ui.action.DisplayMode.ModalMedium
 
isMonitoringPublications() - Method in class com.orchestranetworks.workflow.WorkflowView
 
isMonitoringWorkflows() - Method in class com.orchestranetworks.workflow.WorkflowView
 
isMonitoringWorkItems() - Method in class com.orchestranetworks.workflow.WorkflowView
 
isMultiLine() - Method in interface com.orchestranetworks.ui.form.widget.UITextBox
 
isNode() - Method in class com.orchestranetworks.ui.UIHttpManagerComponent.Scope
 
isNoNamespaceDatatype() - Method in interface com.orchestranetworks.schema.SchemaTypeName
Returns true only if the corresponding type is defined with no target namespace in a data model.
isNone() - Method in class com.orchestranetworks.service.ExportImportCSVSpec.Header
 
isNoOwnership() - Method in interface com.orchestranetworks.instance.RepositoryStatus.State
This state registers a Java process which failed to take ownership of the database because another process was holding it.
isNotInitialized() - Method in interface com.orchestranetworks.d3.D3Broadcast.Status
Returns true if the broadcast operation has not begun yet, otherwise returns false.
isNowButtonDisplayed() - Method in interface com.orchestranetworks.ui.form.widget.UIDateTime
 
isNullStringEncoded() - Method in class com.orchestranetworks.service.ExportImportCSVSpec
 
isObsolete() - Method in interface com.onwbp.adaptation.RequestResult
Returns true if this result may have changed since last computation.
isOcculted() - Method in interface com.orchestranetworks.service.comparison.ExtraOccurrence
Returns true if the extra record is in occulting mode, false otherwise.
isOcculting() - Method in class com.orchestranetworks.instance.DefinitionMode
Returns true if this is the DefinitionMode.DEFINE_OCCULT state.
isOccurrenceHidden() - Method in interface com.onwbp.adaptation.Adaptation
Returns true if this is a table record that is in occulting mode or in editing-delete state.
isOccurrenceInheriting() - Method in interface com.onwbp.adaptation.Adaptation
Returns true if this is a table record in inheritance mode.
isOccurrenceNode() - Method in interface com.orchestranetworks.hierarchy.HierarchyNode
Returns true if the current node is a table record node.
isOccurrenceOcculting() - Method in interface com.onwbp.adaptation.Adaptation
Returns true if this is a table record in occulting mode.
isOffered() - Method in class com.orchestranetworks.workflow.UserTask.WorkItem.State
Returns true when the work item is offered to a Role.
isOfSeverity(Severity) - Method in interface com.orchestranetworks.service.ValidationReportItem
Returns true if this item is of the specified severity.
isOmitXMLComment() - Method in class com.orchestranetworks.service.ExportSpec
 
isOmitXMLDeclaration() - Method in class com.orchestranetworks.service.ExportSpec
 
isOnCommit() - Method in interface com.orchestranetworks.service.extensions.RefreshPolicy
Returns true if this refresh policy is on commit.
isOnDemand() - Method in interface com.orchestranetworks.service.extensions.RefreshPolicy
Returns true if this refresh policy is on demand.
isOnProcessInstance() - Method in interface com.orchestranetworks.workflow.ActionPermissionsOnWorkflowContext
If the permission's resolution context is for a process instance, returns true, else returns false.
isOnRight() - Method in interface com.orchestranetworks.service.comparison.ExtraInstance
 
isOnRight() - Method in interface com.orchestranetworks.service.comparison.ExtraInstanceOnLeft
 
isOnRight() - Method in interface com.orchestranetworks.service.comparison.ExtraInstanceOnRight
 
isOnRight() - Method in interface com.orchestranetworks.service.comparison.ExtraOccurrenceOnLeft
 
isOnRight() - Method in interface com.orchestranetworks.service.comparison.ExtraOccurrenceOnRight
 
isOnSnapshot_OnlyForD3() - Method in interface com.orchestranetworks.service.extensions.RefreshPolicy
Returns true if this refresh policy concerns D3 snapshots.
isOpen() - Method in class com.onwbp.adaptation.AdaptationHome
Returns true if this AdaptationHome is either an open snapshot or an open dataspace.
isOpenBranch() - Method in class com.onwbp.adaptation.AdaptationHome
Returns true if this AdaptationHome is an open dataspace.
isOpenVersion() - Method in class com.onwbp.adaptation.AdaptationHome
Returns true if this AdaptationHome is an open snapshot.
isOrderedByTableNodesOrder() - Method in class com.orchestranetworks.service.ExportSpec
 
isOrphansParent() - Method in interface com.orchestranetworks.hierarchy.HierarchyNode
Returns true if the current node is the parent of an orphan.
isOrphansParent() - Method in interface com.orchestranetworks.ui.UILabelRendererForHierarchyContext
Returns true if the current node is the container parent node of orphan nodes, false otherwise.
isOSDDatatype() - Method in interface com.orchestranetworks.schema.SchemaTypeName
Returns true only if this type name refers to one of the built-in EBX® data types.
isOutOfService() - Method in interface com.orchestranetworks.d3.D3Slave.State
Checks if the replica cannot be reached.
isOutput() - Method in interface com.orchestranetworks.userservice.declaration.WebComponentParameter
Returns whether the parameter is an output parameter.
isOverwriting() - Method in class com.orchestranetworks.instance.DefinitionMode
Returns true if this is the DefinitionMode.DEFINE_OVERWRITE state.
isOwnerPrivileges() - Method in class com.orchestranetworks.service.extensions.LockSpec
 
isPackagedInModule() - Method in class com.orchestranetworks.schema.SchemaLocation
Returns true if this instance is a module-based location.
isPaddingEnabled() - Method in interface com.orchestranetworks.ui.form.UIFormPane
This method allows this pane to declare that a padding must be applied on display.
isPaddingEnabled() - Method in interface com.orchestranetworks.userservice.UserServicePane
This method allows this pane to declare that a padding must be applied on display.
isPaddingEnabled() - Method in interface com.orchestranetworks.userservice.UserServiceRawPane
This method allows this pane to declare that a padding must be applied on display.
isPasswordChangeRequired() - Method in interface com.orchestranetworks.service.directory.DirectoryDefault.UserEntity
 
isPathInTable() - Method in class com.orchestranetworks.service.ExportImportCSVSpec.Header
 
isPausable() - Method in class com.orchestranetworks.scheduler.ScheduledTask
If true, the current task can be paused (and resumed) through EBX® administration.
isPersistedValuesOnly() - Method in class com.orchestranetworks.service.comparison.CompareFilter
Returns true if the filter focuses on the raw persisted data.
isPreviewButtonDisplayable() - Method in interface com.orchestranetworks.ui.form.widget.UIComboBox
 
isPrimaryKeyComplete(ValueContext) - Method in class com.onwbp.adaptation.AdaptationTable
Returns false if at least one field in the primary key in the specified context is not set.
isPrint() - Method in class com.orchestranetworks.ui.UIRenderingMode
Deprecated. 
isPrivilegeGranted(ServiceKey) - Method in class com.orchestranetworks.service.UserReference
Returns true if this reference has been granted the privilege to execute the specified service.
isPrivilegeToModifyReferenceBranch() - Method in interface com.orchestranetworks.service.ProcedureContext
Deprecated.
Since version 5.0.0, the 'Reference' dataspace no longer has restricted behavior concerning direct modifications. This method always returns true.
isProcessInstanceNotFound() - Method in enum com.orchestranetworks.workflow.WaitTaskResumeResult.ErrorReason
isProcessInstanceRunning(ProcessInstanceKey) - Method in class com.orchestranetworks.workflow.WorkflowEngine
Returns true if the specified process instance is running, else false.
isProfileDefined(Profile) - Method in class com.orchestranetworks.service.directory.DirectoryHandler
Returns true if the specified profile is defined in the directory.
isProfileIncluded(Profile, Profile) - Method in class com.orchestranetworks.service.directory.DirectoryHandler
Returns true when aProfile is equal to or included in anotherProfile.
isReadOnly() - Method in class com.orchestranetworks.service.AccessPermission
 
isReadOnly() - Method in interface com.orchestranetworks.service.directory.DirectoryDefault.UserEntity
 
isReadOnly() - Method in interface com.orchestranetworks.service.ProcedureContext
Returns true if called within a ReadOnlyProcedure.
isReadWrite() - Method in class com.orchestranetworks.service.AccessPermission
 
isRecord() - Method in enum com.orchestranetworks.ui.FirstCallDisplay
 
isRecordViewTop() - Method in enum com.orchestranetworks.ui.toolbar.ToolbarLocation
 
isRejected() - Method in interface com.orchestranetworks.workflow.UserTask.WorkItem
Returns true if the work item is rejected.
isRejectEnabled() - Method in interface com.orchestranetworks.interactions.SessionInteraction.Specification
Returns true if the reject is enabled for the interaction.
isRejectEnabled() - Method in interface com.orchestranetworks.workflow.UserTask.WorkItem
Returns true if the rejection is enabled for the work item (the activation of the rejection is specified in the user task definition).
isRelationalModeDataSpace() - Method in class com.orchestranetworks.instance.HomeCreationSpec
 
isRelative() - Method in class com.orchestranetworks.schema.Path
Returns true if this path begins with '.' (self) or '..' (parent).
isRelative() - Method in class com.orchestranetworks.schema.Step
Returns true if this instance is either self or parent step ('.' or '..').
isRelativeParent() - Method in class com.orchestranetworks.schema.Step
Returns true if this instance is the parent step ('..').
isRelativeSelf() - Method in class com.orchestranetworks.schema.Step
Returns true if this instance is the self step (.).
isRemovedInstance(Adaptation) - Method in exception com.onwbp.adaptation.IncompatibleChangeError
 
isReplace() - Method in class com.orchestranetworks.service.ArchiveImportSpecMode
 
isReplace() - Method in class com.orchestranetworks.service.ImportSpecMode
Returns true if this is ImportSpecMode.REPLACE mode.
isReserved() - Method in class com.orchestranetworks.schema.SchemaLocation
Returns true for data models that are managed by EBX®.
isResetButtonEnabled() - Method in class com.orchestranetworks.ui.UITableFilter
Returns whether the "Reset" button is to be displayed.
isResizable() - Method in class com.orchestranetworks.ui.action.DisplayMode.ModalCustom
 
isResizable() - Method in class com.orchestranetworks.ui.action.DisplayMode.ModalMedium
 
isResolvedMode() - Method in interface com.orchestranetworks.service.comparison.Difference
Returns true if the difference takes inherited values and records into account and also computed values.
isResultLogged() - Method in class com.orchestranetworks.service.ValidationSpec
Indicates if the result of the validation must be added to the logs generated by EBX®.
isRoleStrictlyIncluded(Role, Role) - Method in class com.orchestranetworks.service.directory.Directory
Returns true when aRole is included in anotherRole.
isRoleStrictlyIncluded(Role, Role) - Method in class com.orchestranetworks.service.directory.DirectoryDefault
Returns true when aRole is included in anotherRole.
isRoleStrictlyIncluded(Role, Role) - Method in class com.orchestranetworks.service.directory.DirectoryHandler
Returns true if aRole is included in anotherRole.
isRollback() - Method in interface com.orchestranetworks.d3.D3Broadcast.Status
Returns true if the broadcast operation failed, otherwise returns false.
isRoot() - Method in interface com.orchestranetworks.hierarchy.HierarchyNode
Returns true if the current node is the root of the hierarchy.
isRoot() - Method in class com.orchestranetworks.instance.DefinitionMode
Returns true if this is the DefinitionMode.DEFINE_ROOT state.
isRoot() - Method in class com.orchestranetworks.schema.Path
Returns true if this is the root path (whose canonical notation is "/").
isRoot() - Method in interface com.orchestranetworks.ui.UILabelRendererForHierarchyContext
Returns true if the current node is the root of the hierarchy, false otherwise.
isRootAdaptation() - Method in interface com.onwbp.adaptation.Adaptation
Returns true if this is a root dataset, meaning it has no parent dataset.
isRowToolbarHidden() - Method in interface com.orchestranetworks.ui.form.widget.UITable
Returns true if row toolbars are hidden.
isSameFlag(String) - Method in class com.orchestranetworks.service.ActionPermission
Returns true if the flag specified is the same as the flag of this permission.
isSameFlag(String) - Method in class com.orchestranetworks.userservice.permission.UserServicePermission
Returns true if the flag specified is the same as the flag of this permission.
isSchemaDefinitionCompliant(boolean) - Method in interface com.onwbp.adaptation.Adaptation
Returns true if the validation report of this dataset or record has no errors.
isSchemaInstance() - Method in interface com.onwbp.adaptation.Adaptation
Returns true if this is a dataset, not a table record.
isScriptTask() - Method in interface com.orchestranetworks.workflow.ProcessInstanceStep
Returns true if this step is a script task.
isSecure() - Method in interface com.orchestranetworks.rest.inject.SessionContext
Returns true if the request was made using a secure channel (such as HTTPS), false otherwise.
isSelectionLink() - Method in interface com.orchestranetworks.schema.relationships.SchemaNodeExplicitRelationship
Returns true if this relationship is a selection link.
isSelectNode() - Method in interface com.orchestranetworks.schema.SchemaNode
Returns true if this node is a selection link.
isSelf() - Method in class com.orchestranetworks.schema.Path
Returns true if this is the self path (whose canonical notation is ".").
isSessionDependingDisplay() - Method in class com.orchestranetworks.service.ExportSpec
 
isSidebar() - Method in enum com.orchestranetworks.ui.toolbar.ToolbarLocation
 
isSizeEqual(int) - Method in interface com.onwbp.adaptation.RequestResult
Verifies the number of records contained in this result.
isSizeGreaterOrEqual(int) - Method in interface com.onwbp.adaptation.RequestResult
Verifies the number of records contained in this result.
isSlaveHome(AdaptationHome) - Method in interface com.orchestranetworks.d3.D3Node
Returns true if the parameter aHome is a D3 replica delivery dataspace or its snapshot, otherwise returns false.
isSlaveNode() - Method in class com.orchestranetworks.d3.D3NodeFactory
Returns whether the current node is a replica node.
isSpecificRole() - Method in class com.orchestranetworks.service.Profile
Returns true if this profile is a specific role.
isSpecificRoleDefined(Role) - Method in class com.orchestranetworks.service.directory.Directory
Returns true if the specific role exists in this directory.
isSpecificRoleDefined(Role) - Method in class com.orchestranetworks.service.directory.DirectoryDefault
 
isSpecificRoleDefined(Role) - Method in class com.orchestranetworks.service.directory.DirectoryHandler
 
isStandby() - Method in interface com.orchestranetworks.instance.RepositoryStatus.State
This state registers a Java process which has been started in failover standby mode, but is not yet allowed to interact with the repository.
isStarted() - Method in class com.orchestranetworks.workflow.UserTask.WorkItem.State
Returns true if the work item has been started by the UserReference to which it is allocated.
isStopped() - Method in interface com.orchestranetworks.d3.D3Slave.State
Checks if the replica is stopped.
isSubWorkflow() - Method in interface com.orchestranetworks.workflow.ProcessInstance
Returns true if the process instance is a sub-workflow, otherwise returns false.
isSubWorkflowsInvocation() - Method in interface com.orchestranetworks.workflow.ProcessInstanceStep
Returns true if this step is a sub-workflow invocation.
isSystemUser() - Method in interface com.orchestranetworks.service.Session
Returns true for a System session.
isTableNode() - Method in interface com.orchestranetworks.schema.SchemaNode
Returns true if this node is a table node.
isTableOccurrence() - Method in interface com.onwbp.adaptation.Adaptation
Returns true if this is a table record, not a dataset.
isTableOccurrenceNode() - Method in interface com.orchestranetworks.schema.SchemaNode
Returns true if this node is in a table record.
isTableRefInverse() - Method in interface com.orchestranetworks.schema.info.AssociationLink
Returns true if this association is the inverse of a foreign key.
isTableRefLink() - Method in interface com.orchestranetworks.schema.relationships.SchemaNodeExplicitRelationship
Returns true if this relationship is a foreign key constraint.
isTableViewRow() - Method in enum com.orchestranetworks.ui.toolbar.ToolbarLocation
 
isTableViewTop() - Method in enum com.orchestranetworks.ui.toolbar.ToolbarLocation
 
isTarget() - Method in interface com.orchestranetworks.hierarchy.HierarchyNode
Returns true if the current record is a record in the target table.
isTarget() - Method in interface com.orchestranetworks.ui.UILabelRendererForHierarchyContext
Returns true if the current record is a target table record, false otherwise.
isTechnicalBranch() - Method in class com.onwbp.adaptation.AdaptationHome
Returns true if this AdaptationHome is a technical dataspace.
isTechnicalVersion() - Method in class com.onwbp.adaptation.AdaptationHome
Returns true if this AdaptationHome is a technical snapshot.
isTerminal() - Method in interface com.orchestranetworks.hierarchy.HierarchyNode
Returns true if the current node has no children in the hierarchy.
isTerminal() - Method in interface com.orchestranetworks.ui.UILabelRendererForHierarchyContext
Returns true if the current record has no children in the hierarchy, false otherwise.
isTerminalValue() - Method in interface com.orchestranetworks.schema.SchemaNode
Returns true if this node is terminal.
isTerminalValueComputed() - Method in interface com.orchestranetworks.schema.SchemaNode
Returns true if this node is a terminal node whose value is not directly stored in EBX® repository.
isTerminalValueDescendant() - Method in interface com.orchestranetworks.schema.SchemaNode
Returns true if this node is the descendant of a terminal value node.
isTopToolbarHidden() - Method in interface com.orchestranetworks.ui.form.widget.UITable
Returns true if the table toolbar is hidden.
isTriggerActivation() - Method in interface com.orchestranetworks.service.ProcedureContext
 
isUnavailable() - Method in interface com.orchestranetworks.d3.D3Slave.State
Checks if the replica is unavailable.
isUnmatchedXMLElementIgnored() - Method in class com.orchestranetworks.service.ImportSpec
 
isUpdate() - Method in class com.orchestranetworks.service.ImportSpecMode
Returns true if this is ImportSpecMode.UPDATE mode.
isUpdateByDelta() - Method in class com.orchestranetworks.service.ImportSpec
Deprecated.
Since version 5.2.4, this method has been replaced by isByDelta.
isUpdateOrInsert() - Method in class com.orchestranetworks.service.ImportSpecMode
Returns true if this is ImportSpecMode.UPDATE_OR_INSERT mode.
isURI() - Method in class com.orchestranetworks.schema.SchemaLocation
Returns true if this instance is a URL-based location.
isUserDefined(UserReference) - Method in class com.orchestranetworks.service.directory.Directory
Returns true if the specified user actually exists in this directory.
isUserDefined(UserReference) - Method in class com.orchestranetworks.service.directory.DirectoryDefault
 
isUserDefined(UserReference) - Method in class com.orchestranetworks.service.directory.DirectoryHandler
 
isUserInRole(UserReference, Role) - Method in class com.orchestranetworks.service.directory.Directory
Returns true if the user has the specified role.
isUserInRole(UserReference, Role) - Method in class com.orchestranetworks.service.directory.DirectoryDefault
Returns true if the user has the specified role.
isUserInRole(UserReference, Role) - Method in class com.orchestranetworks.service.directory.DirectoryHandler
Returns true if the user has the specified role.
isUserInRole(Profile) - Method in interface com.orchestranetworks.service.Session
Returns true if the current user or the session has the specified profile.
isUserInRoleAdmin(PublishedProcessKey) - Method in class com.orchestranetworks.workflow.WorkflowEngine
Returns true if the user of the current session is the administrator of the process definition associated with the specified publication key.
isUserInRoles(Iterable<Profile>) - Method in interface com.orchestranetworks.service.Session
Returns true if the current user or the session has at least one profile from the specified profile list.
isUserOwner(Adaptation) - Method in interface com.orchestranetworks.service.Session
Returns true if this user is an owner of the specified dataset.
isUserReference() - Method in class com.orchestranetworks.service.Profile
Returns true if this profile references a user.
isUserTask() - Method in interface com.orchestranetworks.workflow.ProcessInstanceStep
Returns true if this step is a user task.
isValidationDisabled() - Method in interface com.orchestranetworks.schema.SchemaNode
Returns true if the validation is disabled on this node.
isValidationMessageThresholdItem() - Method in interface com.orchestranetworks.service.ValidationReportItem
Returns true if this item is related to the maximum number of validation messages to consider per constraint when performing a validation.
isValueEqual(Object, Object) - Method in interface com.orchestranetworks.schema.SchemaNode
Returns true if the specified values are equal, according to the underlying XML Schema type.
isValueFunction() - Method in interface com.orchestranetworks.schema.SchemaNode
Returns true if this node holds a function.
isValueItem() - Method in class com.onwbp.base.text.NomenclatureItem
Obsolete, always returns true.
isValueLessOrEqualTo(Object, Object) - Method in interface com.orchestranetworks.schema.SchemaNode
Returns true if first value is less than or equal to the second value, according to the underlying XML Schema type.
isValueStrictlyLessThan(Object, Object) - Method in interface com.orchestranetworks.schema.SchemaNode
Returns true if the first value is strictly less than the second value, according to the underlying XML Schema type.
isVariableDefined(String) - Method in interface com.orchestranetworks.workflow.DataContextReadOnly
Returns true if the specified variable name is defined in the data context.
isVersion() - Method in class com.onwbp.adaptation.AdaptationHome
Returns true if this AdaptationHome is a snapshot.
isVersion() - Method in class com.orchestranetworks.instance.HomeKey
Returns true if this key identifies a snapshot.
isView() - Method in enum com.orchestranetworks.ui.FirstCallDisplay
 
isWaitTask() - Method in interface com.orchestranetworks.workflow.ProcessInstanceStep
Returns true if this step is a wait task.
isWarn() - Method in class com.orchestranetworks.service.LoggingCategory
Returns true if priority 'warn' is enabled.
isWarning() - Method in class com.onwbp.base.text.Severity
 
isWarning() - Method in class com.onwbp.base.text.UserMessage
Returns true if this message is a warning.
isWarning() - Method in interface com.orchestranetworks.service.ValidationReportItem
Returns true if this item is a warning.
isWorkspace() - Method in class com.orchestranetworks.ui.action.DisplayMode
Indicates if this instance is a DisplayMode.Workspace.
isWorkspace() - Method in class com.orchestranetworks.ui.action.DisplayMode.Workspace
 
isXPathLink() - Method in interface com.orchestranetworks.schema.info.AssociationLink
Returns true if this association is over an XPath predicate.
isXSDBuiltInDatatype() - Method in interface com.orchestranetworks.schema.SchemaTypeName
Returns true only if this type name refers to one of the built-in data types defined by the XML Schema recommendation.
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.