public class ContentFileContext extends Object implements NameValuePairCollection
Modifier and Type | Class and Description |
---|---|
static class |
ContentFileContext.ColumnSet |
Constructor and Description |
---|
ContentFileContext() |
Modifier and Type | Method and Description |
---|---|
ContentFileContext.ColumnSet |
getColumnSet() |
SearchContext |
getSearchFilters() |
boolean |
isSearchMatchOnly() |
void |
setColumnSet(ContentFileContext.ColumnSet columnSet) |
void |
setSearchFilters(SearchContext searchFilters) |
void |
setSearchMatchOnly(boolean searchMatchOnly) |
List<org.apache.http.NameValuePair> |
toNameValuePairs() |
public SearchContext getSearchFilters()
public void setSearchFilters(SearchContext searchFilters)
public boolean isSearchMatchOnly()
public void setSearchMatchOnly(boolean searchMatchOnly)
public ContentFileContext.ColumnSet getColumnSet()
public void setColumnSet(ContentFileContext.ColumnSet columnSet)
public List<org.apache.http.NameValuePair> toNameValuePairs()
toNameValuePairs
in interface NameValuePairCollection
Copyright © 2014 Equilibrium. All rights reserved.