| Package | Description |
|---|---|
| com.ardoq.adapter | |
| com.ardoq.model | |
| com.ardoq.service | |
| com.ardoq.util |
| Modifier and Type | Method and Description |
|---|---|
Reference |
ReferenceAdapter.deserialize(com.google.gson.JsonElement jsonElement,
Type type,
com.google.gson.JsonDeserializationContext jsonDeserializationContext) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
ReferenceAdapter.serialize(Reference reference,
Type type,
com.google.gson.JsonSerializationContext jsonSerializationContext) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Reference> |
AggregatedWorkspace.getIncomingReferences() |
Collection<Reference> |
AggregatedWorkspace.getReferences()
Returns all references between components (pages) in the workspace.
|
| Modifier and Type | Method and Description |
|---|---|
Reference |
ReferenceService.createReference(Reference reference) |
Reference |
ReferenceService.getReferenceById(String id) |
Reference |
ReferenceService.updateReference(String id,
Reference reference) |
| Modifier and Type | Method and Description |
|---|---|
List<Reference> |
ReferenceService.getAllReferences() |
| Modifier and Type | Method and Description |
|---|---|
Reference |
ReferenceService.createReference(Reference reference) |
void |
ReferenceService.createReference(Reference reference,
retrofit.Callback<Reference> callback) |
Reference |
ReferenceService.updateReference(String id,
Reference reference) |
void |
ReferenceService.updateReference(String id,
Reference reference,
retrofit.Callback<Reference> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReferenceService.createReference(Reference reference,
retrofit.Callback<Reference> callback) |
void |
ReferenceService.getAllReferences(retrofit.Callback<List<Reference>> callback) |
void |
ReferenceService.getReferenceById(String id,
retrofit.Callback<Reference> callback) |
void |
ReferenceService.updateReference(String id,
Reference reference,
retrofit.Callback<Reference> callback) |
| Modifier and Type | Method and Description |
|---|---|
Reference |
SyncUtil.addReference(Reference ref) |
Reference |
SyncUtil.getCurrentReference(Reference ref) |
Reference |
SyncUtil.getCurrentReferenceById(String id) |
| Modifier and Type | Method and Description |
|---|---|
Reference |
SyncUtil.addReference(Reference ref) |
Reference |
SyncUtil.getCurrentReference(Reference ref) |
Copyright © 2018. All rights reserved.