Uses of Class
com.ardoq.model.Reference
| Package | Description |
|---|---|
| com.ardoq.adapter | |
| com.ardoq.batch | |
| com.ardoq.model | |
| com.ardoq.service | |
| com.ardoq.util |
-
Uses of Reference in com.ardoq.adapter
Methods in com.ardoq.adapter that return Reference Modifier and Type Method Description ReferenceReferenceAdapter. deserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext jsonDeserializationContext)Methods in com.ardoq.adapter with parameters of type Reference Modifier and Type Method Description com.google.gson.JsonElementReferenceAdapter. serialize(Reference reference, Type type, com.google.gson.JsonSerializationContext jsonSerializationContext) -
Uses of Reference in com.ardoq.batch
Subclasses of Reference in com.ardoq.batch Modifier and Type Class Description classBatchReferenceMethods in com.ardoq.batch that return types with arguments of type Reference Modifier and Type Method Description List<Reference>BatchCreateRequest. getReferences()Methods in com.ardoq.batch with parameters of type Reference Modifier and Type Method Description voidBatchCreateRequest. addReference(Reference r)voidBatchCreateRequest. addReferences(Reference... r) -
Uses of Reference in com.ardoq.model
Methods in com.ardoq.model that return types with arguments of type Reference Modifier and Type Method Description Collection<Reference>Component.References. getIn()Collection<Reference>AggregatedWorkspace. getIncomingReferences()Collection<Reference>Component.References. getOut()Collection<Reference>AggregatedWorkspace. getReferences()Returns all references between components (pages) in the workspace.Method parameters in com.ardoq.model with type arguments of type Reference Modifier and Type Method Description voidComponent.References. setIn(Collection<Reference> in)voidComponent.References. setOut(Collection<Reference> out)Constructor parameters in com.ardoq.model with type arguments of type Reference Constructor Description References(Collection<Reference> in, Collection<Reference> out) -
Uses of Reference in com.ardoq.service
Methods in com.ardoq.service that return Reference Modifier and Type Method Description ReferenceReferenceService. createReference(Reference reference)ReferenceReferenceService. getReferenceById(String id)ReferenceReferenceService. updateReference(String id, Reference reference)Methods in com.ardoq.service that return types with arguments of type Reference Modifier and Type Method Description List<Reference>ReferenceService. getAllReferences()Methods in com.ardoq.service with parameters of type Reference Modifier and Type Method Description ReferenceReferenceService. createReference(Reference reference)voidReferenceService. createReference(Reference reference, retrofit.Callback<Reference> callback)ReferenceReferenceService. updateReference(String id, Reference reference)voidReferenceService. updateReference(String id, Reference reference, retrofit.Callback<Reference> callback)Method parameters in com.ardoq.service with type arguments of type Reference Modifier and Type Method Description voidReferenceService. createReference(Reference reference, retrofit.Callback<Reference> callback)voidReferenceService. getAllReferences(retrofit.Callback<List<Reference>> callback)voidReferenceService. getReferenceById(String id, retrofit.Callback<Reference> callback)voidReferenceService. updateReference(String id, Reference reference, retrofit.Callback<Reference> callback) -
Uses of Reference in com.ardoq.util
Methods in com.ardoq.util that return Reference Modifier and Type Method Description ReferenceSyncUtil. addReference(Reference ref)ReferenceSyncUtil. getCurrentReference(Reference ref)ReferenceSyncUtil. getCurrentReferenceById(String id)Methods in com.ardoq.util with parameters of type Reference Modifier and Type Method Description ReferenceSyncUtil. addReference(Reference ref)ReferenceSyncUtil. getCurrentReference(Reference ref)