Uses of Class
com.ardoq.model.Component
| Package | Description |
|---|---|
| com.ardoq.adapter | |
| com.ardoq.batch | |
| com.ardoq.model | |
| com.ardoq.service | |
| com.ardoq.util |
-
Uses of Component in com.ardoq.adapter
Methods in com.ardoq.adapter that return Component Modifier and Type Method Description ComponentComponentAdapter. deserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext jsonDeserializationContext)Methods in com.ardoq.adapter with parameters of type Component Modifier and Type Method Description com.google.gson.JsonElementComponentAdapter. serialize(Component component, Type type, com.google.gson.JsonSerializationContext jsonSerializationContext) -
Uses of Component in com.ardoq.batch
Subclasses of Component in com.ardoq.batch Modifier and Type Class Description classBatchComponentMethods in com.ardoq.batch that return types with arguments of type Component Modifier and Type Method Description List<Component>BatchCreateRequest. getComponents()Methods in com.ardoq.batch with parameters of type Component Modifier and Type Method Description voidBatchCreateRequest. addComponent(Component c)voidBatchCreateRequest. addComponents(Component... c)Constructors in com.ardoq.batch with parameters of type Component Constructor 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) -
Uses of Component in com.ardoq.model
Methods in com.ardoq.model that return types with arguments of type Component Modifier and Type Method Description Collection<Component>AggregatedWorkspace. getComponents()Returns all components (pages) in the workspace.Collection<Component>AggregatedWorkspace. getIncomingComponents() -
Uses of Component in com.ardoq.service
Methods in com.ardoq.service that return Component Modifier and Type Method Description ComponentComponentService. createComponent(Component component)ComponentComponentService. getComponentById(String id)ComponentComponentService. getComponentById(String id, Map<String,String> queryParams)ComponentComponentService. updateComponent(String id, Component component)Updates a component and returns a NEW immutable component.Methods in com.ardoq.service that return types with arguments of type Component Modifier and Type Method 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>SimpleWorkspaceService. getAllComponents(String id)List<Component>WorkspaceService. getAllComponents(String id)Methods in com.ardoq.service with parameters of type Component Modifier and Type Method Description ComponentComponentService. createComponent(Component component)voidComponentService. createComponent(Component component, retrofit.Callback<Component> callback)ComponentComponentService. updateComponent(String id, Component component)Updates a component and returns a NEW immutable component.voidComponentService. updateComponent(String id, Component component, retrofit.Callback<Component> callback)Method parameters in com.ardoq.service with type arguments of type Component Modifier and Type Method Description voidComponentService. 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)voidComponentService. getAllComponents(retrofit.Callback<List<Component>> callback)voidSimpleWorkspaceService. getAllComponents(String id, retrofit.Callback<List<Component>> callback)voidWorkspaceService. getAllComponents(String id, retrofit.Callback<List<Component>> callback)voidComponentService. getComponentById(String id, Map<String,String> queryParams, retrofit.Callback<Component> callback)voidComponentService. getComponentById(String id, retrofit.Callback<Component> callback)voidComponentService. updateComponent(String id, Component component, retrofit.Callback<Component> callback) -
Uses of Component in com.ardoq.util
Methods in com.ardoq.util that return Component Modifier and Type Method Description ComponentSyncUtil. addComponent(Component comp)ComponentSyncUtil. getComponentById(String id)ComponentSyncUtil. getComponentByPath(Component comp)ComponentSyncUtil. getComponentByPath(String compPath)Methods in com.ardoq.util with parameters of type Component Modifier and Type Method Description ComponentSyncUtil. addComponent(Component comp)ComponentSyncUtil. getComponentByPath(Component comp)