public class TreeViewRequest extends Object
Constructor and Description |
---|
TreeViewRequest(TreeNodeFactory factory,
String path,
IndexingContext ctx) |
TreeViewRequest(TreeNodeFactory factory,
String path,
Map<Field,String> hints,
ArtifactInfoFilter artifactInfoFilter,
IndexingContext ctx) |
Modifier and Type | Method and Description |
---|---|
void |
addFieldHint(Field field,
String hint) |
ArtifactInfoFilter |
getArtifactInfoFilter() |
TreeNodeFactory |
getFactory() |
String |
getFieldHint(Field field) |
Map<Field,String> |
getFieldHints() |
IndexingContext |
getIndexingContext() |
String |
getPath() |
boolean |
hasFieldHint(Field... fields) |
boolean |
hasFieldHints() |
void |
removeFieldHint(Field field) |
public TreeViewRequest(TreeNodeFactory factory, String path, IndexingContext ctx)
public TreeViewRequest(TreeNodeFactory factory, String path, Map<Field,String> hints, ArtifactInfoFilter artifactInfoFilter, IndexingContext ctx)
public TreeNodeFactory getFactory()
public String getPath()
public ArtifactInfoFilter getArtifactInfoFilter()
public void removeFieldHint(Field field)
public boolean hasFieldHints()
public boolean hasFieldHint(Field... fields)
public IndexingContext getIndexingContext()
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.