public class VertexiumOntologyProperty extends OntologyProperty
DATE_FORMAT, DATE_TIME_FORMAT, DATE_TIME_WITH_SECONDS_FORMAT, GEO_LOCATION_ALTERNATE_FORMAT, GEO_LOCATION_FORMAT| Constructor and Description |
|---|
VertexiumOntologyProperty(org.vertexium.Vertex vertex,
com.google.common.collect.ImmutableList<String> dependentPropertyIris) |
| Modifier and Type | Method and Description |
|---|---|
void |
addIntent(String intent,
org.vertexium.Authorizations authorizations) |
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() |
org.vertexium.Vertex |
getVertex() |
void |
removeIntent(String intent,
org.vertexium.Authorizations authorizations) |
void |
setDependentProperties(Collection<String> newDependentPropertyIris) |
void |
setProperty(String name,
Object value,
org.vertexium.Authorizations authorizations) |
convert, convert, convertString, equals, getIri, getVisalloProperty, hasDependentPropertyIris, hashCode, parseGeoLocation, toClientApi, toClientApiProperties, toString, updateIntentspublic VertexiumOntologyProperty(org.vertexium.Vertex vertex,
com.google.common.collect.ImmutableList<String> dependentPropertyIris)
public void setProperty(String name, Object value, org.vertexium.Authorizations authorizations)
setProperty in class OntologyPropertypublic String getTitle()
getTitle in class OntologyPropertypublic String getDisplayName()
getDisplayName in class OntologyPropertypublic String getPropertyGroup()
getPropertyGroup 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 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 addIntent(String intent, org.vertexium.Authorizations authorizations)
addIntent in class OntologyPropertypublic void removeIntent(String intent, org.vertexium.Authorizations authorizations)
removeIntent in class OntologyPropertypublic boolean getUserVisible()
getUserVisible in class OntologyPropertypublic boolean getSearchable()
getSearchable in class OntologyPropertypublic boolean getSortable()
getSortable in class OntologyPropertypublic boolean getUpdateable()
getUpdateable in class OntologyPropertypublic boolean getDeleteable()
getDeleteable in class OntologyPropertypublic boolean getAddable()
getAddable in class OntologyPropertypublic org.visallo.web.clientapi.model.PropertyType getDataType()
getDataType in class OntologyPropertypublic String getDisplayType()
getDisplayType in class OntologyPropertypublic Double getBoost()
getBoost in class OntologyPropertypublic Map<String,String> getPossibleValues()
getPossibleValues in class OntologyPropertypublic org.vertexium.Vertex getVertex()
public void setDependentProperties(Collection<String> newDependentPropertyIris)
Copyright © 2013–2017 Visallo, LLC. All rights reserved.