Uses of Class
com.orchestranetworks.schema.Path
Packages that use Path
Package
Description
Provides core classes and interfaces for accessing datasets, tables, and their records.
Provides interfaces for accessing data sets.
Represents XML Schema concepts and provides schema extensions capabilities.
A public API for defining a dynamic schema.
Provides interfaces for accessing schema node facet.
Provides classes and interfaces for trigger creation.
Provides classes and interfaces for implementing specific services and access rules on EBX®.
Provides classes and interfaces for to compute differences between
adaptations, homes and examine the results.
This package provides the capability to create custom user interface components
that are integrated within EBX®.
This package allows customizing forms.
This package provides a library of user interface widgets.
A public API for user services.
A public API for declaring user services.
-
Uses of Path in com.onwbp.adaptation
Methods in com.onwbp.adaptation that return PathModifier and TypeMethodDescriptionRequestSortCriteria.getPath(int criterionIndex) Path[]AdaptationTable.getPrimaryKeySpec()Returns the paths of the data model nodes that compose the primary key of this table.AdaptationTable.getTablePath()Returns the path of the container node.static PathXPathExpressionHelper.getTablePathForXPath(String anXPath) Returns the table path expression based on the specified XPath expression.Methods in com.onwbp.adaptation with parameters of type PathModifier and TypeMethodDescriptionAdds the specified node as an ascending sort criterion.Adds the specified node as an ascending sort criterion or as a descending sort criterion.static StringXPathExpressionHelper.buildXPath(Path aTablePath, XPathFilter anXPathFilter) Builds an XPath expression given a table path and an optional XPath filter.static StringXPathExpressionHelper.buildXPath(Path aTablePath, String aPredicate) Builds an XPath expression given a table path and an optional predicate expression.Returns the value of the specified node.booleanReadContext.get_boolean(Path aPath) Returns thebooleanvalue of the node specified.intReturns theintvalue of the specified node.Returns theDatevalue of the node specified.<T> List<T>Returns theListvalue of the specified node.ReadContext.getResourcePathInModule(Path aPath) Returns the path to the resource that is contained in the specified node.ReadContext.getResourcePathWithModule(Path aPath) Returns the path (including the path of the module) to the resource that is contained by the node specified.Returns theStringvalue of the node specified.Returns the table object at the specified path, nevernull.Adaptation.getValueWithoutResolution(Path aPath) Returns the value at the path specified, which is either inherited,null, or a specific object. -
Uses of Path in com.orchestranetworks.instance
Methods in com.orchestranetworks.instance with parameters of type PathModifier and TypeMethodDescriptionReturns the data model node at the specified path.Returns the value of the node at the specified path.Returns the value of the specified node.RepositoryAnonymizer.setTable(Path aTablePath, SchemaLocation aDataModel) Specifies the table to be impacted by the anonymization.voidModifies the value of the node at the specified path. -
Uses of Path in com.orchestranetworks.rest.serialization
Methods in com.orchestranetworks.rest.serialization with parameters of type PathModifier and TypeMethodDescriptionabstract ObjectReturns the value of the specified path.final booleanContentHolder.getBoolean(Path aPath) Returns thebooleanvalue of the path specified, orfalseif no value is defined.final DateReturns theDatevalue of the path specified, ornullif no value is defined.final intReturns theintvalue of the specified path, or0if no value is defined.final <T> List<T>Returns theListvalue of the specified path, or an emptyArrayListif no value is defined.final StringReturns theStringvalue of the specified path ornullif no value is defined. -
Uses of Path in com.orchestranetworks.rest.util
Methods in com.orchestranetworks.rest.util with parameters of type PathModifier and TypeMethodDescriptionURIBuilderForBuiltin.ForNode.buildForNode(Adaptation aRecordOrDataset, Path aNodePath) Returns an absoluteURIto a specified record field or a dataset node, in its automatically computed dataspace.URIBuilderForBuiltin.ForNode.buildForNode(HomeKey aDataspaceKey, AdaptationName aDatasetName, Path aNodePath) Returns an absoluteURIto a specified dataset node, in a specified dataspace.URIBuilderForBuiltin.ForNode.node(Adaptation aRecordOrDataset, Path aNodePath) Returns a configuredURIbuilder which can generate built-in REST servicesURIto a specified record field or dataset node, in its automatically computed dataspace.URIBuilderForBuiltin.ForNode.node(HomeKey aDataspaceKey, AdaptationName aDatasetName, Path aNodePath) Returns a configuredURIbuilder which can generate built-in REST servicesURIto a specified dataset node, in a specified dataspace. -
Uses of Path in com.orchestranetworks.schema
Fields in com.orchestranetworks.schema declared as PathModifier and TypeFieldDescriptionstatic final PathPath.PARENTCorresponds to the path "..".static final PathPath.ROOTCorresponds to the path "/".static final PathPath.SELFCorresponds to the path ".".Methods in com.orchestranetworks.schema that return PathModifier and TypeMethodDescriptionabstract PathConcatenates this path instance with the path specified.abstract Pathabstract Pathabstract PathPath.addIndex(int index) Returns a path such that the last step is indexed with the specified number.abstract PathPath.addIndexedPath(Path aPath, int index) Concatenates this path instance with the specified indexed path.abstract PathPath.addIndexedStep(Step aStep, int index) Concatenates this path instance with the specified indexed step.SchemaNode.getPathInAdaptation()Returns the local absolute path.PathAccessException.getPathInError()Returns either the path specified in the constructor, ornull.SchemaNode.getPathInSchema()Returns the absolute path of this node in the data model.abstract PathPath.getPathWithoutLastStep()Returns this path without its last step.abstract PathPath.getSubPath(int beginIndex) Returns a new path that is a subpath of this path.abstract PathPath.getSubPath(int beginIndex, int endIndex) Returns a new path that is a subpath of this path.static PathReturns the path based on the string specified.abstract PathPath.resolveWith(Path aPath) Resolves the path specified against this instance by considering that this instance is the "current location".Step.toAbsolutePath()Returns the absolute path whose unique step is this instance.Step.toParentPath()Returns the relative path whose first step is '..' (parent step) and the second step is this instance.Step.toSelfPath()Returns the relative path whose first step is '.' (self step) and the second step is this instance.Methods in com.orchestranetworks.schema with parameters of type PathModifier and TypeMethodDescriptionabstract PathConcatenates this path instance with the path specified.voidDependenciesDefinitionContext.addDependencyToInsertAndDelete(Path aPathToATableSourceNode) Specifies that the validation result of the current constraint depends on the insertions and deletions of the table node with the specified path.voidDependenciesDefinitionContext.addDependencyToInsertAndDeleteInOtherInstance(Path tablePathInContainer, AdaptationReference containerReference) Specifies that the validation result of the current constraint depends on the insertions and deletions of the specified table node of a given instance.voidDependenciesDefinitionContext.addDependencyToInsertAndDeleteInOtherInstance(Path tablePathInContainer, AdaptationReference containerReference, HomeKey homeReference) Specifies that the validation result of the current constraint depends on the insertions and deletions of the specified table node of a given dataset in a specific dataspace.voidDependenciesDefinitionContext.addDependencyToInsertDeleteAndModify(Path aPathToSourceNode) Specifies that the validation result of the current constraint depends on insertions, modifications and deletions on the node targeted by the specified path.voidDependenciesDefinitionContext.addDependencyToInsertDeleteAndModifyInOtherInstance(Path nodePath, AdaptationReference containerReference) Specifies that the validation result of the current constraint depends on the insertions, modifications and deletions on the specified node in a given dataset.voidDependenciesDefinitionContext.addDependencyToInsertDeleteAndModifyInOtherInstance(Path nodePath, AdaptationReference containerReference, HomeKey homeReference) 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.voidDependenciesDefinitionContext.addDependencyToModify(Path aPathToLocalSource) 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.abstract PathPath.addIndexedPath(Path aPath, int index) Concatenates this path instance with the specified indexed path.Returns the node at the specified path, ornullif no node exists at the specified path.Returns the node at the specified path, ornullif the node does not exist andisTolerantReadistrue.abstract PathPath.resolveWith(Path aPath) Resolves the path specified against this instance by considering that this instance is the "current location".voidSchemaExtensionsContext.setAccessRuleForCreateOnNode(Path aPath, AccessRuleForCreate aRule) Sets anAccessRuleForCreateon a node without specifying a custom description.voidSchemaExtensionsContext.setAccessRuleForCreateOnNode(Path aPath, AccessRuleForCreate aRule, UserMessage aDescription) Declares that the access to a record node may be restricted by the specified rule while in a record creation context.voidSchemaExtensionsContext.setAccessRuleForCreateOnNodeAndAllDescendants(Path aSubTreePath, boolean includeRoot, AccessRuleForCreate aRule) Sets anAccessRuleForCreateon a node subtree without specifying a custom description.voidSchemaExtensionsContext.setAccessRuleForCreateOnNodeAndAllDescendants(Path aSubTreePath, boolean includeRoot, AccessRuleForCreate aRule, UserMessage aDescription) Declares that the access to an element's subtree may be restricted in a record creation context by the specifiedAccessRuleForCreate.voidSchemaExtensionsContext.setAccessRuleOnNode(Path aPath, AccessRule aRule) Sets anAccessRuleon a node without specifying a custom description.voidSchemaExtensionsContext.setAccessRuleOnNode(Path aPath, AccessRule aRule, UserMessage aDescription) Declares that the access to an element may be restricted by the specified rule.voidSchemaExtensionsContext.setAccessRuleOnNodeAndAllDescendants(Path aSubTreePath, boolean includeRoot, AccessRule aRule) Sets anAccessRuleon a node subtree without specifying a custom description.voidSchemaExtensionsContext.setAccessRuleOnNodeAndAllDescendants(Path aSubTreePath, boolean includeRoot, AccessRule aRule, UserMessage aDescription) Declares that the access to an element's subtree may be restricted by the specified rule.voidSchemaExtensionsContext.setAccessRuleOnOccurrence(Path aTablePath, AccessRule aRule) Sets anAccessRuleon an table record without specifying a custom description.voidSchemaExtensionsContext.setAccessRuleOnOccurrence(Path aTablePath, AccessRule aRule, UserMessage aDescription) Declares that global access to a table record in the data model may be restricted by the specified rule.voidSchemaExtensionsContext.setServicePermissionRuleOnNode(Path aPathInSchema, ServiceKey aServiceKey, ServicePermissionRule<? extends EntitySelection> aRule) Sets aServicePermissionRuleon a node without specifying a custom description.voidSchemaExtensionsContext.setServicePermissionRuleOnNode(Path aPathInSchema, ServiceKey aServiceKey, ServicePermissionRule<? extends EntitySelection> aRule, UserMessage aDescription) 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.voidSchemaExtensionsContext.setServicePermissionRuleOnNodeAndAllDescendants(Path aSubTreePathInSchema, ServiceKey aServiceKey, ServicePermissionRule<? extends EntitySelection> aRule) Sets aServicePermissionRuleon a node subtree without specifying a custom description.voidSchemaExtensionsContext.setServicePermissionRuleOnNodeAndAllDescendants(Path aSubTreePathInSchema, ServiceKey aServiceKey, ServicePermissionRule<? extends EntitySelection> aRule, UserMessage aDescription) Declares that the display and execution of the specified service is conditioned by the specified rule, for all elements matching the rule's type ofEntitySelectionunder the specified data model element.booleanPath.startsWith(Path aPath) Tests whether this path starts with the specified prefix.abstract booleanPath.startsWith(Path aPath, int offset) Tests whether this path starts with the specified prefix beginning at specified index.Constructors in com.orchestranetworks.schema with parameters of type PathModifierConstructorDescriptionPathAccessException(Path path, UnavailableContentError ex) PathAccessException(Path path, UserMessage errorMessage) PathAccessException(Path path, RuntimeException ex) PathAccessException(Path path, String msg) PathAccessException(Path path, String msg, Throwable ex) -
Uses of Path in com.orchestranetworks.schema.businessObjects
Methods in com.orchestranetworks.schema.businessObjects with parameters of type PathModifier and TypeMethodDescriptionEntity.getChildEntities(Path aPath) Returns the child entities linked by the relationship defined by the node at the specified path.Entity.getChildEntity(Path aPath) Returns the entities linked by the relationship defined by the node at the specified path. -
Uses of Path in com.orchestranetworks.schema.dynamic
Methods in com.orchestranetworks.schema.dynamic with parameters of type PathModifier and TypeMethodDescriptionBeanElement.addFacetDatasetSet(Path aPath) Adds a dataset constraint to this element.BeanDefinition.createComplexElement(Path aPath) Creates a complex type element (a group).BeanDefinition.createComplexElement(Path aPath, Class<?> aClassToInstantiate) Creates a complex type element (a group), mapped to a JavaBean.BeanDefinition.createElement(Path aPath, SchemaTypeName aTypeName) Creates a simple type element (a field). -
Uses of Path in com.orchestranetworks.schema.info
Methods in com.orchestranetworks.schema.info that return PathModifier and TypeMethodDescriptionAssociationLinkByLinkTable.getFieldToSourcePath()Returns the path of the field to the source table defined in the data model (propertyfieldToSource).AssociationLinkByTableRefInverse.getFieldToSourcePath()Returns the path of the field to the source table defined in the data model (propertyfieldToSource).AssociationLinkByLinkTable.getFieldToTargetPath()Returns the path of the field to the target table defined in the data model (propertyfieldToTarget).AssociationLinkByLinkTable.getLinkTablePath()Returns the path of the link table defined in the data model (propertytable).SchemaFacetBoundary.getPath()Returns thepathdefined in this constraint, if this facet is dynamic.SchemaFacetOnLength.getPath()Returns thepathdefined in this constraint, if this facet is dynamic.SchemaFacetEnumeration.getPathToNomenclature()If this facet is dynamic, returns thepathdefined in the data model.SchemaFacetEnumeration.getPathToValues()Returns thepathdefined in the data model, if this facet is dynamic.SchemaFacetTableRef.getTablePath()Returns the table path referred to by this foreign key constraint. -
Uses of Path in com.orchestranetworks.schema.metadata
Fields in com.orchestranetworks.schema.metadata declared as PathModifier and TypeFieldDescriptionstatic final PathSchemaMetadataConstants.CREATION_TIME_PATHPath to the node that defines the creation time of a record.static final PathSchemaMetadataConstants.CREATOR_PATHPath to the node that defines the creator of a record.static final PathSchemaMetadataConstants.DEFINITION_MODE_PATHPath to the node that specifies the definition mode of a record.static final PathSchemaMetadataConstants.METADATA_PATHPath to the group that holds the metadata.static final PathSchemaMetadataConstants.SYSTEM_PATHPath to the group that holds the system informations about a record.static final PathSchemaMetadataConstants.UPDATE_TIME_PATHPath to the node that defines the time of the last modification of a record.static final PathSchemaMetadataConstants.UPDATER_PATHPath to the node that defines last user who modified a record.static final PathSchemaMetadataConstants.UUID_PATHPath to the node that defines theuuidof a record. -
Uses of Path in com.orchestranetworks.schema.trigger
Methods in com.orchestranetworks.schema.trigger with parameters of type PathModifier and TypeMethodDescriptionReturns the change for the specified path. -
Uses of Path in com.orchestranetworks.service
Methods in com.orchestranetworks.service that return PathModifier and TypeMethodDescriptionabstract PathServiceContext.getCurrentPathInAdaptation()Deprecated.Returns the path of the node currently selected in the user interface.ValidationReportItemSubjectForAdaptation.getPathInAdaptation()Returns the path in the dataset or record associated with this validation item.Methods in com.orchestranetworks.service that return types with arguments of type PathModifier and TypeMethodDescriptionImportResult.getImportResults()For the root result, returns the import results organized by the impacted tables.Methods in com.orchestranetworks.service with parameters of type PathModifier and TypeMethodDescriptionvoidValueContextForUpdate.setPrivilegeForNode(Path aNodePath) Disables all permission checks for the specified node during the current operation.voidSets the value of the specified node.voidValueContextForUpdate.setValueEnablingPrivilegeForNode(Object aValue, Path aNodePath) Utility method to set a value for the specified node while disabling all permission checks for this node.voidValueContextForUpdate.setValueFromXsString(String aString, Path aPath) Sets the string value specified. -
Uses of Path in com.orchestranetworks.service.comparison
Methods in com.orchestranetworks.service.comparison that return PathModifier and TypeMethodDescriptionNodeDifference.getLeftValuePath()Returns the local absolute path of the left side of the difference.DifferenceBetweenTables.getPathOnLeft()Returns the path of the table on the left side.DifferenceBetweenTables.getPathOnRight()Returns the path of the table on the right side.NodeDifference.getRightValuePath()Returns the local absolute path of the right side of the difference.Methods in com.orchestranetworks.service.comparison with parameters of type PathModifier and TypeMethodDescriptionDifferenceBetweenInstances.getDeltaTable(Path tablePath) DifferenceBetweenContents.getNodeDifference(Path aNodePath) Returns the difference for the specified node,nullif there is no difference.Constructors in com.orchestranetworks.service.comparison with parameters of type PathModifierConstructorDescriptionNodeDifference(Object leftValue, Path leftValuePath, Object rightValue, Path rightValuePath) -
Uses of Path in com.orchestranetworks.ui
Methods in com.orchestranetworks.ui that return PathModifier and TypeMethodDescriptionUIContext.getPathForListOccurrence(int index) Deprecated.UIContext.getPathForListOccurrence(int index, boolean isRelative) Deprecated.UIContext.getPathInAdaptation()Deprecated.Replaced bySchemaNode.getPathInAdaptation()fromWidgetDisplayContext.getNode().UIResponseContext.getPrefixedPath(Path aPath) Deprecated.Replaced byUIFormWriter.getPrefixedPath(Path)Methods in com.orchestranetworks.ui with parameters of type PathModifier and TypeMethodDescriptionvoidUIResponseContext.addComboBox(Path aPath) Deprecated.Replaced byUIFormWriter.newComboBox(Path)andUIFormWriter.addWidget(UIWidget)voidUIResponseContext.addFormRowBestMatchingComponent(Path nodePath) Deprecated.Replaced byUIFormWriter.addFormRow(Path)voidUIResponseContext.addFormRowBestMatchingComponent(Path nodePath, boolean enableIcon) Deprecated.voidUIResponseContext.addFormRowBestMatchingDisplay(Path nodePath) Deprecated.voidUIResponseContext.addFormRowBestMatchingDisplay(Path nodePath, boolean enableIcon) voidUIResponseContext.addFormRowBestMatchingEditor(Path nodePath) Deprecated.Replaced byUIFormWriter.addFormRow(Path)voidUIResponseContext.addFormRowBestMatchingEditor(Path nodePath, boolean enableIcon) Deprecated.UIResponseContext.addJS_getNodeValue(Path aPath) Deprecated.Replaced byUIFormWriter.addJS_getNodeValue(Path)UIResponseContext.addJS_setNodeValue(String aVarName, Path aPath) Deprecated.Replaced byUIFormWriter.addJS_setNodeValue(String, Path)voidUIResponseContext.addServiceButton(Path aPath) Deprecated.Replaced byWidgetWriter.addServiceButton(Path)voidDeprecated.please useUIResponseContext.addWidget(Path)voidUIResponseContext.addUIBestMatchingComponent(Path aPath, String htmlAttributes) Deprecated.please useUIResponseContext.addWidget(Path)voidUIResponseContext.addUIBestMatchingDisplay(Path aPath, UIRenderingMode renderingMode, String htmlAttributes) Deprecated.voidUIResponseContext.addUIBestMatchingDisplay(Path aPath, String htmlAttributes) Deprecated.voidUIResponseContext.addUIBestMatchingEditor(Path aPath, String htmlAttributes) Deprecated.please useUIResponseContext.addWidget(Path)voidUIResponseContext.addUICheckBox(int index, Path aPath, String htmlAttributes) Deprecated.voidUIResponseContext.addUICheckBox(Path aPath, String htmlAttributes) Deprecated.voidUIResponseContext.addUICheckBoxGroup(Path aPath, String htmlAttributes) Deprecated.voidUIResponseContext.addUICheckBoxGroup(Path aPath, String htmlAttributes, Nomenclature aSpecificNomenclature) voidUIResponseContext.addUICheckBoxGroup(Path aPath, String htmlAttributes, String htmlSeparator) Deprecated.please useUIResponseContext.newCheckBoxGroup(Path),UICheckBoxGroup.setColumnsNumber(int)(instead of htmlSeparator) andUIResponseContext.addWidget(UIWidget)voidUIResponseContext.addUICheckBoxGroup(Path aPath, String htmlAttributes, String htmlSeparator, Nomenclature aSpecificNomenclature) Deprecated.please useUIResponseContext.newCheckBoxGroup(Path),UICheckBoxGroup.setColumnsNumber(int)(instead of htmlSeparator),UIAtomicWithEnumeration.setSpecificNomenclature(Nomenclature)andUIResponseContext.addWidget(UIWidget)voidUIResponseContext.addUIComplexEditor(Path aPath, String htmlAttributes) Deprecated.please useUIResponseContext.addWidget(Path)voidUIResponseContext.addUIDescription(Path aPath) Deprecated.Replaced byWidgetWriter.addUIDescription(Path)voidUIResponseContext.addUIDisplayValue(Path aPath) Deprecated.Replaced byWidgetWriter.addUIDisplayValue(Path)voidUIResponseContext.addUIDropDownBox(Path aPath, String htmlAttributes) Deprecated.voidUIResponseContext.addUIDropDownBox(Path aPath, String htmlAttributes, Nomenclature aSpecificNomenclature) voidUIResponseContext.addUIDropDownBoxMultiple(Path aPath, String htmlAttributes) Deprecated.voidUIResponseContext.addUILabel(Path aPath) Deprecated.Replaced byWidgetWriter.addUILabel(Path)voidUIResponseContext.addUIListSearch(Path aPath, String htmlAttributes) Deprecated.voidUIResponseContext.addUIListSearch(Path aPath, String htmlAttributes, Nomenclature aSpecificNomenclature) voidUIResponseContext.addUIOccurrenceEditor(Path aPath, String htmlAttributes) Deprecated.The default occurrence editor can only work with the default multi-occurrence editor.voidUIResponseContext.addUIPasswordInputField(Path aPath, String htmlAttributes) Deprecated.voidUIResponseContext.addUIRadioButton(Path aPath, String htmlAttributes, boolean setCode, boolean setLabel, int index) voidUIResponseContext.addUIRadioButtonGroup(Path aPath, String htmlAttributes) Deprecated.voidUIResponseContext.addUIRadioButtonGroup(Path aPath, String htmlAttributes, String htmlSeparator) Deprecated.please useUIResponseContext.newRadioButtonGroup(Path),UIRadioButtonGroup.setColumnsNumber(int)(instead of htmlSeparator) andUIResponseContext.addWidget(UIWidget)voidUIResponseContext.addUITextAreaField(Path aPath, String htmlAttributes) Deprecated.voidUIResponseContext.addUITextHiddenInputField(Path aPath, String htmlAttributes) Deprecated.please useUIResponseContext.newTextBox(Path)andUIResponseContext.addWidget(UIWidget)with a <div style="display:none;">...</div> surrounding you widget.
Example:voidUIResponseContext.addUITextInputField(Path aPath, String htmlAttributes) Deprecated.voidUIResponseContext.addUIValidationMessage(Path aPath) Deprecated.Replaced byWidgetWriter.addUIValidationMessage(Path)voidDeprecated.Replaced byUIFormWriter.addWidget(Path)UILabelRendererContext.displayOccurrenceValue(Path aPath, boolean useLabels) Returns a user-friendly representation of the specified value, according the current locale.Deprecated.Replaced bySchemaNode.getNode(Path)fromWidgetDisplayContext.getNode().Returns the node located at the specified path.UIResponseContext.getPrefixedPath(Path aPath) Deprecated.Replaced byUIFormWriter.getPrefixedPath(Path)UIResourceLocator.getURLForSelection(Adaptation aDataSetOrRecord, Path aPath) Returns a URL that, when used, changes the current navigation context to the specified node and dataset or record.Returns the value of the specified node.Deprecated.Replaced byValueContext.getValue(Path)fromWidgetDisplayContext.getValueContext().Returns the value at the specified path.Returns the value at the specified path.UIFormRequestContext.getValueContext(Path aPath) Returns the validation context of the specified node.UIRequestContext.getValueContext(Path aPath) Deprecated.Replaced byWidgetDisplayContext.getValueContext(Path).UIResponseContext.getValueContext(Path aPath) Deprecated.Replaced byWidgetDisplayContext.getValueContext(Path)UITableFilterResponseContext.getValueContext(Path aPath) Returns the validation context of the specified node.UIContext.getWebNameForPath(Path aPath) Deprecated.Replaced byWidgetWriter.getWidgetName(Path)Replaced byWidgetValidationContext.getWidgetName(Path)UIFormRequestContext.getWebNameForPath(Path aPath) Returns a string that uniquely identifies the entity specified in the context of the current form in the current page.UIResponseContext.newBestMatching(Path aPath) Deprecated.Replaced byUIFormWriter.newBestMatching(Path)UIResponseContext.newCheckBox(Path aPath) Deprecated.Replaced byUIFormWriter.newCheckBox(Path)UIResponseContext.newCheckBoxGroup(Path aPath) Deprecated.Replaced byUIFormWriter.newCheckBoxGroup(Path)UIResponseContext.newColorPicker(Path aPath) Deprecated.Replaced byUIFormWriter.newColorPicker(Path)UIResponseContext.newComboBox(Path aPath) Deprecated.Replaced byUIFormWriter.newComboBox(Path)UIResponseContext.newDateTime(Path aPath) Deprecated.Replaced byUIFormWriter.newDateTime(Path)UIResponseContext.newDropDownList(Path aPath) Deprecated.Replaced byUIFormWriter.newDropDownList(Path)UIResponseContext.newFormGroup(Path aPath) Deprecated.Replaced byUIFormWriter.newFormGroup(Path)UIResponseContext.newFormRow(Path aPath) Deprecated.Replaced byUIFormWriter.newFormRow(Path)UIResponseContext.newListBox(Path aPath) Deprecated.Replaced byUIFormWriter.newListBox(Path)UIResponseContext.newPassword(Path aPath) Deprecated.Replaced byUIFormWriter.newPassword(Path)UIResponseContext.newRadioButton(Path aPath) Deprecated.Replaced byUIFormWriter.newRadioButton(Path)UIResponseContext.newRadioButtonGroup(Path aPath) Deprecated.Replaced byUIFormWriter.newRadioButtonGroup(Path)Deprecated.Replaced byUIFormWriter.newTable(Path)UIResponseContext.newTextBox(Path aPath) Deprecated.Replaced byUIFormWriter.newTextBox(Path)UIResponseContext.newTextBox(Path aPath, String textBoxId) Deprecated.Replaced byUIFormWriter.newTextBox(Path)voidUIHttpManagerComponent.select(HomeKey aDataSpaceOrSnapshotKey, AdaptationName aDataSetReference, Path aPath) Selects the node in the specified dataset.voidUIHttpManagerComponent.selectNode(Adaptation aDataSetOrRecord, Path aNode) Selects the specified node.voidUIHttpManagerComponent.selectNode(Adaptation aDataSetOrRecord, Path aNode, String aPredicate) Selects the specified node with the specified predicate restriction.voidUIResponseContext.startFormGroup(Path aPath) Deprecated.Replaced byUIFormWriter.startFormGroup(Path)voidUIResponseContext.startFormRow(Path pathForLabel) Deprecated.Replaced byUIFormWriter.startFormRow(Path)voidUIResponseContext.startFormRow(Path pathForLabel, boolean enableIcon) Deprecated.Constructors in com.orchestranetworks.ui with parameters of type PathModifierConstructorDescriptionDocumentationPane(Path aPrefixedPath, boolean isAdvancedInfo) Class constructor for standard node documentation. -
Uses of Path in com.orchestranetworks.ui.form
Methods in com.orchestranetworks.ui.form that return PathModifier and TypeMethodDescriptionUIFormWriter.getPrefixedPath(Path aPath) Gets the prefixed path for the specified path, taking into account the potential currentObjectKey.Methods in com.orchestranetworks.ui.form with parameters of type PathModifier and TypeMethodDescriptionvoidUIFormWriter.addFormRow(Path aPath) Adds a form row in the pane for the node at the given path.voidUIFormWriter.addFormRowOrGroup(Path aPath) Adds rows to the form to represent the given path.UIFormWriter.addJS_getNodeValue(Path aPath) Adds JavaScript code to get the current value of a node, as set in the form.voidUIFormWriter.addJS_setNodeMandatoryIndicator(boolean isDisplayed, Path aPath) Adds or removes a mandatory indicator (*) next to the label of the specified node to simulate that it is mandatory.UIFormWriter.addJS_setNodeValue(String aVarName, Path aPath) Adds JavaScript code to set the value of a node from a JavaScript variable.voidAdds the label of the node at the given path.voidAdds the default widget, adapted to the data type and the facets of the specified node.UIFormWriter.getDisplayMode(Path aPath) Returns the display mode used in the model driven form.UIFormWriter.getPrefixedPath(Path aPath) Gets the prefixed path for the specified path, taking into account the potential currentObjectKey.UIFormWriter.newBestMatching(Path aPath) Returns a new widget that will be automatically selected according to the corresponding node definition in the data model.UIFormWriter.newCheckBox(Path aPath) Returns a new check box widget.UIFormWriter.newCheckBoxGroup(Path aPath) Returns a new check box group widget.UIFormWriter.newColorPicker(Path aPath) Returns a new color picker.UIFormWriter.newComboBox(Path aPath) Returns a new combo box.<T extends UIWidget>
TUIFormWriter.newCustomWidget(Path aPath, UIWidgetFactory<T> aFactory) Returns a new instance of a widget which will be created by the given factory.UIFormWriter.newDatasetSelector(Path aPath) Returns a new dataset selector.UIFormWriter.newDataspaceSelector(Path aPath) Returns a dataspace selector.UIFormWriter.newDateTime(Path aPath) Returns a date/time field.UIFormWriter.newDropDownList(Path aPath) Returns a new drop-down list.UIFormWriter.newFormGroup(Path aPath) Builds the default model-driven form group based on the specified node.UIFormWriter.newFormRow(Path aPath) Builds the default model-driven form row based on the specified node.UIFormWriter.newListBox(Path aPath) Returns a new list box.UIFormWriter.newPassword(Path aPath) Returns a password field.UIFormWriter.newRadioButton(Path aPath) Returns a new radio button widget.UIFormWriter.newRadioButtonGroup(Path aPath) Returns a new radio button group widget.Returns a table widgetUIFormWriter.newTextBox(Path aPath) Returns a text input field, which can be one-line or multi-line.voidUIFormWriter.startBorder(boolean isColored, Path aPath) Starts a border with a title caption.voidUIFormWriter.startFormGroup(Path aPath) Starts a form group for the node at the given path.voidUIFormWriter.startFormRow(Path aPath) Starts a row in the form for the node at the given path.Constructor parameters in com.orchestranetworks.ui.form with type arguments of type PathModifierConstructorDescriptionUIFormPaneFromPathList(List<Path> pathList) Instantiates a new form pane from a path list. -
Uses of Path in com.orchestranetworks.ui.form.widget
Methods in com.orchestranetworks.ui.form.widget that return PathModifier and TypeMethodDescriptionWidgetFactoryContext.getPath()Returns the path to which the component is attached, as specified in the data model.WidgetListValidationContext.getPathForListOccurrence(int index) Returns the absolute path of an occurrence at the specified index under the current aggregated list field (maxOccurs > 1).WidgetListValidationContext.getPathForListOccurrence(int index, boolean isRelative) Returns the path of an occurrence at the specified index under the current aggregated list field (maxOccurs > 1).WidgetWriterForList.getPathForListOccurrence(int index) Returns the absolute path of an occurrence at the specified index under the current aggregated list field (maxOccurs > 1).WidgetWriterForList.getPathForListOccurrence(int index, boolean isRelative) Returns the path of an occurrence at the specified index under the current aggregated list field (maxOccurs > 1).Methods in com.orchestranetworks.ui.form.widget with parameters of type PathModifier and TypeMethodDescriptionvoidWidgetWriterForList.addList(Path aPath, UIWidgetFactory<?> anItemWidgetFactory) Adds the built-in multi-occurrence editor but uses the given widget to display each item of the list.voidWidgetWriter.addServiceButton(Path aPath) Adds a service menu button to the specified node.voidWidgetWriter.addUIDescription(Path aPath) voidWidgetWriter.addUIDisplayValue(Path aPath) Displays the value of the specified field.voidWidgetWriter.addUILabel(Path aPath) Adds the standard label of the specified data model node.voidWidgetWriter.addUIValidationMessage(Path aPath) Adds the validation message associated with the specified node.Returns the node located at the specified path.WidgetDisplayContext.getPermission(Path aPath) Returns the current user's access rights on the node specified by a path.WidgetValidationContext.getPermission(Path aPath) Returns the current user's access rights on the node specified by a path.Returns the value to the specified path.WidgetDisplayContext.getValueContext(Path aPath) Returns the value context of the target element.WidgetValidationContext.getValueContext(Path aPath) Returns the validation context of the specified node.WidgetValidationContext.getWidgetName(Path aPath) Returns the custom widget name based on the given path.WidgetWriter.getWidgetName(Path aPath) Returns the custom widget name based on the given path.Constructors in com.orchestranetworks.ui.form.widget with parameters of type PathModifierConstructorDescriptionUIListCustomWidget(Path aNodePath, WidgetFactoryContext aContext) UISimpleCustomWidget(Path aNodePath, WidgetFactoryContext aContext) -
Uses of Path in com.orchestranetworks.ui.view
Methods in com.orchestranetworks.ui.view that return types with arguments of type PathModifier and TypeMethodDescriptionUITabularView.getFieldsPaths()Returns a list with the field pathUITabularView.getFixedColumnsPaths()Returns a list with the fixed columns. -
Uses of Path in com.orchestranetworks.userservice
Methods in com.orchestranetworks.userservice with parameters of type PathModifier and TypeMethodDescriptionUserServiceObjectContext.getPermission(ObjectKey anObjectKey, Path aPath) Returns the current user's access rights on the node of a user service object.UserServiceObjectContext.getValueContext(ObjectKey anObjectKey, Path aPath) Returns the value context for objectObjectKeyand pathaPath.UserServiceObjectContextForInputValidation.getValueContext(ObjectKey anObjectKey, Path aPath) Returns the value context for objectObjectKeyand pathaPath.Creates a new tab containing a standard pane representingaPathchildren.UserServiceTabbedPane.newTabsFromPath(ObjectKey anObjectKey, Path aPath) Iterates through a path and its children to create a tab for each path which should be displayed in the tab. -
Uses of Path in com.orchestranetworks.userservice.declaration
Methods in com.orchestranetworks.userservice.declaration with parameters of type PathModifier and TypeMethodDescriptionvoidActivationContextWithSchemaNodeSet.excludeSchemaNodesMatching(Path... paths) From the schema nodes set created thanks to the include methods, excludes schema nodes that match one of the given paths.voidActivationContextWithSchemaNodeSet.includeSchemaNodesMatching(Path... paths) Includes schema nodes that match one of the given paths.
WidgetWriterForList.getPathForListOccurrence(int)Replaced byWidgetListValidationContext.getPathForListOccurrence(int)