| Package | Description |
|---|---|
| com.ardoq.adapter | |
| com.ardoq.batch | |
| com.ardoq.model | |
| com.ardoq.service | |
| com.ardoq.util |
| Modifier and Type | Method and Description |
|---|---|
Component |
ComponentAdapter.deserialize(com.google.gson.JsonElement jsonElement,
Type type,
com.google.gson.JsonDeserializationContext jsonDeserializationContext) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
ComponentAdapter.serialize(Component component,
Type type,
com.google.gson.JsonSerializationContext jsonSerializationContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
BatchComponent |
| Modifier and Type | Method and Description |
|---|---|
List<Component> |
BatchCreateRequest.getComponents() |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchCreateRequest.addComponent(Component c) |
void |
BatchCreateRequest.addComponents(Component... c) |
| Constructor and Description |
|---|
BatchComponent(String name,
String description,
String typeId,
Component parent) |
BatchComponent(String name,
String description,
String typeId,
Component parent,
String batchId) |
BatchReference(String description,
Component source,
Component target,
int type) |
BatchReference(String rootWorkspace,
String description,
Component source,
Component target,
int type,
String batchId) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Component> |
AggregatedWorkspace.getComponents()
Returns all components (pages) in the workspace.
|
Collection<Component> |
AggregatedWorkspace.getIncomingComponents() |
| Constructor and Description |
|---|
Component(String name,
String description,
String typeId,
Component parent) |
| Modifier and Type | Method and Description |
|---|---|
Component |
ComponentService.createComponent(Component component) |
Component |
ComponentService.getComponentById(String id) |
Component |
ComponentService.updateComponent(String id,
Component component)
Updates a component and returns a NEW immutable component.
|
| Modifier and Type | Method and Description |
|---|---|
List<Component> |
ComponentService.findComponentsByFields(Map<String,String> fields)
Find components by one or more fields.
|
List<Component> |
ComponentService.findComponentsByFields(Map<String,String> fields,
retrofit.Callback<Component> callback) |
List<Component> |
ComponentService.findComponentsInWorkspaceByName(String workspaceId,
String name) |
List<Component> |
ComponentService.findComponentsInWorkspaceByName(String workspaceId,
String name,
retrofit.Callback<Component> callback) |
List<Component> |
ComponentService.getAllComponents() |
List<Component> |
WorkspaceService.getAllComponents(String id) |
List<Component> |
SimpleWorkspaceService.getAllComponents(String id) |
| Modifier and Type | Method and Description |
|---|---|
Component |
ComponentService.createComponent(Component component) |
void |
ComponentService.createComponent(Component component,
retrofit.Callback<Component> callback) |
Component |
ComponentService.updateComponent(String id,
Component component)
Updates a component and returns a NEW immutable component.
|
void |
ComponentService.updateComponent(String id,
Component component,
retrofit.Callback<Component> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentService.createComponent(Component component,
retrofit.Callback<Component> callback) |
List<Component> |
ComponentService.findComponentsByFields(Map<String,String> fields,
retrofit.Callback<Component> callback) |
List<Component> |
ComponentService.findComponentsInWorkspaceByName(String workspaceId,
String name,
retrofit.Callback<Component> callback) |
void |
ComponentService.getAllComponents(retrofit.Callback<List<Component>> callback) |
void |
WorkspaceService.getAllComponents(String id,
retrofit.Callback<List<Component>> callback) |
void |
SimpleWorkspaceService.getAllComponents(String id,
retrofit.Callback<List<Component>> callback) |
void |
ComponentService.getComponentById(String id,
retrofit.Callback<Component> callback) |
void |
ComponentService.updateComponent(String id,
Component component,
retrofit.Callback<Component> callback) |
| Modifier and Type | Method and Description |
|---|---|
Component |
SyncUtil.addComponent(Component comp) |
Component |
SyncUtil.getComponentById(String id) |
Component |
SyncUtil.getComponentByPath(Component comp) |
Component |
SyncUtil.getComponentByPath(String compPath) |
| Modifier and Type | Method and Description |
|---|---|
Component |
SyncUtil.addComponent(Component comp) |
Component |
SyncUtil.getComponentByPath(Component comp) |
Copyright © 2018. All rights reserved.