public static class FulltextConfiguration.PathsFinder extends Object
walkSchema(org.nuxeo.ecm.core.schema.types.Schema)
.
For schemas without prefix the path is accumulated both with and without prefix.
For binaries the path includes the final "/data" part.
Modifier and Type | Field and Description |
---|---|
protected Set<String> |
binaryPaths |
protected Set<String> |
simplePaths |
Constructor and Description |
---|
PathsFinder(Set<String> simplePaths,
Set<String> binaryPaths) |
Modifier and Type | Method and Description |
---|---|
protected void |
walkComplexType(ComplexType complexType,
String path,
String addPrefix) |
void |
walkSchema(Schema schema) |
protected void |
walkSimpleType(Type type,
String path,
String addPrefix) |
protected void |
walkType(Type type,
String path,
String addPrefix) |
protected final Set<String> simplePaths
protected final Set<String> binaryPaths
public PathsFinder(Set<String> simplePaths, Set<String> binaryPaths)
public void walkSchema(Schema schema)
protected void walkComplexType(ComplexType complexType, String path, String addPrefix)
protected void walkSimpleType(Type type, String path, String addPrefix)
Copyright © 2018 Nuxeo. All rights reserved.