public class FieldDescriptor extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
contentField |
protected String |
filterField |
protected String |
filterValue |
protected boolean |
sanitize |
Constructor and Description |
---|
FieldDescriptor() |
Modifier and Type | Method and Description |
---|---|
boolean |
doSanitize() |
String |
getContentField() |
String |
getFilterField() |
String |
getFilterValue() |
String[] |
getFilterValues() |
boolean |
match(String fieldValue) |
String |
toString() |
protected String contentField
protected String filterField
protected String filterValue
protected boolean sanitize
public FieldDescriptor()
public String getContentField()
public String getFilterField()
public String getFilterValue()
public String[] getFilterValues()
public boolean doSanitize()
Copyright © 2018 Nuxeo. All rights reserved.