Uses of Class
com.orchestranetworks.schema.Path

Packages that use Path
com.onwbp.adaptation Provides core classes and interfaces for accessing schema instances, tables and their occurrences.  
com.orchestranetworks.instance Provides interfaces for accessing schema instances.  
com.orchestranetworks.schema Represents XML Schema concepts and provides schema extensions capabilities.  
com.orchestranetworks.service Provides classes and interfaces for implementing specific services and access rules on EBX.Platform.  
com.orchestranetworks.service.comparison   
com.orchestranetworks.ui Provides the capability to create specific user interface components that are integrated within EBX.Manager.  
 

Uses of Path in com.onwbp.adaptation
 

Methods in com.onwbp.adaptation that return Path
 Path RequestSortCriteria.getPath(int criteriumIndex)
           
 Path[] AdaptationTable.getPrimaryKeySpec()
          Returns the paths of the schema nodes that compose the primary key of this table.
 Path AdaptationTable.getTablePath()
          Returns the path of the container node.
 Path AdaptationNode.getNodePath()
          Deprecated. Returns this node's path, from adaptation's root node.
 

Methods in com.onwbp.adaptation with parameters of type Path
 void RequestSortCriteria.add(Path path)
          Adds the node specified as an ascendant sort criterium.
 void RequestSortCriteria.add(Path path, boolean isAscendant)
          Adds the node specified as an ascendant or descendant sort criterium.
 String ReadContext.formatValue(Path path)
          Deprecated. Client code should call either SchemaNode.formatToXsString(Object) or SchemaNode.displayOccurrence(Object, boolean, ValueContext, Locale).
 String ReadContext.formatValue(Path path, String ignored)
          Deprecated. Client code should call either SchemaNode.formatToXsString(Object) or SchemaNode.displayOccurrence(Object, boolean, ValueContext, Locale).
 List ReadContext.formatValues(Path path)
          Deprecated. Client code should call, on each element of the List value, either SchemaNode.formatToXsString(Object) or SchemaNode.displayOccurrence(Object, boolean, ValueContext, Locale).
 Object ReadContext.get(Path aPath)
          Returns the value of the node specified.
 boolean ReadContext.get_boolean(Path aPath)
          Returns the boolean value of the node specified.
 int ReadContext.get_int(Path aPath)
          Returns the int value of the node specified.
 Date ReadContext.getDate(Path aPath)
          Returns the Date value of the node specified.
 String ReadContext.getDescription(Path aPath)
          Deprecated. Replaced by SchemaNode.getDescription(Locale).
 String ReadContext.getLabel(Path aPath)
          Deprecated. Replaced by SchemaNode.getLabel(Locale).
 List ReadContext.getList(Path aPath)
          Returns the List value of the node specified.
 String ReadContext.getNomenclatureItemLabel(Path path, String aFormattedValue)
          Deprecated. Replaced by SchemaNode.displayOccurrence(Object, boolean, ValueContext, Locale).
 String ReadContext.getResourcePathInModule(Path aPath)
          Returns the path to the resource that is hold by the node specified.
 String ReadContext.getResourcePathWithModule(Path aPath)
          Returns the path (including module's path) to the resource that is hold by the node specified.
 String ReadContext.getString(Path aPath)
          Returns the String value of the node specified.
 AdaptationTable ReadContext.getTable(Path aPath)
          Returns the table instance hold by the node specified.
static PrimaryKeyWildCard PrimaryKeyWildCard.compute(PrimaryKey aBase, Path[] paths, Path wildCardKey)
          Deprecated.  
 PrimaryKeyWildCard AdaptationTable.computePrimaryKeyWildcard(PrimaryKey aBase, Path wildcardKey)
          Deprecated.  
 Object Adaptation.getValueWithoutResolution(Path aPath)
          Returns the own value hold by the node specified.
 String Adaptation.getUrlResourceRelative(Path aPath)
          Deprecated.  
 AdaptationNode Adaptation.getAdaptationNode(Path aPath)
          Deprecated. Replaced by Adaptation.getSchemaNode().
 

Uses of Path in com.orchestranetworks.instance
 

Methods in com.orchestranetworks.instance with parameters of type Path
 SchemaNode ValueContext.getNode(Path aPath)
          Returns the schema node at the path specified.
 Object ValueContext.getValue(Path aPath)
          Returns the value of the node specified.
 

Uses of Path in com.orchestranetworks.schema
 

Fields in com.orchestranetworks.schema declared as Path
static Path Path.ROOT
          Corresponds to the path "/".
static Path Path.SELF
          Corresponds to the path ".
static Path Path.PARENT
          Corresponds to the path "..
 

Methods in com.orchestranetworks.schema that return Path
 Path Step.toAbsolutePath()
          Returns the absolute path whose unique step is this instance.
 Path Step.toSelfPath()
          Returns the relative path whose first step is 'self' and the second step is this instance.
 Path Step.toParentPath()
          Returns the relative path whose first step is 'self' and the second step is this instance.
 Path SchemaNode.getPathInAdaptation()
          Returns the local absolute path.
 Path SchemaNode.getPathInSchema()
          Returns the full absolute path of this node in the schema.
static Path Path.parse(String pathString)
          Returns the path from the string specified.
abstract  Path Path.add(String aKey)
           
abstract  Path Path.add(Path aPath)
          Concatenates this path instance with the path specified.
abstract  Path Path.add(Step aStep)
           
abstract  Path Path.resolveWith(Path aPath)
          Resolves the path specified against this instance by considering that this instance is the "current location".
abstract  Path Path.getPathWithoutLastStep()
          Returns this path minus its last step.
abstract  Path Path.getSubPath(int beginIndex)
          Returns a new path that is a subpath of this path.
abstract  Path Path.getSubPath(int beginIndex, int endIndex)
          Returns a new path that is a subpath of this path.
 

Methods in com.orchestranetworks.schema with parameters of type Path
 SchemaNode SchemaNode.getNode(Path aPath)
          Returns the node at the path specified, or null if no node exists at the path specified.
 SchemaNode SchemaNode.getNode(Path aPath, boolean isTolerantRead, boolean absolutePathBeginsAtOccurrenceRoot)
          Returns the node at the path specified.
 void SchemaExtensionsContext.setAccessRuleOnNode(Path aPath, AccessRule aRule)
          Declares that the access to a node may be restricted by the rule specified.
 void SchemaExtensionsContext.setAccessRuleOnNodeAndAllDescendants(Path subTreePath, boolean includeSubTreeRoot, AccessRule aRule)
          Declares that the access to a nodes subtree may be restricted by the rule specified.
 void SchemaExtensionsContext.setAccessRuleOnOccurrence(Path aTablePath, AccessRule aRule)
          Declares that the global access to a table occurrence of the schema may be restricted by the rule specified.
abstract  Path Path.add(Path aPath)
          Concatenates this path instance with the path specified.
abstract  Path Path.resolveWith(Path aPath)
          Resolves the path specified against this instance by considering that this instance is the "current location".
 boolean Path.startsWith(Path aPath)
          Tests if this path starts with the specified prefix.
abstract  boolean Path.startsWith(Path aPath, int offset)
          Tests if this path starts with the specified prefix beginning at specified index.
 void ConstraintContext.addDependency(Path aPath)
          Deprecated.  
 void ConstraintContext.addDependency(AdaptationName aName, Path aPath)
          Deprecated.  
 

Constructors in com.orchestranetworks.schema with parameters of type Path
PathAccessException(Path path, com.onwbp.base.schema.path.BasicAccessException ex)
           
PathAccessException(Path path, String msg)
           
PathAccessException(Path path, String msg, Throwable ex)
           
PathAccessException(Path path, UnavailableContentError ex)
           
 

Uses of Path in com.orchestranetworks.service
 

Methods in com.orchestranetworks.service that return Path
abstract  Path ServiceContext.getCurrentPathInAdaptation()
          Returns the node path currently selected in Manager.
 

Methods in com.orchestranetworks.service with parameters of type Path
 void ValueContextForUpdate.setValue(Object aValue, Path aPath)
          Sets the value to the node specified.
 void ValueContextForUpdate.setValueFromXsString(String aString, Path aPath)
          The string must comply with the standard representation of the associated type, as specified by XML Schema.
abstract  String ServiceContext.getURLForSelection(Adaptation anAdaptation, Path aPath)
          Returns a Manager URL indicating that it must select the adaptation (instance or occurrence) and the node specified.
 void ProcedureContext.makeOccultationsInChildTable(Adaptation target, Path tablePath)
          Any parent occurrence that is not overwritten will be occulted.
 

Uses of Path in com.orchestranetworks.service.comparison
 

Methods in com.orchestranetworks.service.comparison that return Path
 Path NodeDifference.getLeftValuePath()
           
 Path NodeDifference.getRightValuePath()
           
 

Methods in com.orchestranetworks.service.comparison with parameters of type Path
 DifferenceBetweenTables DifferenceBetweenInstances.getDeltaTable(Path tablePath)
           
 NodeDifference DifferenceBetweenContents.getNodeDifference(Path nodePath)
          Returns the difference at the node specified, null if no difference exists for this node.
 

Constructors in com.orchestranetworks.service.comparison with parameters of type Path
NodeDifference(Object leftValue, Path leftValuePath, Object rightValue, Path rightValuePath)
           
 

Uses of Path in com.orchestranetworks.ui
 

Methods in com.orchestranetworks.ui that return Path
 Path UIContext.getPathInAdaptation()
          Returns the path of the current node to which the component is attached.
 

Methods in com.orchestranetworks.ui with parameters of type Path
 Object UITableFilterResponseContext.getValue(Path aPath)
          Returns the value at the path specified.
 ValueContext UITableFilterResponseContext.getValueContext(Path aPath)
          Returns the validation context of the node specified.
 ValueContextForValidation UIResponseContext.getValueContext(Path aPath)
          Returns the validation context of the node specified.
 void UIResponseContext.addUIBestMatchingEditor(Path aPath, String htmlAttributes)
           
 void UIResponseContext.addUIBestMatchingDisplay(Path aPath, UIRenderingMode renderingMode, String htmlAttributes)
           
 void UIResponseContext.addUIDisplayValue(Path aPath)
           
 void UIResponseContext.addUICheckBox(Path aPath, String htmlAttributes)
           
 void UIResponseContext.addUICheckBox(int index, Path aPath, String htmlAttributes)
           
 void UIResponseContext.addUICheckBoxGroup(Path aPath, String htmlAttributes)
           
 void UIResponseContext.addUICheckBoxGroup(Path aPath, String htmlAttributes, String htmlSeparator)
           
 void UIResponseContext.addUICheckBoxGroup(Path aPath, String htmlAttributes, Nomenclature aSpecificNomenclature)
           
 void UIResponseContext.addUICheckBoxGroup(Path aPath, String htmlAttributes, String htmlSeparator, Nomenclature aSpecificNomenclature)
           
 void UIResponseContext.addUIDropDownBox(Path aPath, String htmlAttributes)
           
 void UIResponseContext.addUIDropDownBox(Path aPath, String htmlAttributes, Nomenclature aSpecificNomenclature)
           
 void UIResponseContext.addUIDropDownBoxMultiple(Path aPath, String htmlAttributes)
           
 void UIResponseContext.addUILabel(Path aPath)
           
 void UIResponseContext.addUIDescription(Path aPath)
           
 void UIResponseContext.addUIValidationMessage(Path aPath)
          Adds the validation message associated with the node specified.
 void UIResponseContext.addUIOccurrenceEditor(Path aPath, String htmlAttributes)
          The path specified must refer to an indexed element in its last position.
 void UIResponseContext.addUIComplexEditor(Path aPath, String htmlAttributes)
          The path specified must not refer to an indexed element in its last position.
 void UIResponseContext.addUIBean(Path aPath, String htmlAttributes)
          The path specified must not refer to an indexed element in its last position.
 void UIResponseContext.addUIRadioButton(Path aPath, String htmlAttributes, boolean setCode, boolean setLabel, int index)
           
 void UIResponseContext.addUIRadioButtonGroup(Path aPath, String htmlAttributes)
           
 void UIResponseContext.addUIRadioButtonGroup(Path aPath, String htmlAttributes, String htmlSeparator)
           
 void UIResponseContext.addUITextAreaField(Path aPath, String htmlAttributes)
           
 void UIResponseContext.addUITextInputField(Path aPath, String htmlAttributes)
           
 void UIResponseContext.addUIPasswordInputField(Path aPath, String htmlAttributes)
           
 void UIResponseContext.addUITextHiddenInputField(Path aPath, String htmlAttributes)
           
 ValueContextForInputValidation UIRequestContext.getValueContext(Path aPath)
           
 String UILabelRendererForHierarchyContext.displayOccurrenceValue(Path aPath, boolean useLabels)
          Returns a user-friendly representation of the value specified, according the current locale.
static Object UIHttpNavigationLink.createLinkToAdaptationNode(Adaptation target, Path targetPath)
          Generates HTTP selection parameters for a specific node at path in adaptation
static void UIHttpNavigationLink.addLinkToAdaptationNode(Adaptation target, Path targetPath, UIContext aContext)
          Writes url link to node at path in a specific instance adaptation.
 void UIHttpManagerComponent.select(HomeKey aHomeKey, AdaptationName anInstanceReference, Path aPath)
          Selects the node in the instance specified.
 void UIHttpManagerComponent.selectNode(Adaptation anAdaptation, Path aNode)
          Selects the node specified.
 void UIHttpManagerComponent.selectNode(Adaptation anAdaptation, Path aNode, String predicate)
          Selects the node specified with the predicate restriction
 String UIContext.getWebNameForPath(Path aPath)
          Returns a string that uniquely identifies the entity specified in the context of the current component in the current page.
 Object UIContext.getValue(Path aPath)
          Returns the value at the path specified.
 SchemaNode UIContext.getNode(Path aPath)
          Returns the node located at the path specified.
 



(report a bug)
EBX.Platform 4.5.3 [0607:0003]
Copyright Orchestra Networks 2000-2008. All rights reserved.