| |
|
| java.lang.Object com.flexive.shared.search.FxPaths
FxPaths | public class FxPaths implements Serializable(Code) | | Tree-paths returned by queries
author: Gregor Schober (gregor.schober@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) |
Inner Class :public static class Path implements Serializable | |
Inner Class :public static class Item implements Serializable | |
Constructor Summary | |
public | FxPaths(String encoded) Decodes the given DB string into a FxPaths object. |
FxPaths | public FxPaths(String encoded)(Code) | | Decodes the given DB string into a FxPaths object.
The encoded paths are separated by a newline ('\n').
The items within a path are separated by a '/' character.
The informations within the a path item are separated by a ':' character
Parameters: encoded - the encoded string |
getPaths | public List<Path> getPaths()(Code) | | Returns all paths.
the paths |
|
|
|