public class IndividualsViaVClassOptions extends Object implements FieldOptions
| Modifier and Type | Field and Description |
|---|---|
protected String |
defaultOptionLabel |
static String |
LEFT_BLANK |
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)
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) |
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) 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 © 2016. All rights reserved.