public class TagRepository extends Object
TagMetaData repository. Internal implementation class, use
MetaDataServiceImpl instead.| Modifier and Type | Field and Description |
|---|---|
static TagMetaData |
META_DATA |
| Constructor and Description |
|---|
TagRepository(Repository repository,
IdGenerator idGenerator) |
| Modifier and Type | Method and Description |
|---|---|
Entity |
getTagEntity(String objectIRI,
String label,
Relation relation,
String codeSystemIRI)
Fetches a tag from the repository.
|
public static final TagMetaData META_DATA
public TagRepository(Repository repository, IdGenerator idGenerator)
public Entity getTagEntity(String objectIRI, String label, Relation relation, String codeSystemIRI)
objectIri - IRI of the objectlabel - label of the objectrelation - Relation of the tagcodeSystemIRI - the IRI of the code system of the tagEntity of type TagMetaDataCopyright © 2016. All Rights Reserved.