public class VertexiumConcept extends Concept
| Constructor and Description |
|---|
VertexiumConcept(org.vertexium.Vertex vertex) |
VertexiumConcept(org.vertexium.Vertex vertex,
String parentConceptIRI,
Collection<OntologyProperty> properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
addIntent(String intent,
org.vertexium.Authorizations authorizations) |
boolean |
equals(Object obj) |
List<String> |
getAddRelatedConceptWhiteList() |
String |
getColor() |
boolean |
getDeleteable() |
String |
getDisplayName() |
String |
getDisplayType() |
byte[] |
getGlyphIcon() |
byte[] |
getGlyphIconSelected() |
String[] |
getIntents() |
String |
getIRI() |
byte[] |
getMapGlyphIcon() |
Map<String,String> |
getMetadata() |
Boolean |
getSearchable() |
String |
getSubtitleFormula() |
String |
getTimeFormula() |
String |
getTitle() |
String |
getTitleFormula() |
boolean |
getUpdateable() |
boolean |
getUserVisible() |
org.vertexium.Vertex |
getVertex() |
boolean |
hasGlyphIconResource() |
boolean |
hasGlyphIconSelectedResource() |
int |
hashCode() |
void |
removeIntent(String intent,
org.vertexium.Authorizations authorizations) |
void |
removeProperty(String name,
org.vertexium.Authorizations authorizations) |
void |
removeProperty(String key,
String name,
org.vertexium.Authorizations authorizations) |
void |
setProperty(String name,
Object value,
org.vertexium.Authorizations authorizations) |
getParentConceptIRI, getProperties, toClientApi, toClientApiConcepts, toString, updateIntentspublic VertexiumConcept(org.vertexium.Vertex vertex)
public VertexiumConcept(org.vertexium.Vertex vertex,
String parentConceptIRI,
Collection<OntologyProperty> properties)
public boolean hasGlyphIconResource()
hasGlyphIconResource in class Conceptpublic boolean hasGlyphIconSelectedResource()
hasGlyphIconSelectedResource in class Conceptpublic String getDisplayName()
getDisplayName in class Conceptpublic String getDisplayType()
getDisplayType in class Conceptpublic String getTitleFormula()
getTitleFormula in class Conceptpublic Boolean getSearchable()
getSearchable in class Conceptpublic String getSubtitleFormula()
getSubtitleFormula in class Conceptpublic String getTimeFormula()
getTimeFormula in class Conceptpublic boolean getUserVisible()
getUserVisible in interface OntologyElementgetUserVisible in class Conceptpublic boolean getDeleteable()
getDeleteable in interface OntologyElementgetDeleteable in class Conceptpublic boolean getUpdateable()
getUpdateable in interface OntologyElementgetUpdateable in class Conceptpublic String[] getIntents()
getIntents in class Conceptpublic void addIntent(String intent, org.vertexium.Authorizations authorizations)
public void removeIntent(String intent, org.vertexium.Authorizations authorizations)
removeIntent in class Conceptpublic Map<String,String> getMetadata()
getMetadata in class Conceptpublic List<String> getAddRelatedConceptWhiteList()
getAddRelatedConceptWhiteList in class Conceptpublic void setProperty(String name, Object value, org.vertexium.Authorizations authorizations)
setProperty in class Conceptpublic void removeProperty(String key, String name, org.vertexium.Authorizations authorizations)
public void removeProperty(String name, org.vertexium.Authorizations authorizations)
removeProperty in class Conceptpublic byte[] getGlyphIcon()
getGlyphIcon in class Conceptpublic byte[] getGlyphIconSelected()
getGlyphIconSelected in class Conceptpublic byte[] getMapGlyphIcon()
getMapGlyphIcon in class Conceptpublic org.vertexium.Vertex getVertex()
Copyright © 2013–2017 V5 Analytics. All rights reserved.