public class OntologyIndexRepository extends AbstractOntologyRepository implements Countable
| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE_ONTOLOGY |
ALTERNATIVE_DEFINITION, CHIDLREN, ENTITY_TYPE, entityMetaData, entityName, FIELDTYPE, ID, ILLEGAL_CHARACTERS_PATTERN, ILLEGAL_CHARACTERS_REPLACEMENT, LAST, MULTI_WHITESPACES, NODE_PATH, NODE_PATH_REPLACEMENT_PATTERN, ONTOLOGY_IRI, ONTOLOGY_NAME, ONTOLOGY_TERM, ONTOLOGY_TERM_DEFINITION, ONTOLOGY_TERM_IRI, PARENT_NODE_PATH, PARENT_ONTOLOGY_TERM_IRI, ROOT, searchService, SINGLE_WHITESPACE, SYNONYMS, TYPE_ONTOLOGYTERM| Constructor and Description |
|---|
OntologyIndexRepository(OntologyLoader loader,
String name,
SearchService searchService) |
| Modifier and Type | Method and Description |
|---|---|
long |
count() |
String |
getUrl() |
Iterator<Entity> |
iterator() |
<E extends Entity> |
iterator(Class<E> clazz) |
close, getEntityMetaData, getNamepublic static final String TYPE_ONTOLOGY
public OntologyIndexRepository(OntologyLoader loader, String name, SearchService searchService)
public <E extends Entity> Iterable<E> iterator(Class<E> clazz)
iterator in interface Repositoryiterator in class AbstractOntologyRepositorypublic String getUrl()
getUrl in interface RepositorygetUrl in class AbstractOntologyRepositoryCopyright © 2015. All Rights Reserved.