public class InMemoryOntologyProperty extends OntologyProperty
DATE_FORMAT, DATE_TIME_FORMAT, DATE_TIME_WITH_SECONDS_FORMAT, GEO_LOCATION_ALTERNATE_FORMAT, GEO_LOCATION_FORMAT| Constructor and Description |
|---|
InMemoryOntologyProperty() |
| Modifier and Type | Method and Description |
|---|---|
void |
addIntent(String intent) |
void |
addIntent(String intent,
org.vertexium.Authorizations authorizations) |
void |
addTextIndexHints(String textIndexHints) |
void |
addTextIndexHints(String textIndexHints,
org.vertexium.Authorizations authorizations) |
boolean |
getAddable() |
Double |
getBoost() |
org.visallo.web.clientapi.model.PropertyType |
getDataType() |
boolean |
getDeleteable() |
com.google.common.collect.ImmutableList<String> |
getDependentPropertyIris() |
String |
getDisplayFormula() |
String |
getDisplayName() |
String |
getDisplayType() |
String[] |
getIntents() |
Map<String,String> |
getPossibleValues() |
String |
getPropertyGroup() |
boolean |
getSearchable() |
boolean |
getSortable() |
String[] |
getTextIndexHints() |
String |
getTitle() |
boolean |
getUpdateable() |
boolean |
getUserVisible() |
String |
getValidationFormula() |
void |
removeIntent(String intent,
org.vertexium.Authorizations authorizations) |
void |
setAddable(boolean addable) |
void |
setBoost(Double boost) |
void |
setDataType(org.visallo.web.clientapi.model.PropertyType dataType) |
void |
setDeleteable(boolean deleteable) |
void |
setDependentPropertyIris(Collection<String> dependentPropertyIris) |
void |
setDisplayFormula(String displayFormula) |
void |
setDisplayName(String displayName) |
void |
setDisplayType(String displayType) |
void |
setPossibleValues(Map<String,String> possibleValues) |
void |
setProperty(String name,
Object value,
org.vertexium.Authorizations authorizations) |
void |
setPropertyGroup(String propertyGroup) |
void |
setSearchable(boolean searchable) |
void |
setSortable(boolean sortable) |
void |
setTitle(String title) |
void |
setUpdateable(boolean updateable) |
void |
setUserVisible(boolean userVisible) |
void |
setValidationFormula(String validationFormula) |
convert, convert, convertString, equals, getIri, getVisalloProperty, hasDependentPropertyIris, hashCode, parseGeoLocation, toClientApi, toClientApiProperties, toString, updateIntentspublic String getTitle()
getTitle in class OntologyPropertypublic String getDisplayName()
getDisplayName in class OntologyPropertypublic boolean getUserVisible()
getUserVisible in class OntologyPropertypublic org.visallo.web.clientapi.model.PropertyType getDataType()
getDataType in class OntologyPropertypublic Double getBoost()
getBoost in class OntologyPropertypublic Map<String,String> getPossibleValues()
getPossibleValues in class OntologyPropertypublic String getPropertyGroup()
getPropertyGroup in class OntologyPropertypublic boolean getSearchable()
getSearchable in class OntologyPropertypublic boolean getAddable()
getAddable in class OntologyPropertypublic boolean getSortable()
getSortable in class OntologyPropertypublic String getValidationFormula()
getValidationFormula in class OntologyPropertypublic String getDisplayFormula()
getDisplayFormula in class OntologyPropertypublic com.google.common.collect.ImmutableList<String> getDependentPropertyIris()
getDependentPropertyIris in class OntologyPropertypublic boolean getDeleteable()
getDeleteable in class OntologyPropertypublic boolean getUpdateable()
getUpdateable in class OntologyPropertypublic String[] getIntents()
getIntents in class OntologyPropertypublic String[] getTextIndexHints()
getTextIndexHints in class OntologyPropertypublic void addTextIndexHints(String textIndexHints, org.vertexium.Authorizations authorizations)
addTextIndexHints in class OntologyPropertypublic void addTextIndexHints(String textIndexHints)
public String getDisplayType()
getDisplayType in class OntologyPropertypublic void setSearchable(boolean searchable)
public void setAddable(boolean addable)
public void setSortable(boolean sortable)
public void setTitle(String title)
public void setUserVisible(boolean userVisible)
public void setDisplayName(String displayName)
public void setDataType(org.visallo.web.clientapi.model.PropertyType dataType)
public void setBoost(Double boost)
public void setDisplayType(String displayType)
public void setPropertyGroup(String propertyGroup)
public void setValidationFormula(String validationFormula)
public void setDisplayFormula(String displayFormula)
public void setDependentPropertyIris(Collection<String> dependentPropertyIris)
public void setUpdateable(boolean updateable)
public void setDeleteable(boolean deleteable)
public void setProperty(String name, Object value, org.vertexium.Authorizations authorizations)
setProperty in class OntologyPropertypublic void addIntent(String intent)
public void addIntent(String intent, org.vertexium.Authorizations authorizations)
addIntent in class OntologyPropertypublic void removeIntent(String intent, org.vertexium.Authorizations authorizations)
removeIntent in class OntologyPropertyCopyright © 2013–2016 V5 Analytics. All rights reserved.