| Package | Description |
|---|---|
| com.ardoq.adapter | |
| com.ardoq.model | |
| com.ardoq.service | |
| com.ardoq.util |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
TagAdapter.serialize(Tag reference,
Type type,
com.google.gson.JsonSerializationContext jsonSerializationContext) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Tag> |
AggregatedWorkspace.getTags()
Returns all tags belonging to this workspace.
|
| Modifier and Type | Method and Description |
|---|---|
Tag |
TagService.createTag(Tag tag) |
Tag |
TagService.getTagById(String id) |
Tag |
TagService.updateTag(String id,
Tag tag) |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagService.getAllTags() |
| Modifier and Type | Method and Description |
|---|---|
Tag |
TagService.createTag(Tag tag) |
void |
TagService.createTag(Tag tag,
retrofit.Callback<Tag> callback) |
Tag |
TagService.updateTag(String id,
Tag tag) |
void |
TagService.updateTag(String id,
Tag tag,
retrofit.Callback<Tag> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
TagService.createTag(Tag tag,
retrofit.Callback<Tag> callback) |
void |
TagService.getAllTags(retrofit.Callback<List<Tag>> callback) |
void |
TagService.getTagById(String id,
retrofit.Callback<Tag> callback) |
void |
TagService.updateTag(String id,
Tag tag,
retrofit.Callback<Tag> callback) |
| Modifier and Type | Method and Description |
|---|---|
Tag |
SyncUtil.getTagByName(String name)
Gets an existing tag by name
|
| Modifier and Type | Method and Description |
|---|---|
void |
SyncUtil.updateTag(Tag tag) |
Copyright © 2018. All rights reserved.