public class IndividualsViaVClassOptions extends Object implements FieldOptions
| Modifier and Type | Field and Description |
|---|---|
protected String |
defaultOptionLabel |
static String |
LEFT_BLANK |
protected static org.apache.commons.logging.Log |
log |
protected List<String> |
vclassURIs |
| Constructor and Description |
|---|
IndividualsViaVClassOptions(String... vclassURIs) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Individual> |
addWhenMissingInference(String classUri,
WebappDaoFactory wDaoFact) |
Comparator<String[]> |
getCustomComparator() |
protected Map<String,Individual> |
getIndividualsForClass(String vclassURI,
WebappDaoFactory wDaoFact) |
Map<String,String> |
getOptions(EditConfigurationVTwo editConfig,
String fieldName,
WebappDaoFactory wDaoFact,
I18nBundle i18n)
Any object that are needed to get the options should
be passed in the constructor of the implementation.
|
protected boolean |
isReasoningAvailable() |
FieldOptions |
setDefaultOptionLabel(String label) |
protected static final org.apache.commons.logging.Log log
public static final String LEFT_BLANK
protected String defaultOptionLabel
public FieldOptions setDefaultOptionLabel(String label)
public Map<String,String> getOptions(EditConfigurationVTwo editConfig, String fieldName, WebappDaoFactory wDaoFact, I18nBundle i18n) throws Exception
FieldOptionsgetOptions in interface FieldOptionsExceptionprotected Map<String,Individual> getIndividualsForClass(String vclassURI, WebappDaoFactory wDaoFact)
protected boolean isReasoningAvailable()
protected Map<String,Individual> addWhenMissingInference(String classUri, WebappDaoFactory wDaoFact)
public Comparator<String[]> getCustomComparator()
getCustomComparator in interface FieldOptionsCopyright © 2021. All rights reserved.