Uses of Class
com.ardoq.model.Tag
| Package | Description |
|---|---|
| com.ardoq.adapter | |
| com.ardoq.model | |
| com.ardoq.service | |
| com.ardoq.util |
-
Uses of Tag in com.ardoq.adapter
Methods in com.ardoq.adapter with parameters of type Tag Modifier and Type Method Description com.google.gson.JsonElementTagAdapter. serialize(Tag reference, Type type, com.google.gson.JsonSerializationContext jsonSerializationContext) -
Uses of Tag in com.ardoq.model
Methods in com.ardoq.model that return types with arguments of type Tag Modifier and Type Method Description Collection<Tag>AggregatedWorkspace. getTags()Returns all tags belonging to this workspace. -
Uses of Tag in com.ardoq.service
Methods in com.ardoq.service that return Tag Modifier and Type Method Description TagTagService. createTag(Tag tag)TagTagService. getTagById(String id)TagTagService. updateTag(String id, Tag tag)Methods in com.ardoq.service that return types with arguments of type Tag Modifier and Type Method Description List<Tag>TagService. getAllTags()Methods in com.ardoq.service with parameters of type Tag Modifier and Type Method Description TagTagService. createTag(Tag tag)voidTagService. createTag(Tag tag, retrofit.Callback<Tag> callback)TagTagService. updateTag(String id, Tag tag)voidTagService. updateTag(String id, Tag tag, retrofit.Callback<Tag> callback)Method parameters in com.ardoq.service with type arguments of type Tag Modifier and Type Method Description voidTagService. createTag(Tag tag, retrofit.Callback<Tag> callback)voidTagService. getAllTags(retrofit.Callback<List<Tag>> callback)voidTagService. getTagById(String id, retrofit.Callback<Tag> callback)voidTagService. updateTag(String id, Tag tag, retrofit.Callback<Tag> callback) -
Uses of Tag in com.ardoq.util
Methods in com.ardoq.util that return Tag Modifier and Type Method Description TagSyncUtil. getTagByName(String name)Gets an existing tag by nameMethods in com.ardoq.util with parameters of type Tag Modifier and Type Method Description voidSyncUtil. updateTag(Tag tag)