public class TreeManagerPluginDescriptor extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected List<String> |
excludedFacets |
protected List<String> |
excludedTypes |
protected String |
filterClassName |
protected List<String> |
includedFacets |
protected String |
leafFilterClassName |
protected String |
name |
protected String |
pageProvider |
protected String |
sorterClassName |
protected String |
sortPropertyPath |
Constructor and Description |
---|
TreeManagerPluginDescriptor() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getExcludedFacets() |
List<String> |
getExcludedTypes() |
String |
getFilterClassName() |
List<String> |
getIncludedFacets() |
String |
getLeafFilterClassName() |
String |
getName() |
String |
getPageProvider() |
String |
getSorterClassName() |
String |
getSortPropertyPath() |
protected String filterClassName
protected String leafFilterClassName
protected String sorterClassName
protected String pageProvider
protected List<String> excludedTypes
protected List<String> excludedFacets
protected List<String> includedFacets
protected String sortPropertyPath
public TreeManagerPluginDescriptor()
public String getFilterClassName()
public String getLeafFilterClassName()
public String getSorterClassName()
public List<String> getExcludedTypes()
public List<String> getExcludedFacets()
public List<String> getIncludedFacets()
public String getSortPropertyPath()
public String getPageProvider()
Copyright © 2017 Nuxeo. All rights reserved.