- 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. 
- Include - Enum in com.orchestranetworks.rest.serialization
- 
Holds the available options for configuring the content of the
 generated JSON response body. 
- 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
-  
- IncompatibleChangeError(String, Adaptation) - 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_USlocale.
 
- 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
 
 This CSS class only defines a border-color.
 
- 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. 
- INT - Static variable in class com.orchestranetworks.search.strategy.SearchStrategyKey
-  
- INTEGER - Static variable in class com.orchestranetworks.search.strategy.SearchStrategyKey
-  
- 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
- 
- 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
-  
- 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 trueif the incoming action is an 'accept',
 returnsfalseif it is a 'reject'.
 
- isAccepted() - Method in interface com.orchestranetworks.workflow.UserTask.WorkItem
- 
Returns trueif the work item is accepted.
 
- isAccepted() - Method in interface com.orchestranetworks.workflow.UserTaskResult
- 
Returns trueif the work item is accepted.
 
- isAccepted() - Method in interface com.orchestranetworks.workflow.WorkflowTriggerBeforeWorkItemTerminationContext
- 
Returns trueif the work item has been accepted,falseif the work item has been rejected.
 
- isActivated() - Method in interface com.onwbp.adaptation.Adaptation
- 
Returns trueif this dataset or record is activated.
 
- isActivated(LogFacade.Level) - Method in class com.orchestranetworks.service.LoggingCategory
- 
Returns trueif the logging category is activated for the specified log level,falseotherwise.
 
- isActivated() - Method in interface com.orchestranetworks.ui.perspective.Perspective
- 
Returns true if this perspective is activated. 
- isActivationEnsured() - Method in class com.orchestranetworks.service.ValidationSpec
- 
Indicates if the validation must also ensure that
 the current dataset is  activated. 
- isAdvanced() - Method in interface com.orchestranetworks.ui.perspective.Perspective
- 
Returns true if this perspective is the advanced perspective. 
- 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. 
- isAllowedForProfile(Profile, DirectoryHandler) - Method in interface com.orchestranetworks.ui.perspective.Perspective
- 
Returns true if this perspective is allowed for a given profile. 
- isAllPrivileges() - Method in interface com.orchestranetworks.schema.trigger.BeforeCreateOccurrenceContext
-  
- isAllPrivileges() - Method in interface com.orchestranetworks.schema.trigger.BeforeModifyInstanceContext
-  
- 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 trueif an
 ancestor of this node is a list.
 
- isAncestorOf(AdaptationHome) - Method in class com.onwbp.adaptation.AdaptationHome
- 
Returns trueif thisAdaptationHomeis an ancestor of
 the specifiedAdaptationHome(theAdaptationHomeitself is excluded).
 
- isAncestorOf(PerspectiveItem) - Method in interface com.orchestranetworks.ui.perspective.PerspectiveItem
- 
Returns true only if this item is an ancestor of the item specified as parameter. 
- isAncestorOrSelfMultiOccurrenced() - Method in interface com.orchestranetworks.schema.SchemaNode
- 
Returns trueif this node or 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 trueif this
 relationship is an association link.
 
- isAssociationNode() - Method in interface com.orchestranetworks.schema.SchemaNode
- 
Returns trueif 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 trueif 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 trueif the user service associated with the
 interaction is auto-complete.
 
- isAutoIncrement() - Method in interface com.orchestranetworks.schema.SchemaNode
- 
Returns trueif 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 trueif the workflow publication is
 available, returnsfalseotherwise.
 
- 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 trueif blocking constraints are disabled; by default, blocking constraints are enabled.
 
- isBranch() - Method in class com.onwbp.adaptation.AdaptationHome
- 
Returns trueif thisAdaptationHomeis a dataspace.
 
- isBranch() - Method in class com.orchestranetworks.instance.BranchKey
-  
- isBranch() - Method in class com.orchestranetworks.instance.HomeKey
- 
Returns trueif this key identifies a dataspace.
 
- isBranch() - Method in class com.orchestranetworks.instance.VersionKey
-  
- isBranchReference() - Method in class com.onwbp.adaptation.AdaptationHome
- 
- isBuiltIn() - Method in class com.orchestranetworks.service.Profile
- 
Returns trueif 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 trueif thisProfileis the built-in "Administrator" role.
 
- isBuiltInAdministratorDisabled() - Method in class com.orchestranetworks.service.directory.DirectoryHandler
- 
- isBuiltInEveryone() - Method in class com.orchestranetworks.service.Profile
- 
Returns trueif this Profile is the built-in "Everyone" role.
 
- isBuiltInGroup() - Method in class com.orchestranetworks.service.ServiceGroupKey
- 
Returns trueif this instance identifies a built-in service group.
 
- isBuiltInOwner() - Method in class com.orchestranetworks.service.Profile
- 
Returns trueif this Profile is the built-in "Owner" role.
 
- isBuiltInReadOnly() - Method in class com.orchestranetworks.service.Profile
- 
Returns trueif this Profile is the built-in read-only role.
 
- isBuiltInService() - Method in class com.orchestranetworks.service.ServiceKey
- 
Returns trueif this instance identifies a built-in service.
 
- isBuiltInStrategy() - Method in class com.orchestranetworks.search.strategy.SearchStrategyKey
- 
Returns trueif this instance identifies a built-in strategy.
 
- isBuiltInTemplate() - Method in class com.orchestranetworks.search.template.SearchTemplateKey
- 
Returns trueif this instance identifies a built-in template.
 
- isByDelta() - Method in class com.orchestranetworks.service.ImportSpec
-  
- isCalledFromAdminContext() - Method in interface com.orchestranetworks.ui.form.UIFormContext
- 
Returns trueif this form pane is displayed from a screen of the administration section.
 
- isCalledFromUIService() - Method in interface com.orchestranetworks.ui.UIAjaxContext
- 
 Returns trueif the Ajax component is called from a user service.
 
- isCalledFromWorkflowContext() - Method in interface com.orchestranetworks.ui.form.UIFormContext
- 
Returns trueif this form pane is displayed from a screen of the workflow section.
 
- isCalledOnHierarchyNode() - Method in class com.orchestranetworks.service.ServiceContext
- 
Deprecated. 
- isCalledOnHome() - Method in class com.orchestranetworks.service.ServiceContext
- 
Deprecated. Returns trueif the current service is called from a dataspace or snapshot menu.
 
- isCalledOnInstance() - Method in class com.orchestranetworks.service.ServiceContext
- 
Deprecated. Returns trueif the current service is called from a dataset menu.
 
- isCalledOnOccurrencePage() - Method in class com.orchestranetworks.service.ServiceContext
- 
Deprecated. Returns trueif the current service is called from a record page.
 
- isCalledOnTable() - Method in class com.orchestranetworks.service.ServiceContext
- 
Deprecated. Returns trueif the current service is called on the whole table view.
 
- isCalledOnTableSelection() - Method in class com.orchestranetworks.service.ServiceContext
- 
Deprecated. Returns trueif 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 trueif 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 trueif in clustered delivery mode, otherwise returnsfalse.
 
- isCollapsed() - Method in interface com.orchestranetworks.ui.form.UIExpandCollapseBlock
- 
Returns trueif the component is configured to be rendered
 collapsed.
 
- isCommentMandatoryForAccept() - Method in interface com.orchestranetworks.interactions.SessionInteraction.Specification
- 
Returns trueif the comment is mandatory for accepting
 the interaction.
 
- isCommentMandatoryForReject() - Method in interface com.orchestranetworks.interactions.SessionInteraction.Specification
- 
Returns trueif the comment is mandatory for rejecting
 the interaction.
 
- isCommit() - Method in interface com.orchestranetworks.d3.D3Broadcast.Status
- 
Returns trueif the broadcast operation succeeded, otherwise returnsfalse.
 
- isComplete(Session) - Static method in class com.orchestranetworks.interactions.InteractionHelper
- 
- isComplete() - Method in interface com.orchestranetworks.interactions.SessionInteraction
- 
Returns trueif this interaction has been set to 'complete'.
 
- isCompleted() - Method in interface com.orchestranetworks.workflow.ProcessInstance
- 
Returns trueif this workflow is completed,
 returnsfalseotherwise.
 
- 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 trueif this node is a complex element declaration.
 
- isComputedValuesIncluded() - Method in class com.orchestranetworks.service.ImportSpec
-  
- isCondition() - Method in interface com.orchestranetworks.workflow.ProcessInstanceStep
- 
Returns trueif this step is a condition.
 
- isConsistent(Adaptation) - Method in interface com.orchestranetworks.schema.info.AssociationLink
- 
Returns trueif this association is consistent with the specified record or dataset.
 
- isConstraintEnumeration() - Method in interface com.orchestranetworks.schema.info.SchemaFacetEnumeration
- 
Returns trueif this enumeration
 is programmatic (declared using the elementosd:constraintEnumeration).
 
- 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 trueif the form is displayed in
 the context of a new record creation.
 
- isCreatingRecord() - Method in interface com.orchestranetworks.ui.form.widget.WidgetDisplayContext
- 
Returns trueif 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 trueif 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 trueif this step is the current step of the process instance.
 
- isCustom() - Method in enum com.orchestranetworks.ui.toolbar.ToolbarLocation
-  
- 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 trueif priority 'debug'
 is enabled.
 
- isDefault() - Method in class com.orchestranetworks.service.ArchiveImportSpecMode
-  
- isDefaultButton() - Method in class com.orchestranetworks.ui.UIButtonSpec
- 
Returns trueif the button is set as the default button,falseotherwise.
 
- isDefaultItem() - Method in class com.onwbp.base.text.NomenclatureItem
- 
Returns trueif this item is the default item selected
 when an associated instance is undefined.
 
- isDefaultLinkEnabled() - Method in interface com.orchestranetworks.ui.UILabelRendererForHierarchyContext
- 
Returns trueif using the default behavior for node selection;
 otherwise, it returnsfalse.
 
- 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 trueif 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 trueif the button is set as disabled,falseotherwise.
 
- isDisabled() - Method in class com.orchestranetworks.userservice.permission.UserServicePermission
-  
- isDisabled() - Method in class com.orchestranetworks.workflow.PublishedProcessKey
- 
Returns truewhen the publication is disabled.
 
- isDisabledOrHidden() - Method in class com.orchestranetworks.service.ActionPermission
- 
- 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 trueif this post-record creation context is for a record
 duplication.
 
- isDuplicatingOccurrence() - Method in interface com.orchestranetworks.schema.trigger.BeforeCreateOccurrenceContext
- 
Returns trueif the pre-record creation context is for a record
 duplication.
 
- isDuplicatingOccurrence() - Method in interface com.orchestranetworks.schema.trigger.NewTransientOccurrenceContext
- 
- isDuplicatingRecord() - Method in interface com.orchestranetworks.ui.form.UIFormContext
- 
Returns trueif 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 trueif 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 trueif the form is displayed in
 the context of the duplication of an existing record.
 
- isDuplication() - Method in interface com.orchestranetworks.instance.NewRecordContext
- 
Returns trueif 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 trueif the result is empty (that is, size is 0).
 
- isEmpty() - Method in interface com.orchestranetworks.service.comparison.Difference
- 
Returns trueif 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 trueif no particular dataset contents have been specified.
 
- isEmpty() - Method in class com.orchestranetworks.ui.UITableCellStyleHandler
- 
Returns trueif a least one property (color/image/position) has been set,falseotherwise.
 
- 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 trueif the workflow is to be launched on the event 'afterCreate'.
 
- isEnableFor_delete() - Method in class com.orchestranetworks.workflow.BuiltInTrigger_launchWorkflow
- 
Returns trueif the workflow is to be launched on the event 'afterDelete'.
 
- isEnableFor_modify() - Method in class com.orchestranetworks.workflow.BuiltInTrigger_launchWorkflow
- 
Returns trueif the workflow is to be launched on the event 'afterModify'.
 
- isEndUserDebug() - Method in interface com.onwbp.adaptation.ReadContext
- 
Returns trueif debug mode is activated for the current module.
 
- isEnumerationList() - Method in interface com.orchestranetworks.schema.info.SchemaFacet
- 
Returns trueif this facet defines an enumeration of
 possible values.
 
- isEnumerationNode() - Method in interface com.orchestranetworks.hierarchy.HierarchyNode
- 
Returns trueif the current node is an enumeration node.
 
- isEnumerationNode() - Method in interface com.orchestranetworks.ui.UILabelRendererForHierarchyContext
- 
Returns trueif the current node is an enumeration node;
 otherwise, it returnsfalse.
 
- isEnumerationNomenclature() - Method in interface com.orchestranetworks.schema.info.SchemaFacet
- 
Returns trueif this facet defines a nomenclature.
 
- isEnumerationStatic() - Method in interface com.orchestranetworks.schema.info.SchemaFacetEnumeration
- 
Returns trueif this enumeration is static
 (declared using the elementxs:enumeration).
 
- isEnumerationTableRef() - Method in interface com.orchestranetworks.schema.info.SchemaFacet
- 
Returns trueif this facet is a
 foreign key constraint (osd:tableRef).
 
- isEqualOrMoreSevereThan(Severity) - Method in class com.onwbp.base.text.Severity
- 
Returns trueif 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 trueif this message is an error.
 
- isError() - Method in class com.orchestranetworks.service.LoggingCategory
- 
Returns trueif priority 'error'
 is enabled.
 
- isError() - Method in interface com.orchestranetworks.service.ValidationReportItem
- 
Returns trueif this item is an error.
 
- isError() - Method in class com.orchestranetworks.workflow.UserTask.WorkItem.State
- 
Returns trueif the work item is in error.
 
- isEscapedHtmlEnable() - Method in interface com.orchestranetworks.ui.UIResponseContext
- 
- isEventAlreadyReceived() - Method in enum com.orchestranetworks.workflow.WaitTaskResumeResult.ErrorReason
- 
- isExcludedFromTabFocus() - Method in class com.orchestranetworks.ui.UIButtonSpec
- 
Returns trueif the button is set as excluded from the tab focus,falseotherwise.
 
- isExplicit() - Method in interface com.orchestranetworks.schema.relationships.Relationship
- 
Returns trueif this relationship is explicit.
 
- isExportingForD3() - Method in interface com.orchestranetworks.service.NodeDataTransformerContext
- 
Returns trueif the archive export is performed
 in the context of a D3 broadcast.
 
- isExportToCSV() - Method in class com.orchestranetworks.service.ExportSpec
- 
Returns trueif performing a CSV export.
 
- isFacetBoundaryMaxExclusive() - Method in interface com.orchestranetworks.schema.info.SchemaFacet
- 
Returns trueif this facet is amaxExclusivefacet.
 
- isFacetBoundaryMaxInclusive() - Method in interface com.orchestranetworks.schema.info.SchemaFacet
- 
Returns trueif this facet is amaxInclusivefacet.
 
- isFacetBoundaryMinExclusive() - Method in interface com.orchestranetworks.schema.info.SchemaFacet
- 
Returns trueif this facet is aminExclusivefacet.
 
- isFacetBoundaryMinInclusive() - Method in interface com.orchestranetworks.schema.info.SchemaFacet
- 
Returns trueif this facet is aminInclusivefacet.
 
- isFacetEnumeration() - Method in interface com.orchestranetworks.schema.info.SchemaFacet
- 
Returns trueif this facet defines either anenumerationor anomenclature.
 
- isFacetExcludeSegment() - Method in interface com.orchestranetworks.schema.info.SchemaFacet
- 
Returns trueif this facet is anexcludeSegmentfacet.
 
- isFacetExcludeValue() - Method in interface com.orchestranetworks.schema.info.SchemaFacet
- 
Returns trueif this facet is anexcludeValuefacet.
 
- isFacetFractionDigits() - Method in interface com.orchestranetworks.schema.info.SchemaFacet
- 
Returns trueif this facet is afractionDigitsfacet.
 
- isFacetLength() - Method in interface com.orchestranetworks.schema.info.SchemaFacet
- 
Returns trueif this facet is alengthfacet.
 
- isFacetMaxLength() - Method in interface com.orchestranetworks.schema.info.SchemaFacet
- 
Returns trueif this facet is amaxLengthfacet.
 
- isFacetMinLength() - Method in interface com.orchestranetworks.schema.info.SchemaFacet
- 
Returns trueif this facet is aminLengthfacet.
 
- isFacetOnMandatoryField() - Method in interface com.orchestranetworks.schema.info.SchemaFacet
- 
Returns trueif this facet is
 related to a mandatory field (defines bothminOccurs="1"
 maxOccurs="1").
 
- isFacetOResource() - Method in interface com.orchestranetworks.schema.info.SchemaFacet
- 
Returns trueif this facet is aresourceconstraint.
 
- isFacetPattern() - Method in interface com.orchestranetworks.schema.info.SchemaFacet
- 
Returns trueif this facet is apatternfacet.
 
- isFacetTotalDigits() - Method in interface com.orchestranetworks.schema.info.SchemaFacet
- 
Returns trueif this facet is atotalDigitsfacet.
 
- isFatal() - Method in class com.onwbp.base.text.Severity
-  
- isFatal() - Method in class com.onwbp.base.text.UserMessage
- 
Returns trueif this message is a fatal error.
 
- isFatal() - Method in interface com.orchestranetworks.service.ValidationReportItem
- 
Returns trueif this item is a "fatal error".
 
- isFederation() - Method in class com.orchestranetworks.d3.DeliveryMode
- 
Returns trueif in federated delivery mode, otherwise returnsfalse.
 
- 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 trueif 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 truewhen 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 truewhen 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 truewhen 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 truewhen the permission is being evaluated for displaying
 or hiding the service as part of a EBX® default menu.
 
- isForegroundSubworkflow() - Method in class com.orchestranetworks.workflow.ProcessLauncher
- 
Indicates whether the sub-workflow is considered has a foreground sub-workflow. 
- isForExecution() - Method in interface com.orchestranetworks.userservice.permission.ServicePermissionRuleContext
- 
Returns truewhen 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 trueif the optimizer is handling duplicates in the dataset tree.
 
- isForInput() - Method in class com.orchestranetworks.rest.serialization.ContentHolder
- 
Returns trueif this content holder is for input,falseotherwise.
 
- isForInput() - Method in class com.orchestranetworks.rest.serialization.ContentHolderForInput
-  
- isForInput() - Method in class com.orchestranetworks.rest.serialization.ContentHolderForOutput
-  
- isForRefactor() - Method in interface com.orchestranetworks.service.extensions.AdaptationTreeOptimizerIterator
- 
Returns trueif the optimizer is refactoring the dataset tree
 
- isForSelectingBranchOwner() - Method in class com.orchestranetworks.service.directory.ProfileListContext
- 
Returns truewhen the list of available profiles
 is for selecting the owner of a dataspace.
 
- isForSelectingInstanceOwner() - Method in class com.orchestranetworks.service.directory.ProfileListContext
- 
Returns truewhen the list of available profiles
 is for selecting the owner of a dataset.
 
- isForWorkflow() - Method in class com.orchestranetworks.service.directory.ProfileListContext
- 
Returns truewhen 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 trueif the operation is full resynchronization concerned.
 
- isHidden() - Method in interface com.orchestranetworks.schema.info.SchemaNodeDefaultView
- 
 Returns trueif 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
-  
- isHiddenInAllViews() - Method in interface com.orchestranetworks.schema.info.SchemaNodeDefaultView
- 
 Returns trueif the associated node is hidden
 in all views of a table.
 
- isHiddenInDataServices() - Method in interface com.orchestranetworks.schema.info.SchemaNodeDefaultView
- 
 Returns trueif 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 trueif
 
 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 trueif 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 trueif the HTML tags in the label are escaped.
 
- isIconDisplayed() - Method in interface com.orchestranetworks.ui.form.UIFormRow
-  
- isIdentifierInDataModel() - Method in class com.orchestranetworks.service.ServiceKey
- 
Returns trueif 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 trueif thisPathidentifies a node in an aggregated list.
 
- isIndexed() - Method in class com.orchestranetworks.schema.Step
- 
Returns trueif thisStepidentifies a node child by its position.
 
- isInError() - Method in interface com.orchestranetworks.workflow.ProcessInstance
- 
Returns trueif this workflow has errors,
 otherwise returnsfalse.
 
- isInfo() - Method in class com.onwbp.base.text.Severity
-  
- isInfo() - Method in class com.onwbp.base.text.UserMessage
- 
Returns trueif this message is an information message.
 
- isInfo() - Method in class com.orchestranetworks.service.LoggingCategory
- 
Returns trueif priority 'info'
 is enabled.
 
- isInfo() - Method in interface com.orchestranetworks.service.ValidationReportItem
- 
Returns trueif this item is an informational message.
 
- isInherit() - Method in class com.orchestranetworks.instance.DefinitionMode
- 
- isInheritanceEnabled() - Method in class com.orchestranetworks.service.ExportImportCSVSpec
-  
- isInitialDisplay() - Method in interface com.orchestranetworks.userservice.UserServiceRequest
- 
Returns trueif 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 trueif thisAdaptationHomeis an initial snapshot
 of a dataspace.
 
- isInProcess() - Method in interface com.orchestranetworks.d3.D3Broadcast.Status
- 
Returns trueif the broadcast operation is in progress, otherwise returnsfalse.
 
- 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
- 
- isIntermediateCommit() - Method in interface com.orchestranetworks.schema.trigger.BeforeTransactionCommitContext
- 
Returns trueif this is an intermediate commit (not a final commit).
 
- isInternal() - Method in interface com.orchestranetworks.ui.ResourceType
- 
Returns trueif the resources of this type are in theWEB-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 trueif 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 truewhen 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 trueif the item label is to be added next to the component,
 otherwisefalse.
 
- isLauncher() - Method in class com.orchestranetworks.workflow.WorkflowView
-  
- isLinkedNode() - Method in interface com.orchestranetworks.schema.SchemaNode
- 
Returns trueif this node is a linked node.
 
- isLinkTable() - Method in interface com.orchestranetworks.schema.info.AssociationLink
- 
Returns trueif 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 trueif thisAdaptationHomeis 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 trueif thisAdaptationHomeis marked for history purge.
 
- isMarkedForPurge() - Method in class com.onwbp.adaptation.AdaptationHome
- 
Deprecated.  
- isMasterHome(AdaptationHome) - Method in interface com.orchestranetworks.d3.D3Node
- 
Returns trueif the parameteraHomeis a D3 primary delivery dataspace or its snapshot,
 otherwise returnsfalse.
 
- 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
- 
- isModalCustom() - Method in class com.orchestranetworks.ui.action.DisplayMode.ModalCustom
-  
- isModalMedium() - Method in class com.orchestranetworks.ui.action.DisplayMode
- 
- 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
-  
- isNever() - Method in enum com.orchestranetworks.schema.info.SchemaFacetBlocksCommit
-  
- isNode() - Method in class com.orchestranetworks.ui.UIHttpManagerComponent.Scope
-  
- isNoNamespaceDatatype() - Method in interface com.orchestranetworks.schema.SchemaTypeName
- 
Returns trueonly 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 trueif the broadcast operation has not begun yet, otherwise returnsfalse.
 
- 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 trueif this result may have changed since last computation.
 
- isOcculted() - Method in interface com.orchestranetworks.service.comparison.ExtraOccurrence
- 
Returns trueif the extra record is in occulting mode,falseotherwise.
 
- isOcculting() - Method in class com.orchestranetworks.instance.DefinitionMode
- 
- isOccurrenceHidden() - Method in interface com.onwbp.adaptation.Adaptation
- 
Returns trueif this is a table record that is
 in occulting mode or in editing-delete state.
 
- isOccurrenceInheriting() - Method in interface com.onwbp.adaptation.Adaptation
- 
Returns trueif this is a table record in inheritance mode.
 
- isOccurrenceNode() - Method in interface com.orchestranetworks.hierarchy.HierarchyNode
- 
Returns trueif the current node is a table record node.
 
- isOccurrenceOcculting() - Method in interface com.onwbp.adaptation.Adaptation
- 
Returns trueif 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 trueif 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 trueif
 this refresh policy is on commit.
 
- isOnDemand() - Method in interface com.orchestranetworks.service.extensions.RefreshPolicy
- 
Returns trueif
 this refresh policy is on demand.
 
- isOnInsertUpdateOrDelete() - Method in enum com.orchestranetworks.schema.info.SchemaFacetBlocksCommit
-  
- isOnProcessInstance() - Method in interface com.orchestranetworks.workflow.ActionPermissionsOnWorkflowContext
- 
If the permission's resolution context is for a process instance, returns true,
 else returnsfalse.
 
- 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 trueif
 this refresh policy concerns D3 snapshots.
 
- isOpen() - Method in class com.onwbp.adaptation.AdaptationHome
- 
Returns trueif thisAdaptationHomeis either
 an open snapshot or an open dataspace.
 
- isOpenBranch() - Method in class com.onwbp.adaptation.AdaptationHome
- 
Returns trueif thisAdaptationHomeis an open dataspace.
 
- isOpenVersion() - Method in class com.onwbp.adaptation.AdaptationHome
- 
Returns trueif thisAdaptationHomeis an open snapshot.
 
- isOrderedByTableNodesOrder() - Method in class com.orchestranetworks.service.ExportSpec
-  
- isOrphansParent() - Method in interface com.orchestranetworks.hierarchy.HierarchyNode
- 
Returns trueif the current node is the parent of an orphan.
 
- isOrphansParent() - Method in interface com.orchestranetworks.ui.UILabelRendererForHierarchyContext
- 
Returns trueif the current node is the container parent node of orphan
 nodes; otherwise, it returnsfalse.
 
- isOSDDatatype() - Method in interface com.orchestranetworks.schema.SchemaTypeName
- 
Returns trueonly 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
- 
- isOwnerPrivileges() - Method in class com.orchestranetworks.service.extensions.LockSpec
-  
- isPackagedInModule() - Method in class com.orchestranetworks.schema.SchemaLocation
- 
Returns trueif 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 trueif the filter focuses on the raw persisted data.
 
- isPreviewButtonDisplayable() - Method in interface com.orchestranetworks.ui.form.widget.UIComboBox
-  
- isPrimaryKeyComplete(ValueContext) - Method in interface com.onwbp.adaptation.AdaptationTable
- 
Returns falseif 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 trueif this reference has been granted the privilege
 to execute the specified service.
 
- isPrivilegeToModifyReferenceBranch() - Method in interface com.orchestranetworks.service.ProcedureContext
- 
- isProcessInstanceNotFound() - Method in enum com.orchestranetworks.workflow.WaitTaskResumeResult.ErrorReason
- 
- isProcessInstanceRunning(ProcessInstanceKey) - Method in class com.orchestranetworks.workflow.WorkflowEngine
- 
Returns trueif the specified process instance is running, elsefalse.
 
- isProfileDefined(Profile) - Method in class com.orchestranetworks.service.directory.DirectoryHandler
- 
Returns trueif the specified profile is defined in the
 directory.
 
- isProfileIncluded(Profile, Profile) - Method in class com.orchestranetworks.service.directory.DirectoryHandler
- 
Returns truewhenaProfileis equal to
 or included inanotherProfile.
 
- 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
- 
- 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 trueif the work item is rejected.
 
- isRejectEnabled() - Method in interface com.orchestranetworks.interactions.SessionInteraction.Specification
- 
Returns trueif the reject is enabled for the interaction.
 
- isRejectEnabled() - Method in interface com.orchestranetworks.workflow.UserTask.WorkItem
- 
Returns trueif 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 trueif this path begins with '.'
 
- isRelative() - Method in class com.orchestranetworks.schema.Step
- 
Returns trueif this instance is either self or parent step
 ('.' or '..').
 
- isRelativeParent() - Method in class com.orchestranetworks.schema.Step
- 
Returns trueif this instance is the parent step ('..').
 
- isRelativeSelf() - Method in class com.orchestranetworks.schema.Step
- 
Returns trueif 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
- 
- isReserved() - Method in class com.orchestranetworks.schema.SchemaLocation
- 
Returns truefor 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 trueif 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 truewhenaRoleis included
 inanotherRole.
 
- 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 trueifaRoleis included
 inanotherRole.
 
- isRollback() - Method in interface com.orchestranetworks.d3.D3Broadcast.Status
- 
Returns trueif the broadcast operation failed, otherwise returnsfalse.
 
- isRoot() - Method in interface com.orchestranetworks.hierarchy.HierarchyNode
- 
Returns trueif the current node is the root of the hierarchy.
 
- isRoot() - Method in class com.orchestranetworks.instance.DefinitionMode
- 
- isRoot() - Method in class com.orchestranetworks.schema.Path
- 
Returns trueif this is the root path (whose canonical notation is "/").
 
- isRoot() - Method in interface com.orchestranetworks.ui.UILabelRendererForHierarchyContext
- 
Returns trueif the current node is the root of the hierarchy;
 otherwise, it returnsfalse.
 
- isRootAdaptation() - Method in interface com.onwbp.adaptation.Adaptation
- 
Returns trueif this is a root dataset,
 meaning it has no parent dataset.
 
- isRowToolbarHidden() - Method in interface com.orchestranetworks.ui.form.widget.UITable
- 
Returns trueif row toolbars are hidden.
 
- isSameFlag(String) - Method in class com.orchestranetworks.service.ActionPermission
- 
Returns trueif the flag specified is the
 same as the flag of this permission.
 
- isSameFlag(String) - Method in class com.orchestranetworks.userservice.permission.UserServicePermission
- 
Returns trueif the flag specified is the
 same as the flag of this permission.
 
- isSchemaDefinitionCompliant(boolean) - Method in interface com.onwbp.adaptation.Adaptation
- 
Returns trueif the validation report of this dataset or record
 has no errors.
 
- isSchemaInstance() - Method in interface com.onwbp.adaptation.Adaptation
- 
Returns trueif this is a dataset, not a table record.
 
- isScriptTask() - Method in interface com.orchestranetworks.workflow.ProcessInstanceStep
- 
Returns trueif this step is a script task.
 
- isSecure() - Method in interface com.orchestranetworks.rest.inject.SessionContext
- 
Returns trueif the request was made using a secure
 channel (such as HTTPS),falseotherwise.
 
- isSelectionLink() - Method in interface com.orchestranetworks.schema.relationships.SchemaNodeExplicitRelationship
- 
Returns trueif this
 relationship is a selection link.
 
- isSelectNode() - Method in interface com.orchestranetworks.schema.SchemaNode
- 
Returns trueif this node is a selection link.
 
- isSelf() - Method in class com.orchestranetworks.schema.Path
- 
Returns trueif 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 trueif the parameteraHomeis a D3 replica delivery dataspace or its snapshot,
 otherwise returnsfalse.
 
- isSlaveNode() - Method in class com.orchestranetworks.d3.D3NodeFactory
- 
Returns whether the current node is a replica node. 
- isSortedByRelevancy() - Method in class com.onwbp.adaptation.Request
- 
Returns whether the results of this request should be sorted by relevancy. 
- isSortedByRelevancy() - Method in class com.onwbp.adaptation.RequestSortCriteria
-  
- isSortOnLabel() - Method in class com.onwbp.adaptation.RequestSortCriteria
-  
- isSpecificRole() - Method in class com.orchestranetworks.service.Profile
- 
Returns trueif this profile is a specific role.
 
- isSpecificRoleDefined(Role) - Method in class com.orchestranetworks.service.directory.Directory
- 
Returns trueif 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 trueif the process instance is a sub-workflow,
 otherwise returnsfalse.
 
- isSubWorkflowsInvocation() - Method in interface com.orchestranetworks.workflow.ProcessInstanceStep
- 
Returns trueif this step is a sub-workflow invocation.
 
- isSystemUser() - Method in interface com.orchestranetworks.service.Session
- 
Returns truefor a System session.
 
- isTableNode() - Method in interface com.orchestranetworks.schema.SchemaNode
- 
Returns trueif this node is a table node.
 
- isTableOccurrence() - Method in interface com.onwbp.adaptation.Adaptation
- 
Returns trueif this is a table record, not a dataset.
 
- isTableOccurrenceNode() - Method in interface com.orchestranetworks.schema.SchemaNode
- 
Returns trueif this node is in a table record.
 
- isTableRefInverse() - Method in interface com.orchestranetworks.schema.info.AssociationLink
- 
Returns trueif this
 association is the inverse of a foreign key.
 
- isTableRefLink() - Method in interface com.orchestranetworks.schema.relationships.SchemaNodeExplicitRelationship
- 
Returns trueif 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 trueif the current record is a record
 in the target table.
 
- isTarget() - Method in interface com.orchestranetworks.ui.UILabelRendererForHierarchyContext
- 
Returns trueif the current record is a target
 table record; otherwise, it returnsfalse.
 
- isTechnicalBranch() - Method in class com.onwbp.adaptation.AdaptationHome
- 
Returns trueif thisAdaptationHomeis a
 technical dataspace.
 
- isTechnicalVersion() - Method in class com.onwbp.adaptation.AdaptationHome
- 
Returns trueif thisAdaptationHomeis a technical snapshot.
 
- isTerminal() - Method in interface com.orchestranetworks.hierarchy.HierarchyNode
- 
Returns trueif the current node has no children
 in the hierarchy.
 
- isTerminal() - Method in interface com.orchestranetworks.ui.UILabelRendererForHierarchyContext
- 
Returns trueif the current record has no children in the hierarchy;
 otherwise, it returnsfalse.
 
- isTerminalValue() - Method in interface com.orchestranetworks.schema.SchemaNode
- 
Returns trueif this node is terminal.
 
- isTerminalValueComputed() - Method in interface com.orchestranetworks.schema.SchemaNode
- 
Returns trueif this node is a terminal node whose value is not
 directly stored in EBX® repository.
 
- isTerminalValueDescendant() - Method in interface com.orchestranetworks.schema.SchemaNode
- 
Returns trueif this node is the descendant of a terminal value node.
 
- isTopToolbarHidden() - Method in interface com.orchestranetworks.ui.form.widget.UITable
- 
Returns trueif 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
- 
- isUpdateByDelta() - Method in class com.orchestranetworks.service.ImportSpec
- 
- isUpdateOrInsert() - Method in class com.orchestranetworks.service.ImportSpecMode
- 
- isURI() - Method in class com.orchestranetworks.schema.SchemaLocation
- 
Returns trueif this instance is a URL-based location.
 
- isUserDefined(UserReference) - Method in class com.orchestranetworks.service.directory.Directory
- 
Returns trueif 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 trueif the user has the specified role.
 
- isUserInRole(UserReference, Role) - Method in class com.orchestranetworks.service.directory.DirectoryDefault
- 
Returns trueif the user has the specified role.
 
- isUserInRole(UserReference, Role) - Method in class com.orchestranetworks.service.directory.DirectoryHandler
- 
Returns trueif the user has the specified role.
 
- isUserInRole(Profile) - Method in interface com.orchestranetworks.service.Session
- 
Returns trueif the current user or the session has the specified profile.
 
- isUserInRoleAdmin(PublishedProcessKey) - Method in class com.orchestranetworks.workflow.WorkflowEngine
- 
Returns trueif 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 trueif 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 trueif this user is an owner of the specified dataset.
 
- isUserOwner(AdaptationHome) - Method in interface com.orchestranetworks.service.Session
- 
Returns trueif this user is an owner of the specified dataspace.
 
- isUserReference() - Method in class com.orchestranetworks.service.Profile
- 
Returns trueif this profile references a user.
 
- isUserSubmitCheckModifiedValues() - Method in enum com.orchestranetworks.schema.info.SchemaFacetBlocksCommit
-  
- isUserTask() - Method in interface com.orchestranetworks.workflow.ProcessInstanceStep
- 
Returns trueif this step is a user task.
 
- isValidationDisabled() - Method in interface com.orchestranetworks.schema.SchemaNode
- 
Returns trueif the validation is disabled on this node.
 
- isValidationMessageThresholdItem() - Method in interface com.orchestranetworks.service.ValidationReportItem
- 
Returns trueif 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 trueif the specified values are equal, according to the underlying XML Schema type.
 
- isValueFunction() - Method in interface com.orchestranetworks.schema.SchemaNode
- 
Returns trueif 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 trueif 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 trueif 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 trueif the specified variable name is
 defined in the data context.
 
- isVersion() - Method in class com.onwbp.adaptation.AdaptationHome
- 
Returns trueif thisAdaptationHomeis a snapshot.
 
- isVersion() - Method in class com.orchestranetworks.instance.HomeKey
- 
Returns trueif this key identifies a snapshot.
 
- isView() - Method in enum com.orchestranetworks.ui.FirstCallDisplay
-  
- isWaitTask() - Method in interface com.orchestranetworks.workflow.ProcessInstanceStep
- 
Returns trueif this step is a wait task.
 
- isWarn() - Method in class com.orchestranetworks.service.LoggingCategory
- 
Returns trueif priority 'warn'
 is enabled.
 
- isWarning() - Method in class com.onwbp.base.text.Severity
-  
- isWarning() - Method in class com.onwbp.base.text.UserMessage
- 
Returns trueif this message is a warning.
 
- isWarning() - Method in interface com.orchestranetworks.service.ValidationReportItem
- 
Returns trueif this item is a warning.
 
- isWorkspace() - Method in class com.orchestranetworks.ui.action.DisplayMode
- 
- isWorkspace() - Method in class com.orchestranetworks.ui.action.DisplayMode.Workspace
-  
- isXPathLink() - Method in interface com.orchestranetworks.schema.info.AssociationLink
- 
Returns trueif this
 association is over an XPath predicate.
 
- isXSDBuiltInDatatype() - Method in interface com.orchestranetworks.schema.SchemaTypeName
-