public class Filter extends Object implements Comparable<Filter>
| Constructor and Description |
|---|
Filter() |
Filter(fr.toutatice.portail.cms.nuxeo.api.forms.FormFilter formFilter,
String path) |
Filter(org.nuxeo.ecm.automation.client.model.PropertyMap propertyMap,
fr.toutatice.portail.cms.nuxeo.api.NuxeoController nuxeoController) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Filter filter) |
List<Argument> |
getArgumentsList()
Getter for argumentsList.
|
ClassLoader |
getClassLoader()
Getter for classLoader.
|
String |
getDecriptionKey()
Getter for decriptionKey.
|
String |
getFilterId() |
String |
getFilterInstanceId()
Getter for filterInstanceId.
|
String |
getFilterName()
Getter for filterName.
|
String |
getFilterPath()
Getter for filterPath.
|
List<Filter> |
getFilters()
Getter for filters.
|
String |
getLabelKey()
Getter for labelKey.
|
boolean |
isHasChildren()
Getter for hasChildren.
|
boolean |
isSelected()
Getter for selected.
|
void |
setArgumentsList(List<Argument> argumentsList)
Setter for argumentsList.
|
void |
setClassLoader(ClassLoader classLoader)
Setter for classLoader.
|
void |
setDecriptionKey(String decriptionKey)
Setter for decriptionKey.
|
void |
setFilterId(String filterId) |
void |
setFilterInstanceId(String filterInstanceId)
Setter for filterInstanceId.
|
void |
setFilterName(String filterName)
Setter for filterName.
|
void |
setFilterPath(String filterPath)
Setter for filterPath.
|
void |
setFilters(List<Filter> filters)
Setter for filters.
|
void |
setHasChildren(boolean hasChildren)
Setter for hasChildren.
|
void |
setLabelKey(String labelKey)
Setter for labelKey.
|
void |
setSelected(boolean selected)
Setter for selected.
|
void |
updateFilter(Filter filter) |
void |
updateFilterPath(String newPath) |
public Filter()
public Filter(fr.toutatice.portail.cms.nuxeo.api.forms.FormFilter formFilter,
String path)
public Filter(org.nuxeo.ecm.automation.client.model.PropertyMap propertyMap,
fr.toutatice.portail.cms.nuxeo.api.NuxeoController nuxeoController)
public void updateFilter(Filter filter)
public void updateFilterPath(String newPath)
public String getFilterName()
public void setFilterName(String filterName)
filterName - the filterName to setpublic String getFilterPath()
public void setFilterPath(String filterPath)
filterPath - the filterPath to setpublic List<Argument> getArgumentsList()
public void setArgumentsList(List<Argument> argumentsList)
argumentsList - the argumentsList to setpublic String getFilterId()
public void setFilterId(String filterId)
public int compareTo(Filter filter)
compareTo in interface Comparable<Filter>public String getFilterInstanceId()
public void setFilterInstanceId(String filterInstanceId)
filterInstanceId - the filterInstanceId to setpublic void setFilters(List<Filter> filters)
filters - the filters to setpublic boolean isHasChildren()
public void setHasChildren(boolean hasChildren)
hasChildren - the hasChildren to setpublic String getLabelKey()
public void setLabelKey(String labelKey)
labelKey - the labelKey to setpublic String getDecriptionKey()
public void setDecriptionKey(String decriptionKey)
decriptionKey - the decriptionKey to setpublic ClassLoader getClassLoader()
public void setClassLoader(ClassLoader classLoader)
classLoader - the classLoader to setpublic boolean isSelected()
public void setSelected(boolean selected)
selected - the selected to setCopyright © 2017. All rights reserved.