This document lists the Java API changes made in this release. The comparison is performed between the current version and 5.9 [v1098].
Class AbstractPrefilteredAdaptationFilter
Defines a base class for implementing a {PrefilteredAdaptationFilter}.
Method Adaptation.createQuery(String)
Creates a query over this dataset from the specified SQL string.
Method Adaptation.createQueryBuilder()
Returns a query builder initialized with this dataset for unqualified tables.
Method Adaptation.getLabel(Session)
Returns the label of the dataset or record corresponding to the locale in the specified session.
Method Adaptation.getLabelOrName(Session)
Returns the label of the dataset or record corresponding to the locale in the specified session.
Method Adaptation.getLastTransactionId()
Returns the identifier of the last transaction in which this dataset or record has been modified.
Method AdaptationHome.getValidationReport(Severity)
Returns all validation reports for datasets in this AdaptationHome that have at least one validation item of the specified severity or higher.
Method AdaptationHome.getValidationReport(ValidationSpec)
Returns the validation report for this dataspace according to the specified properties.
Method AdaptationHome.isUsedByValidation()
Checks whether the current instance of AdaptationHome is a dedicated validation dataspace.
Method AdaptationTable.getLastModificationDate()
Retrieves the date of the most recent modification operation performed on the table.
Constructor IncompatibleChangeError(String, Adaptation)
@since 6.0.0
Interface PrefilteredAdaptationFilter
Defines an {AdaptationFilter} that can be optimized using a prefilter predicate.
Method Request.checkForbiddenNodes()
When the execution would fail and throw a {QueryPermissionException}, this method returns the forbidden fields and the dataset in which these are forbidden.
Method Request.isSortedByRelevancy()
Returns whether the results of this request should be sorted by relevancy.
Method Request.sortByRelevancy()
Specifies that the results of this request will be sorted according to their relevancy regarding the search criterion (most relevant first).
Method RequestSortCriteria.isSortOnLabel()
@since 6.0.0
Method RequestSortCriteria.isSortedByRelevancy()
@see Request#isSortedByRelevancy() @since 6.0.0
Class UnavailableRepositoryException
Checked exception thrown when the repository is not available.
Method XPathExpressionHelper.createAdaptationFilterForXPath(String, SchemaNode, Locale)
Creates a new filter, given a table and an XPath expression.
Interface DataspaceValidationReport
Defines the validation report of a dataspace.
Method UserMessageRef.hashCode()
Constant CategoryVersion.DATA_BO_COMPACT_V1
Data-compact business object category version 1.
Constant CategoryVersion.DATA_BO_V1
Data Business Object category version 1.
Constant CategoryVersion.DATA_COMPACT_V1
Data-compact category version 1.
Constant CategoryVersion.FORM_DATA_COMPACT_V1
form-Data category version 1.
Constant CategoryVersion.FORM_DATA_V1
form-Data category version 1.
Method CategoryVersion.getCategoryUriBuilder(CategoryVersion)
Constant Constants.Auth.KEY_ACCESS_TOKEN
Constant Constants.Auth.KEY_LOGIN
Constant Constants.Auth.KEY_PASSWORD
Constant Constants.Auth.KEY_PASSWORD_NEW
Constant Constants.Auth.KEY_SPECIFIC
Constant Constants.Auth.KEY_TOKEN_TYPE
Interface Constants.Constraint
Constraint keys and values.
Constant Constants.Data.CATEGORY_COMPACT
Constant Constants.Data.KEY_ACTIVATED
Constant Constants.Data.KEY_CHILDREN_DETAILS
Constant Constants.Data.KEY_DATA_MODEL
Constant Constants.Data.KEY_DESCRIPTION
Constant Constants.Data.KEY_DOCUMENTATION
Constant Constants.Data.KEY_HAS_CHILDREN
Constant Constants.Data.KEY_INFORMATION
Constant Constants.Data.KEY_IS_SELECT_ALLOWED
Constant Constants.Data.KEY_KEY
Constant Constants.Data.KEY_LOCALE
Constant Constants.Data.KEY_MODULE
Constant Constants.Data.KEY_OPEN_API_DETAILS
Constant Constants.Data.KEY_OWNER
Constant Constants.Data.KEY_PARENT
Constant Constants.Data.KEY_PATH_IN_MODULE
Constant Constants.Data.KEY_PUBLICATION
Constant Constants.Data.KEY_SORT_BY_RELEVANCY
Constant Constants.Data.KEY_TECHNICALS_UUID
Constant Constants.Data.KEY_VERSION_NAME
Constant Constants.Data.PARAM_CHECK_NOT_CHANGED_SINCE_LAST_UPDATE_TIME
Constant Constants.Data.PARAM_EBX_CHANNEL
Constant Constants.Data.PARAM_EBX_INDENT
Constant Constants.Data.PARAM_SORT_PRIORITY
Constant Constants.Data.URL_ACTION_CHILDREN
Constant Constants.Data.URL_ACTION_COUNT
Constant Constants.Data.URL_ACTION_MASS
Constant Constants.Data.URL_ACTION_SELECT
Constant Constants.Data.VALUE_EBX_CHANNEL_UI
Constant Constants.Data.VALUE_FILTER_SELECT_ALL
Selects all the entities for update or delete.
Constant Constants.Data.VALUE_INCLUDE_METADATA_ALL
@see #PARAM_INCLUDE_METADATA @since 6.1.0
Interface Constants.Dataspace
Dataspace keys and parameters.
Interface Constants.DeleteReport
Deletes report keys.
Constant Constants.Error.KEY_ERRORS_LEVEL
Interface Constants.FormData
Form-data keys and parameters <a href="{/.
Interface Constants.Health
Specifies the health keys.
Constant Constants.Meta.KEY_ASSOCIATION
Constant Constants.Meta.KEY_ASSOCIATION_TYPE
Constant Constants.Meta.KEY_ASSOCIATION_XPATH_LINK_PREDICATE
Constant Constants.Meta.KEY_AUTO_INCREMENT
Constant Constants.Meta.KEY_CHECK_NULL_INPUT
Constant Constants.Meta.KEY_CONSTRAINTS
Constant Constants.Meta.KEY_LINKED_FIELD
Constant Constants.Meta.KEY_LINKED_FIELD_PATH
Constant Constants.Meta.KEY_READ_ONLY
Constant Constants.Meta.VALUE_ASSOCIATION_TYPE_TABLE_REF_INVERSE
Constant Constants.Pagination.KEY_CURSOR
Pagination cursor position.
Constant Constants.Pagination.KEY_MAX
Maximum page cursor position.
Constant Constants.Pagination.PARAM_PAGE_SIZE_DATASPACE_SELECTION_MAX_VALUE
Constant Constants.Selector.PARAM_PAGE_SIZE
Interface Constants.ValidationReport
Validation report keys.
Constant HomeKey.KEY_PATTERN_COMPILED
The compiled representation of a dataspace or a snapshot key.
Method RecordContext.setValue(Object, SchemaNode)
Modifies the value of the specified node.
Method Repository.getDefaultWhenFullyInitialized()
Returns the default instance of this class once the full initialization is done.
Method Repository.reopenHome(AdaptationHome, Session)
Reopens the specified home.
Constant RepositoryId.LENGTH
Repository identifier length.
Constant RepositoryId.PATTERN
Repository identifier string pattern.
Method ValueContextForValidation.getFunctionalDataspace()
Returns the dataspace that contains the adaptation for which the validation has been requested.
Method ValueContextForValidationOnRecord.isRecordCreation()
Returns true if the current record is being created.
Method ValueContextForValidationOnTable.getFunctionalDataspace()
Returns the dataspace that contains the table for which the validation has been requested.
Method SessionInteraction.getWorkItemKey()
Returns the work item key associated to the current session interaction.
Method ModuleRegistration.handleSearchRegistration(ModuleSearchRegistrationContext)
Override this method to register module-defined search templates and custom lists of synonyms and stopwords.
Interface ModuleSearchRegistrationContext
Context for registering custom search resources in EBX®.
Class QueryPermissionException
This exception is thrown when a query fails because some nodes are not visible for the user.
Interface Query
An object that represents a compiled and validated SQL query.
Interface QueryBuilder
A builder for query objects, capable of creating queries which reference tables from multiple datasets.
Class QueryParseException
Thrown if a SQL query string cannot be parsed.
Interface QueryResult
Represents the result of a query.
Interface Tuple
Interface for extracting the elements of a query result tuple.
Constant ApplicationConstant.REST_DEFAULT_OPENAPI_APPLICATION_PATH
Default OpenAPI web application {URL} mapping for JAX-RS OpenAPI application.
Constructor LocalizedException(int, UserMessage)
@see #LocalizedException(int, UserMessage, Throwable)
Constructor LocalizedException(int, UserMessage, Integer, Throwable)
Constructs a new instance with the provided data.
Constructor LocalizedException(int, UserMessage, Throwable)
Constructs a new instance with the provided data, without functional error code.
Constructor RESTApplicationAbstract(Consumer)
Creates a new REST Toolkit application configuration initialized with mandatory and custom properties, resources and providers.
Annotation ExtendedInput
An annotation used to configure the extended JSON input format for a Data Transfer Object (DTO) field of type {ContentHolder}.
Annotation ExtendedOutput
Annotation used to configure the extended JSON output format for a Data Transfer Object (DTO) field of type {ContentHolder}.
Annotation OpenApiApplicationPath
Annotation used to automatically create a JAX-RS application serving OpenAPI REST resource for the underlying REST Toolkit application.
Annotation OpenApiResource
Annotation used to activate the OpenAPI documentation on the annotated REST resource Java class.
Annotation Table
Annotation used to reference a schema table linked to a Data Transfer Object (DTO) field of type {ContentHolder}.
Method SessionContext.getProcedureUtility()
Returns a configured procedure utility instance.
Class ContentHolder
Provides a facade to a table record in EBX®.
Class ContentHolderForInput
Provides a facade to automatically parse a part of the request body that may represent a table record.
Class ContentHolderForOutput
Provides a facade to automatically serialize an {Adaptation}, that corresponds to a table record, into a JSON response body.
Enum Include
Holds the available options for configuring the content of the generated JSON response body.
Constant BuiltinQueryParam.COMMIT_THRESHOLD
The query parameter "ebx-commitThreshold" specifies the maximum size of a transaction during the execution of a {Procedure}.
Class CategoryURIBuilder
Maps each REST category and available version to their related URI builder.
Interface ProcedureUtility
This class eases {Procedure} execution through automatic pre-configuration.
Interface URIBuilderForBuiltin.ForDataAndHistory
Aggregates methods to generate built-in REST services {URI} to data and history category resources.
Interface URIBuilderForBuiltin.ForDataset
Contains methods to generate built-in REST services {URI} to a dataset.
Interface URIBuilderForBuiltin.ForDataspace
Beta feature: Contains methods to generate built-in REST services {URI} to a dataspace.
Interface URIBuilderForBuiltin.ForNode
Contains methods to generate built-in REST services {URI} to a record field or a dataset node.
Interface URIBuilderForBuiltin.ForRecord
Contains methods to generate built-in REST services {URI} to a record.
Interface URIBuilderForBuiltin.ForTable
Contains methods to generate built-in REST services {URI} to a table.
Method URIBuilderForBuiltin.extendedAction(String)
Appends the provided extended action to the generated URI path's end.
Method URIBuilderForBuiltin.firstPage()
Replaces the first page action from the existing set of query parameters.
Method URIBuilderForBuiltin.lastPage()
Replaces the last page action from the existing set of query parameters.
Method URIBuilderForBuiltin.nextPage(String)
Replaces the next page action and page record filter from the existing set of query parameters.
Method URIBuilderForBuiltin.pageSize(int)
Replaces the provided pageSize from the existing set of query parameters.
Method URIBuilderForBuiltin.previousPage(String)
Replaces the previous page action and page record filter from the existing set of query parameters.
Method URIBuilderForBuiltin.queryParams(MultivaluedMap)
Appends the provided query parameters to the existing set of query parameters.
Method URIBuilderForBuiltin.queryParams(Map)
@see #queryParams(MultivaluedMap)
Method URIInfoUtility.createBuilderForBuiltin(CategoryURIBuilder)
Creates a {URI} builder useful for generating URIs for the EBX® built-in REST services.
Method URIInfoUtility.createBuilderForBuiltin(CategoryURIBuilder, boolean)
Creates a {URI} builder useful for generating URIs for the EBX® built-in REST services.
Method URIInfoUtility.getBaseURIForBuiltin()
Returns the EBX® built-in REST services base {URI}.
Method DependenciesDefinitionContext.addDependencyToInsertAndDelete(Path)
Specifies that the validation result of the current constraint depends on the insertions and deletions of the table node with the specified path.
Method DependenciesDefinitionContext.addDependencyToInsertDeleteAndModify(Path)
Specifies that the validation result of the current constraint depends on insertions, modifications and deletions on the node targeted by the specified path.
Specifies that the validation result of the current constraint depends on the insertions, modifications and deletions on the specified node in a given dataset.
Specifies that the validation result of the current constraint depends on the insertions, modifications and deletions on the specified node in a given dataset in a specific dataspace.
Method DependenciesDefinitionContext.addDependencyToModify(Path)
Specifies that the validation result of the current constraint depends on the value of the source node with the specified path in the same record.
Interface JavaBeanVersion
Defines a JavaBean behavior version.
Method SchemaExtensionsContext.setAccessRuleForCreateOnNode(Path, AccessRuleForCreate, UserMessage)
Declares that the access to a record node may be restricted by the specified rule while in a record creation context.
Declares that the access to an element's subtree may be restricted in a record creation context by the specified {AccessRuleForCreate}.
Method SchemaExtensionsContext.setAccessRuleOnInstance(AccessRule, UserMessage)
Declares that global access to a dataset may be restricted by the specified rule.
Method SchemaExtensionsContext.setAccessRuleOnNode(Path, AccessRule, UserMessage)
Declares that the access to an element may be restricted by the specified rule.
Method SchemaExtensionsContext.setAccessRuleOnNodeAndAllDescendants(Path, boolean, AccessRule, UserMessage)
Declares that the access to an element's subtree may be restricted by the specified rule.
Method SchemaExtensionsContext.setAccessRuleOnOccurrence(Path, AccessRule, UserMessage)
Declares that global access to a table record in the data model may be restricted by the specified rule.
Declares that the display and execution of the specified service is conditioned by the specified rule, when invoked on the element referred by the specified path.
Declares that the display and execution of the specified service is conditioned by the specified rule, for all elements matching the rule's type of EntitySelection under the specified data model element.
Method SchemaLocation.getPathInModule()
Returns the location of the related data model inside its container module if it is packaged in a module.
Method SchemaLocation.getPublicationName()
Returns the name of the publication if this instance is an embedded data model.
Method SchemaLocation.isPublication()
Returns true if this instance refers to a publication.
Method SchemaNode.getBusinessObjectModel()
Returns the business object model associated to this table node.
Method SchemaNode.getBusinessObjectModel(Adaptation, Session)
Returns the business object model associated to this node if it is a table node.
Method SchemaNode.getFacetOnMandatoryField()
Returns the facet corresponding to the cardinality constraint related to a mandatory field (declares both minOccurs=1 and maxOccurs=1).
Method SchemaNode.getNodeChildren(boolean)
Returns the data model nodes defined directly under this node.
Method SchemaNode.getRelationships(Adaptation, Session, boolean)
Returns the relationships defined by this node.
Method SchemaNode.getSchemaLinkedField()
Returns the information for a linked field.
Method SchemaNode.getTableEntityName()
Returns the entity name of this node if this node is a {#isTableNode() table node}.
Method SchemaNode.isLinkedNode()
Returns true if this node is a linked node.
Method TableRefFilterContext.setPrefilter(String)
Specifies an XPath filter that will be applied before evaluating {TableRefFilter#accept(Adaptation, ValueContext)}.
Interface BusinessObjectModel
Represents the definition of a business object in the context of a data model.
Interface BusinessObjectModelRelationship
Represent a relationship in the context of a business object model.
Interface ChildEntity
Provides a read-only access facade to a record related to the main record of a business object.
Interface DataModelBusinessObjectModels
Holds the {BusinessObjectModel business object models} defined in a data model.
Interface Entity
Provides a read-only access facade to a record of a business object.
Interface MainEntity
Provides a facade to the main record of a business object.
Method BeanElement.addFacetEnumeration(List)
Sets a list of possible values for this element.
Method BeanElement.setDefaultViewMode(DefaultViewMode)
Sets the default view mode.
Method BeanElement.setDisableTrimAtUserInput(boolean)
Specifies if leading and trailing whitespaces must be preserved upon user input.
Enum DefaultViewMode
List of default view modes used to define how a group or association is displayed.
Method AssociationLink.isConsistent(Adaptation)
Returns true if this association is consistent with the specified record or dataset.
Method SchemaFacet.getFacetValidationMessage()
Returns the validation message defined in the data model.
Method SchemaFacet.getSchemaNode()
Returns the node associated to this facet.
Method SchemaFacet.isFacetOnMandatoryField()
Returns true if this facet is related to a mandatory field (defines both minOccurs="1" maxOccurs="1").
Represents the blocking policy defined by a facet using the property osd:validation/blocksCommit.
Method SchemaFacetEnumeration.isConstraintEnumeration()
Returns true if this enumeration is programmatic (declared using the element osd:constraintEnumeration).
Method SchemaFacetEnumeration.isEnumerationStatic()
Returns true if this enumeration is static (declared using the element xs:enumeration).
Interface SchemaFacetOnMandatoryField
This interface corresponds to a cardinality constraint on a mandatory field (defines both minOccurs="1" and maxOccurs="1").
Method SchemaFacetTableRef.getXPathFilter()
Returns the XPath filter defined on this foreign key constraint.
Interface SchemaFacetValidationMessage
Represents the validation messages defined by a facet in a data model.
Interface SchemaLinkedField
This interface contains the information for a linked node (node that defines osd:function linkedField="aPath" property).
Interface SchemaNodeBreadcrumbProperties
Represents the breadcrumb element associated with a table, a foreign key or an association node in a resolved data model.
Method SchemaNodeDefaultView.isHiddenInAllViews()
Returns true if the associated node is hidden in all views of a table.
Method SchemaNodeDefaultView.isHiddenInQuickSearch()
Returns true if the associated node is hidden in the quick search tool.
Method UniquenessConstraint.getCaseSensitivity()
Returns the case sensitivity used to check string fields defined in the uniqueness constraint.
Interface SchemaMetadataConstants
This interface contains the {Path paths} to the nodes that hold the metadata associated to table records.
Method SchemaNodeExplicitRelationship.getBreadcrumbProperties()
Returns the properties defined in the data model (property breadcrumb) related to the breadcrumb displayed in the user interface.
Method SchemaNodeExplicitRelationship.getTableNode(Adaptation)
Returns the table node referred to by this link in the context of the specified dataset.
Method SchemaNodeExplicitRelationship.isDynamic()
Returns true if this relationship refers to a dataset that is not statically defined in the data model.
Method SchemaNodeRelationships.getExplicitRelationships(boolean)
Returns the explicit relationships defined by the associated node.
Interface AfterDuplicateInstanceContext
Provides an execution context for handling post-dataset duplication operations.
Interface AfterModifyInstanceContext
Provides a context for executing operations after modifying dataset fields.
Interface BeforeModifyInstanceContext
Provides a context for executing operations before modifying dataset fields.
Method InstanceTrigger.handleAfterDuplicate(AfterDuplicateInstanceContext)
This method is called after the duplication of a dataset This method is invoked even if {ProcedureContext#setTriggerActivation(boolean)} has been set to false.
Method InstanceTrigger.handleAfterModify(AfterModifyInstanceContext)
This method is called after the modification of a field outside a table.
Method InstanceTrigger.handleBeforeModify(BeforeModifyInstanceContext)
This method is called before the modification of a field outside a table.
Class SearchStrategyKey
Identifies a search strategy.
Interface StopWordsDeclaration
This interface represents a list of stop words to be declared in a module.
Class StopWordsKey
Identifies a stop word list.
Interface SynonymDeclaration
This interface represents a list a synonyms to declare in a module.
Interface SynonymPair
Represents a pair of synonyms.
Class SynonymsKey
Identifies a Synonyms list.
Interface SearchTemplate
The main interface to implement for a search template.
Class SearchTemplateKey
Identifies a search template.
Interface SearchTemplateManager
Provides access to the declared {SearchTemplate search templates}.
Method AccessPermission.max(Supplier)
Returns the least restrictive between this permission, and the permission supplied by the specified function.
Method AccessPermission.min(Supplier)
Returns the most restrictive between this permission, and the permission supplied by the specified function.
Creates a record in the specified table with the specified system metadata.
Constant ServiceKey.HIERARCHY_ATTACH
Built-in service to attach nodes in a hierarchical view.
Constant ServiceKey.HIERARCHY_DETACH
Built-in service to detach nodes in a hierarchical view.
Constant ServiceKey.MY_PROFILE
Built-in service to access current user's profile settings.
Method Session.isUserOwner(AdaptationHome)
Returns true if this user is an owner of the specified dataspace.
Method SessionPermissions.getGlobalPermissionToIde()
Returns whether the user has permission to access the IDE user interface.
Method URLQuery.format()
Method URLQuery.format(String)
Method ValidationReport.hasTooManyItemsOfConstraint(SchemaFacet)
Returns true if the message threshold has been reached by the specified constraint.
Method ValidationReportItem.getBlocksCommit()
Returns the blocking policy associated with this item.
Method ValidationReportItem.getFacet()
Returns the facet that is associated with this item, null if no facet is associated with this item.
Method ValidationReportItemIterator.close()
Closes this iterator, relinquishing any underlying resources.
Method ValidationReportItemSubject.isDatasetOrRecordSubject()
Returns true if it represents the subject of a validation report item in the context of a dataset or record.
Method ValidationReportItemSubject.isTableSubject()
Returns true if it represents the subject of a validation report item in the context of a table.
Enum ValueContextForUpdate.ValidationPolicy
Defines the policy for validating this content.
Method ValueContextForUpdate.getValidationReport()
Returns the validation report of this content.
Method ValueContextForUpdate.getValidationReport(ValueContextForUpdate.ValidationPolicy)
Returns the validation report of this content.
Method ValueContextForUpdate.setValue(Object, SchemaNode)
Sets the value of the specified node.
Method ValueContextForUpdate.setValueFromXsString(String, SchemaNode)
Sets the string value specified.
Method DifferenceHelper.compareDatasetByDate(Adaptation, Date, Date)
Performs a comparison between two transaction dates for a dataset and returns the result.
Method DifferenceHelper.compareDatasetByTransactionID(Adaptation, long, long)
Performs a comparison between two transaction for a dataset and returns the result.
Method DifferenceHelper.compareDataspaceByDate(AdaptationHome, Date, Date)
Performs a comparison between two transaction dates for a dataspace and returns the result.
Method DifferenceHelper.compareDataspaceByTransactionID(AdaptationHome, long, long)
Performs a comparison between two transactions for a dataspace or a snapshot and returns the result.
Method DifferenceHelper.compareRecordByDate(Adaptation, Date, Date)
Performs a comparison between two dates for a record and returns the result.
Method DifferenceHelper.compareRecordByTransactionID(Adaptation, long, long)
Performs a comparison between two transaction times for a record and returns the result.
Method DifferenceHelper.compareTableByDate(AdaptationTable, Date, Date)
Performs a comparison between two dates for a table and returns the result.
Method DifferenceHelper.compareTableByTxId(AdaptationTable, long, long)
Performs a comparison between two transaction times for a table and returns the result.
Method Directory.hasUsersInRole(Role)
Returns true if one or more users have the specified role.
Method DirectoryDefault.formerEncryptString(String)
Returns the encrypted string corresponding to the 'clear-text' password specified, as per releases prior to 6.0.2.
Method DirectoryDefault.hashPassword(String, String)
Returns the SHA-512 hash of the password, and uses the login as salt.
Method DirectoryHandler.hasUsersInRole(Role)
@see Directory#hasUsersInRole(Role) @since 6.0.6
Class EncryptPassword
Provides a EBX® Default Directory Utility to encrypt a user password.
Interface HashComputation
Defines an interface to compute the hash of a password.
Class LdapDirectoryFactory
Built-in LDAP directory factory for EBX®.
Method JavaScriptCatalog.ebx_form_setMandatoryIndicator(String, boolean)
Adds or removes a mandatory indicator (*) next to the label of the specified node to simulate that it is mandatory.
Method JavaScriptCatalog.ebx_getWorkspaceTitle()
Gets the title of the current workspace in which the component is running.
Constant UIButtonIcon.BINOCULARS
@since 6.0.0
Constant UIButtonIcon.BLOCK_COLLAPSE
@since 6.0.0
Constant UIButtonIcon.BLOCK_EXPAND
@since 6.0.0
Constant UIButtonIcon.DYNAMIC_HIDDEN
Constant UIButtonIcon.FIND_NEXT
@since 6.0.0
Constant UIButtonIcon.FIND_PREVIOUS
@since 6.0.0
Constant UIButtonIcon.FULLSCREEN_OFF
@since 6.0.0
Constant UIButtonIcon.FULLSCREEN_ON
@since 6.0.0
Constant UIButtonIcon.NO_SEARCH
@since 6.0.0
Constant UIButtonIcon.SORT_BY_RELEVANCY
@since 6.0.0
Method UIButtonIcon.getCSSClass()
Method UIContext.getHierarchyMember()
Returns current hierarchy node if the current UIBeanEditor is instantiated in the context of a hierarchy.
Constant UIHttpManagerComponent.ViewFeatures.SEARCH_PANE
Workspace search pane.
Method UIHttpManagerComponent.createWithURIWithParameters(String)
Creates an instance of this class in order to call the EBX® user interface from an external application.
Method UIHttpManagerComponent.createWithURIWithParametersForSubSession(String, Session)
Creates an instance of this class in order to call the EBX® user interface in a separate sub-session (namely, a Web Component).
Method UIHttpManagerComponent.getPerspectiveName()
Returns the selected perspective name.
Method UIHttpManagerComponent.getViewPublication()
Returns the published custom view that will be applied to the selected content.
Method UIHttpManagerComponent.getWorkflowView()
Returns the workflow view using the service {ServiceKey#WORKFLOW}.
Method UIHttpManagerComponent.selectPerspective(String)
Selects the specified perspective.
Method UIHttpManagerComponent.selectPerspectiveAction(String, String)
Selects the specified perspective action.
Method UIHttpManagerComponentHelper.getReturnCodeFromHttpRequest(ServletRequest)
Extracts the return code generated by the EBX® Web Component; returns null if no return code is set in the request.
Method UIJavaScriptWriter.addJS_switchToPerspectiveAction(String, String)
Changes the page of the highest EBX® frame to the specified perspective action.
Method UILabelRendererContext.getCurrentPerspective()
Returns the current perspective.
Method UILabelRendererContext.getCustomViewContext()
Returns the view context.
Method UILabelRendererForHierarchyContext.getMember()
Returns the current hierarchy member being displayed.
Method UIResourceLocator.getURLForPerspectiveSelection(String)
Returns a URL that, when used, changes the current navigation context to the specified perspective.
Method UIResourceLocator.getURLForPerspectiveSelection(String, String)
Returns a URL that, when used, changes the current navigation context to the specified perspective action.
Method UIResponseContext.newTextBox(Path, String)
Returns a text input field with specified id, which can be one-line or multi-line.
Method UITableFilterContext.getCustomViewContext()
Returns the view context.
Method UIFormContext.getCurrentPerspective()
Returns the current perspective.
Method UIFormContext.getCustomViewContext()
Returns the view context.
Method UIFormWriter.addJS_setNodeMandatoryIndicator(boolean, Path)
Adds or removes a mandatory indicator (*) next to the label of the specified node to simulate that it is mandatory.
Method UITable.getRowToolbar()
Returns the programmatic toolbar to display on row.
Method UITable.getRowToolbarName()
Returns the name of the toolbar to display on row.
Method UITable.getTopToolbar()
Returns the programmatic toolbar to display on top.
Method UITable.getTopToolbarName()
Returns the name of the toolbar to display on top.
Method UITable.isRowToolbarHidden()
Returns true if row toolbars are hidden.
Method UITable.isTopToolbarHidden()
Returns true if table toolbar is hidden.
Method UITable.setRowToolbar(Toolbar)
Specifies the programmatic toolbar to display on row.
Method UITable.setRowToolbarHidden(boolean)
Specifies if table should display its toolbars on rows.
Method UITable.setRowToolbarName(String)
Specifies the name of the toolbar to display on row.
Method UITable.setTopToolbar(Toolbar)
Specifies the programmatic toolbar to display on top.
Method UITable.setTopToolbarHidden(boolean)
Specifies if table should display its toolbar.
Method UITable.setTopToolbarName(String)
Specifies the name of the toolbar to display on top.
Method WidgetDisplayContext.getCurrentPerspective()
Returns the current perspective.
Method WidgetDisplayContext.getCustomViewContext()
Returns the view context.
Method WidgetDisplayContext.getHierarchyMember()
Returns the current hierarchy member if the current {UIBeanEditor} is instantiated in the context of a hierarchy.
Enum DisplayDensity
Represents the display density mode.
Interface Perspective
Interface that provides information about a perspective.
Interface PerspectiveAction
Interface that represents the action of a perspective item.
Interface PerspectiveActionItem
Interface that represents a perspective action item.
Class PerspectiveHandler
An instance of this class offers methods to retrieve the perspectives defined in the current repository.
Interface PerspectiveIcon
Interface that represents an icon of a perspective menu item.
Enum PerspectiveIconType
Enumerates the different types of icons.
Interface PerspectiveItem
Interface that represents a perspective item.
Interface PerspectiveItemContainer
Interface representing an item that can have children.
Enum PerspectiveItemType
Lists the different items of the perspective menu.
Interface PerspectiveItemWithIcon
Interface that represents an item that can have an icon.
Interface PerspectiveSectionItem
Interface that represents an item of a perspective section.
Interface PerspectiveTheme
Interface that represents a perspective theme.
Method ToolbarButton.setDescription(String)
Sets the description of the button.
Method ToolbarButton.setDescription(UserMessage)
Sets the description of the button.
Method ToolbarButton.setHighlighted(boolean)
Defines if this button should be highlighted.
Constant ToolbarLocation.CUSTOM_LOCATION
Menu displayed in a custom location.
Constant ToolbarLocation.SIDEBAR
Menu displayed as a sidebar in the app.
Constant ToolbarLocation.TILE_VIEW
Toolbar displayed on each tile of a tile view.
Method ToolbarLocation.getCustomToolbarLocation(ServicePermissionRuleContext)
Returns the custom toolbar location contextual information.
Method ToolbarLocation.isCustom()
Method ToolbarLocation.isSidebar()
Interface TileDescription
Provides information on tile view description.
Interface TileImage
Provides information on tile view Image.
Interface UICustomViewContext
Provides information on custom view context.
Interface UICustomViewKey
Provides information on custom view key.
Class UICustomViewKeyFactory
Provides factory methods to create {UICustomViewKey}s.
Interface UIHierarchicalView
Provides information on hierarchical view.
Interface UITabularView
Provides information on tabular view.
Interface UITileView
Provides information on tile view.
Interface UIView
Provides information on custom view.
Method UserServiceDisplayConfigurator.newTabbedPane()
Creates a tabbed pane.
Method UserServiceDisplayConfigurator.newTabbedPane(String)
Creates a tabbed pane.
Interface UserServiceForCreate
Extended interface that can be implemented by a user service replacing a creation form.
Interface UserServiceGetCreatedRecordContext
This interface defines methods to get contextual information about the user service being invoked.
Method UserServicePaneContext.getCustomViewContext()
Returns the view context.
Method UserServiceRequest.getCurrentPerspective()
Returns the current perspective.
Method UserServicePropertiesDefinitionContext.setDescriptionForConfiguration(String)
Defines the service description to be displayed in a configuration context.
Method UserServicePropertiesDefinitionContext.setDescriptionForConfiguration(UserMessage)
Defines the service description to be displayed in a configuration context.
Method UserServicePropertiesDefinitionContext.setLabelForConfiguration(String)
Defines the service label to be displayed in a configuration context.
Method UserServicePropertiesDefinitionContext.setLabelForConfiguration(UserMessage)
Defines the service label to be displayed in a configuration context.
Method CreationWorkItemSpec.forAllocationWithPossibleReallocation(UserReference, Collection)
Allows to create a work item allocated to the specified user with the possibility to reallocate to a profile contained in offeredToProfiles.
Method ProcessInstanceStep.isHiddenInProgressView()
Indicates if the step has been defined as hidden in the progress view.
Method ProcessLauncher.isDefinedAsInputParameter(String)
Returns whether a specified variable name is defined in the data context as an input parameter.
Method ProcessLauncher.isForegroundSubworkflow()
Indicates whether the sub-workflow is considered has a foreground sub-workflow.
Class PublicationSpec
Specifications for publishing a single workflow.
Enum PublicationSpec.PublicationMode
Retrieves the mode of the publication.
Method SubWorkflowsCreationContext.setForegroundSubWorkflow(ProcessLauncher)
Registers which sub-workflow should be opened, accordingly to the progress strategy of the previous step.
Method WorkflowEngine.getFromUserServiceContext(UserServiceRequest)
Creates a workflow engine from a user service context.
Method WorkflowEngine.getWorkflowPublisher()
Retrieves an instance of the WorkflowPublisher class.
Method WorkflowEngine.isUserAuthorizedToLaunch(PublishedProcessKey)
Returns true if the user of the current session is authorized to launch a workflow for the specified publication key.
Method WorkflowEngine.unPublish(PublishedProcessKey, boolean, UserReference)
Unpublishes a workflow process publication.
Class WorkflowLauncherInfo
Represents information about a workflow launcher activation, including details about the launcher, associated documentation, and context variables.
Class WorkflowLauncherInfoHelper
This class provides utility methods for retrieving and processing information about available workflow launcher activations.
Interface WorkflowPublisher
Publishes one or more workflow.
Method AdaptationHome.isMarkedForPurge()
Always returns false.
Method AdaptationTable.getRootKey()
Returns the key to the virtual root record of this table.
Method PrimaryKey.parseList(List)
Method RequestResult.refresh()
Method D3Broadcast.getDeliveryStatus()
Returns the global delivery status of the broadcast handler for the default delivery mode (clustered).
Method D3Engine.broadcast(VersionKey)
Asynchronously broadcasts a snapshot.
Method D3NodeAsMaster.getD3SlaveFromId(String)
Returns the replica for the specified identifier.
Method D3NodeAsMaster.getD3SlaveFromRepositoryId(String)
Returns the replica for the specified identifier.
Method D3NodeAsMaster.getD3SlaveFromRepositoryLabel(String)
Returns the replica for the specified label.
Method D3NodeAsMaster.getRegisteredSlaves(BranchKey)
Returns the list of the {D3Slave} object(s) subscribed to the dataspace specified in the parameter.
Method D3Slave.getSlaveId()
Returns the repository label of the replica node.
Constant Constants.Data.PARAM_CHECK_NOT_CHANGED_SINCE_LAST_UPDATE_DATE
@deprecated since 6.1.0, replaced by #PARAM_CHECK_NOT_CHANGED_SINCE_LAST_UPDATE_TIME
Constant Constants.Data.PARAM_COUNT
Constant Constants.Data.PARAM_INDENT
Constant Constants.Error.KEY_ERRORS_SEVERITY
Constant Constants.Meta.PARAM_INCLUDE_META
Constant Constants.Pagination.PARAM_PAGE_FIRST_RECORD_FILTER
Constant Constants.Pagination.PARAM_PAGE_SIZE_UNBOUNDED_VALUE
Class RESTEncodingHelper
Helper for REST encoding.
Method HomeCreationSpec.isRelationalModeDataSpace()
Returns false.
Method HomeCreationSpec.setRelationalModeDataSpace(boolean)
Indicates that this dataspace is relational.
Method Repository.purgeHomes(Session)
Performs a complete deletion of the physical entities that have been partially deleted or marked for purge.
Method RepositoryPurge.markHomeForPurge(AdaptationHome, Session)
Method ValueContextForValidationOnRecord.removeRecordFromMessages(ValueContext)
Validating a record does not modify the persisted validation report.
Method InteractionHelper.complete(InteractionHelper.ParametersMap, Session)
Method InteractionHelper.setInternalParameters(InteractionHelper.ParametersMap, Session)
Method SchemaLocation.getInputStream()
Returns a stream for reading the content of the corresponding data model.
Constant SchemaTypeName.XS_NMTOKEN
Constant SchemaTypeName.XS_NMTOKENS
Method ImportResult.getCreatedRecords()
Returns an iterator over XPath predicate strings.
Method ImportSpec.isUpdateByDelta()
Method ProcedureContext.disableDatasetValidation(Adaptation)
Method ProcedureContext.doCreateOverwriting(ValueContext, AdaptationTable)
Creates a record in the specified table.
Method ProcedureContext.doCreateRoot(ValueContext, AdaptationTable)
Creates a record in the specified table.
Method ProcedureContext.isPrivilegeToModifyReferenceBranch()
Method ProcedureContext.setBatch()
This method has no effect.
Method ProcedureContext.setPrivilegeToModifyReferenceBranch(boolean)
Class ServiceContext
This class provides the necessary context and navigation functions for integrating legacy user services.
Method SessionPermissions.getSession()
Returns the associated user session, or null if this instance has been created directly to evaluate user permissions.
Method ValidationReport.hasTooManyItemsOfSeverity(Severity)
Returns false.
Method Directory.getUserAuthenticationURI(Session)
This method allows defining a specific URL to replace the default login page.
Method UIAjaxContext.getServiceContext()
Returns an instance of ServiceContext if this AJAX component is called from a UIService, Returns null otherwise.
Constant UICSSClasses.SMALL_FORM_BUTTONS
Apply this class on a container to reduce the size of all the children buttons, like in form rows.
Method UIContext.displayOccurrence(Object, boolean)
Returns a string to display the specified value according to the current locale of this context.
Method UIContext.getHierarchyNode()
Method UIContext.getLocale()
Returns the current locale of the user session.
Method UIContext.getNode()
Returns the node to which the component is attached, as specified in the data model.
Method UIContext.getNode(Path)
Returns the node located at the specified path.
Method UIContext.getPathForListOccurrence(int)
Returns the absolute path of an occurrence at the specified index under the current aggregated list field (maxOccurs > 1).
Method UIContext.getPathForListOccurrence(int, boolean)
Returns the path of an occurrence at the specified index under the current aggregated list field (maxOccurs > 1).
Method UIContext.getPathInAdaptation()
Returns the path of the current node to which the component is attached.
Method UIContext.getSession()
Returns the current session.
Method UIContext.getValue()
Returns the current value of the current node.
Method UIContext.getValue(Path)
Returns the value at the specified path.
Method UIContext.getWebName()
Returns a string that uniquely identifies the current component in the current page.
Method UIContext.getWebNameFor(String)
Returns a string that uniquely identifies the entity specified in the context of the current component in the current page.
Method UIContext.getWebNameForPath(Path)
Returns a string that uniquely identifies the entity specified in the context of the current component in the current page.
Method UIContext.getWebNameOfParent()
Returns a string that uniquely identifies the entity specified in the context of the current component in the current page.
Method UIContext.isCreatingRecord()
Returns true if this component is displayed in the context of a new record creation.
Method UIContext.isDuplicatingRecord()
Returns true if this component is displayed in the context of the duplication of an existing record.
Method UIFormSpec.setMarginForContent(boolean)
Forms are used to display node values (tree layout), or other content (text layout).
Constant UIHttpManagerComponent.DataSetFeatures.BREADCRUMB
Navigation bread crumb.
Constant UIHttpManagerComponent.RecordFeatures.BREADCRUMB
Navigation bread crumb.
Constant UIHttpManagerComponent.ViewFeatures.BREADCRUMB
Navigation bread crumb.
Method UIHttpManagerComponent.createOnAjaxContext(UIAjaxContext)
Method UIHttpManagerComponent.createOnServiceContext(ServiceContext)
Method UIHttpManagerComponent.createOnUIBeanContext(UIResponseContext)
Method UILabelRendererForHierarchyContext.getHierarchyNode()
Constant UIRenderingMode.PRINT
@deprecated
Method UIRenderingMode.isPrint()
@deprecated
Method UIRequestContext.getOptionalRequestParameterValue(String)
Returns the HTTP parameter value in the incoming request.
Method UIRequestContext.getOptionalRequestParameterValues(String)
Returns the HTTP parameter values in the incoming request.
Method UIRequestContext.getValueContext()
Returns the local validation context, relative to the node contained by this component.
Method UIResponseContext.addComboBox(Path)
Adds the combo box component for user search and selection in a list.
Method UIResponseContext.addComboBox(UIComboBox)
Adds the specified combo box component for user search and selection in a list.
Method UIResponseContext.addEmptyFieldButton(String, boolean, String)
Adds a button with the built-in "empty field" button look and feel.
Method UIResponseContext.addFormRow(UIFormRow)
Adds a complete form row in the UIBean.
Method UIResponseContext.addFormRow(UIFormRow, UIWidget)
Adds a complete form row in the UIBean according to the given specification with the specified user interface widget.
Method UIResponseContext.addFormRow(UIWidget)
Adds a form row in the UIBean with the specified widget.
Method UIResponseContext.addFormRowBestMatchingComponent(Path)
Adds a form row (without icon) containing the best matching component.
Method UIResponseContext.addFormRowBestMatchingComponent(Path, boolean)
Adds a form row with the best matching component.
Method UIResponseContext.addFormRowBestMatchingDisplay(Path)
Adds a form row (without icon) with the best matching display.
Method UIResponseContext.addFormRowBestMatchingDisplay(Path, boolean)
Adds a form row with the best matching display.
Method UIResponseContext.addFormRowBestMatchingEditor(Path)
Adds a form row (no icon) with the best matching editor.
Method UIResponseContext.addFormRowBestMatchingEditor(Path, boolean)
Adds a form row with the best matching editor.
Method UIResponseContext.addJS_getNodeValue(Path)
Adds JavaScript code to get the current value of a node as set in the form.
Method UIResponseContext.addJS_setNodeValue(String, Path)
Adds JavaScript code to set the value of a node from a JavaScript variable.
Method UIResponseContext.addServiceButton(Path)
Adds a service menu button to the specified node.
Method UIResponseContext.addUIBean(Path, String)
The specified path must not refer to an indexed element in its last position.
Method UIResponseContext.addUIBestMatchingComponent(Path, String)
Adds the user interface component corresponding to the specified field or group.
Method UIResponseContext.addUIBestMatchingDisplay(Path, String)
Adds the user interface component corresponding to the specified field or group, in 'read-only' mode.
Method UIResponseContext.addUIBestMatchingDisplay(Path, UIRenderingMode, String)
Adds the user interface component corresponding to the specified field or group, in 'read-only' mode.
Method UIResponseContext.addUIBestMatchingEditor(Path, String)
Adds the user interface component corresponding to the specified field or group, in 'read-write' mode.
Method UIResponseContext.addUICheckBoxGroup(Path, String, Nomenclature)
Method UIResponseContext.addUICheckBoxGroup(Path, String, String)
Method UIResponseContext.addUICheckBoxGroup(Path, String, String, Nomenclature)
Method UIResponseContext.addUIComplexEditor(Path, String)
The specified path must not refer to an indexed element in its last position.
Method UIResponseContext.addUIDisplayValue(Path)
Displays the value of the specified field.
Method UIResponseContext.addUIDropDownBox(Path, String)
Adds a simple HTML drop-down for the user to select from a list.
Method UIResponseContext.addUIDropDownBox(Path, String, Nomenclature)
Adds a simple HTML drop-down for user selection in a list.
Method UIResponseContext.addUIDropDownBoxMultiple(Path, String)
Method UIResponseContext.addUILabel(Path)
Adds the standard label of the specified data model node.
Method UIResponseContext.addUIListSearch(Path, String)
Adds a user input component for search and selection in a list.
Method UIResponseContext.addUIListSearch(Path, String, Nomenclature)
Adds a user input component for search and selection in a list.
Method UIResponseContext.addUIOccurrenceEditor(Path, String)
The specified path must refer to an indexed element in its last position.
Method UIResponseContext.addUIPasswordInputField(Path, String)
Method UIResponseContext.addUIRadioButton(Path, String, boolean, boolean, int)
Method UIResponseContext.addUIRadioButtonGroup(Path, String)
Method UIResponseContext.addUIRadioButtonGroup(Path, String, String)
Method UIResponseContext.addUITextHiddenInputField(Path, String)
Method UIResponseContext.addUIValidationMessage(Path)
Adds the validation message associated with the specified node.
Method UIResponseContext.addWidget(Path)
Adds the default widget, adapted to the data type and the facets of the specified node.
Method UIResponseContext.addWidget(UIWidget)
Adds the specified widget.
Method UIResponseContext.enableEscapedHtml(boolean)
Temporarily enables or disables writing escaped HTML to the stream.
Method UIResponseContext.getNextHtmlTabIndex()
Returns the next value for the HTML tab index in the response.
Method UIResponseContext.getPrefixedPath(Path)
Gets the prefixed path.
Method UIResponseContext.getTableCellStyleHandler()
This method allows customizing the look of a table cell.
Method UIResponseContext.getValueContext()
Returns the validation context of the current node.
Method UIResponseContext.getValueContext(Path)
Returns the validation context of the specified node.
Method UIResponseContext.isEscapedHtmlEnable()
Tests whether output stream is currently escaping HTML.
Method UIResponseContext.jsBufferAddJavaScriptExpression(String)
Adds a JavaScript expression to JavaScript writer.
Method UIResponseContext.jsBufferAddString(String)
If extending {UIBeanEditorV4}, adds a String to JavaScript writer.
Method UIResponseContext.jsBufferEndOfLine()
Adds an end of line when adding content to the JavaScript writer.
Method UIResponseContext.jsBufferInitalize()
Initializes a JavaScript writer.
Method UIResponseContext.jsBufferNewLine()
Continue adding content to JavaScript writer as a new line of JavaScript code This method is not used unless extending {UIBeanEditorV4}.
Method UIResponseContext.jsBufferReenable(boolean)
Ensures JavaScript buffer writing mode is re-enabled.
Method UIResponseContext.jsBufferTemporaryDisable()
Ensures JavaScript buffer writing mode is temporary disabled.
Method UIResponseContext.newBestMatching(Path)
Returns a new widget that will be automatically selected according to the corresponding node definition in the data model.
Method UIResponseContext.newCheckBox(Path)
Returns a new check box widget.
Method UIResponseContext.newCheckBoxGroup(Path)
Returns a new check box group widget.
Method UIResponseContext.newColorPicker(Path)
Returns a new color picker.
Method UIResponseContext.newComboBox(Path)
Returns a new combo box.
Method UIResponseContext.newDateTime(Path)
Returns a date/time field.
Method UIResponseContext.newDropDownList(Path)
Returns a new drop-down list.
Method UIResponseContext.newFormGroup(Path)
Builds the default model-driven form group based on the specified node.
Method UIResponseContext.newFormRow(Path)
Builds the default model-driven form row based on the specified node.
Method UIResponseContext.newListBox(Path)
Returns a new list box.
Method UIResponseContext.newPassword(Path)
Returns a password field.
Method UIResponseContext.newRadioButton(Path)
Returns a new radio button widget.
Method UIResponseContext.newRadioButtonGroup(Path)
Returns a new radio button group widget.
Method UIResponseContext.newTable(Path)
Returns a table widget aPath location of the target node, relative to the current node; it must refer to a node that is a {SchemaNode#isAssociationNode() association}.
Method UIResponseContext.newTextBox(Path)
Returns a text input field, which can be one-line or multi-line.
Method UIResponseContext.startFormGroup(Path)
Starts a form group for the node at the given path.
Method UIResponseContext.startFormRow(Path)
Starts a form row (without icon) containing a label and plain HTML content.
Method UIResponseContext.startFormRow(Path, boolean)
Starts a form row containing an icon, a label, and plain HTML content.
Interface UIServiceComponentWriter
This interface allows building standard EBX® components, from a {ServiceContext}.
Method UITableFilter.addForPrint(UITableFilterResponseContext)
Adds HTML content for displaying information about the current filter's settings on a printable page.
Method UITableFilter.handleSelect(UITableFilterRequestContext)
Handles the request when this filter is selected from the list of filters.
Method UIFormPaneWithTabs.getSelectedTabIndex()
Returns the selected tab index.
Method UIFormPaneWithTabs.setHomeIconDisplayed(boolean)
Specifies if the first tab must display the default "home" icon in its label.
Method UIFormPaneWithTabs.setSelectedTabIndex(int)
Specifies the selected tab when the page is displayed.
Method ToolbarButton.setRelief(UIButtonRelief)
Sets the relief of the button.
Method UserServiceResourceLocator.getURLForServiceSelection(Adaptation, SchemaNode, ServiceKey)
Interface UserServiceRootTabbedPane
Method UserServiceRootTabbedPane.setHomeIconDisplayed(boolean)
Method ActionPermissionsOnWorkflowContext.getProcessInstanceDescription(Locale)
Returns the current process instance description.
Method ActionPermissionsOnWorkflowContext.getProcessInstanceLabel(Locale)
Returns the current process instance label.
Method CreationWorkItemSpec.getOfferedTo()
Returns the role to whom the work item must be offered.
Method ProcessExecutionContext.getProcessInstanceDescription(Locale)
Returns the current process instance description.
Method ProcessExecutionContext.getProcessInstanceLabel(Locale)
Returns the current process instance label.
Method ProcessInstanceStep.getSubWorkflowsInvocationSubWorkflows()
Returns the list of sub-workflows created by this step or null if this step is not a sub-workflow invocation.
Method WorkItem.getOfferedTo()
Returns the role to which the work item is offered.
Method WorkflowEngine.getFromServiceContext(ServiceContext)
@deprecated
Method AdaptationHome.toString(): String
Method AdaptationTable.toString(): String
Constructor InvalidPrimaryKeyException(String, Throwable)
Method RequestResult.getAdaptation(int): Adaptation
Constructor DeliveryMode()
Constant Constants.Data.PARAM_VIEW_ID
Interface Constants.Hierarchy
Constant Constants.Selector.PARAM_FIRST_ELEMENT_INDEX
Method RecordContext.setValue(SchemaNode, Path): void
Constructor ModuleRegistrationListener()
Method URIBuilderForBuiltin.buildForDataset(Adaptation): URI
Method URIBuilderForBuiltin.buildForDataset(Adaptation, Map): URI
Method URIBuilderForBuiltin.buildForDataset(HomeKey, AdaptationName): URI
Method URIBuilderForBuiltin.buildForDataset(HomeKey, AdaptationName, Map): URI
Method URIBuilderForBuiltin.buildForNode(Adaptation, Path): URI
Method URIBuilderForBuiltin.buildForNode(Adaptation, Path, Map): URI
Method URIBuilderForBuiltin.buildForNode(HomeKey, AdaptationName, Path): URI
Method URIBuilderForBuiltin.buildForNode(HomeKey, AdaptationName, Path, Map): URI
Method URIBuilderForBuiltin.buildForRecord(Adaptation): URI
Method URIBuilderForBuiltin.buildForRecord(Adaptation, Map): URI
Method URIBuilderForBuiltin.buildForTableFirstPage(Adaptation, SchemaNode, int, Map): URI
Method URIBuilderForBuiltin.buildForTableLastPage(Adaptation, SchemaNode, int, Map): URI
Method URIBuilderForBuiltin.buildForTableNextPage(Adaptation, SchemaNode, String, int, Map): URI
Method URIBuilderForBuiltin.buildForTablePreviousPage(Adaptation, SchemaNode, String, int, Map): URI
Method URIInfoUtility.createBuilderForBuiltin(CategoryVersion): URIBuilderForBuiltin
Method AuthenticationException.getUserMessage(): UserMessage
Constructor UIHttpManagerComponentHelper()
Method UIHttpManagerComponentHelper.getReturnCodeFromHttpRequest(jakarta.servlet.ServletRequest): UIHttpManagerComponentReturnCode
Method UserServiceDisplayConfigurator.newTabbedPane(): UserServiceRootTabbedPane
Method UserServiceDisplayConfigurator.newTabbedPane(String): UserServiceRootTabbedPane