| Package | Description |
|---|---|
| org.visallo.core.model.ontology | |
| org.visallo.core.model.workspace |
| Modifier and Type | Method and Description |
|---|---|
protected abstract OntologyProperty |
OntologyRepositoryBase.addPropertyTo(List<Concept> concepts,
List<Relationship> relationships,
String propertyIri,
String displayName,
PropertyType dataType,
Map<String,String> possibleValues,
Collection<org.vertexium.TextIndexHint> textIndexHints,
boolean userVisible,
boolean searchable,
boolean addable,
boolean sortable,
String displayType,
String propertyGroup,
Double boost,
String validationFormula,
String displayFormula,
com.google.common.collect.ImmutableList<String> dependentPropertyIris,
String[] intents,
boolean deleteable,
boolean updateable) |
OntologyProperty |
OntologyRepositoryBase.getDependentPropertyParent(String iri) |
OntologyProperty |
OntologyRepository.getDependentPropertyParent(String iri) |
OntologyProperty |
OntologyRepositoryBase.getOrCreateProperty(OntologyPropertyDefinition ontologyPropertyDefinition) |
OntologyProperty |
OntologyRepository.getOrCreateProperty(OntologyPropertyDefinition ontologyPropertyDefinition) |
OntologyProperty |
OntologyRepositoryBase.getPropertyByIntent(String intent) |
OntologyProperty |
OntologyRepository.getPropertyByIntent(String intent) |
OntologyProperty |
OntologyRepositoryBase.getPropertyByIRI(String propertyIRI) |
OntologyProperty |
OntologyRepository.getPropertyByIRI(String propertyIRI) |
OntologyProperty |
OntologyRepositoryBase.getRequiredPropertyByIntent(String intent) |
OntologyProperty |
OntologyRepository.getRequiredPropertyByIntent(String intent) |
OntologyProperty |
OntologyRepositoryBase.getRequiredPropertyByIRI(String propertyIRI) |
OntologyProperty |
OntologyRepository.getRequiredPropertyByIRI(String propertyIRI) |
| Modifier and Type | Method and Description |
|---|---|
Collection<OntologyProperty> |
Relationship.getProperties() |
Iterable<OntologyProperty> |
OntologyRepository.getProperties() |
Collection<OntologyProperty> |
HasOntologyProperties.getProperties() |
Collection<OntologyProperty> |
Concept.getProperties() |
List<OntologyProperty> |
OntologyRepositoryBase.getPropertiesByIntent(String intent) |
List<OntologyProperty> |
OntologyRepository.getPropertiesByIntent(String intent) |
| Modifier and Type | Method and Description |
|---|---|
void |
OntologyRepository.updatePropertyDependentIris(OntologyProperty property,
Collection<String> dependentPropertyIris) |
void |
OntologyRepository.updatePropertyDomainIris(OntologyProperty property,
Set<String> domainIris) |
| Modifier and Type | Method and Description |
|---|---|
static Collection<ClientApiOntology.Property> |
OntologyProperty.toClientApiProperties(Iterable<OntologyProperty> properties) |
| Constructor and Description |
|---|
Concept(String parentConceptIRI,
Collection<OntologyProperty> properties) |
Relationship(String parentIRI,
List<String> domainConceptIRIs,
List<String> rangeConceptIRIs,
Collection<OntologyProperty> properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkspaceHelper.deleteProperties(org.vertexium.Element e,
String propertyKey,
String propertyName,
OntologyProperty ontologyProperty,
String workspaceId,
org.vertexium.Authorizations authorizations,
User user) |
Copyright © 2013–2016 V5 Analytics. All rights reserved.