-
Methods in com.ardoq.adapter with parameters of type Workspace
| Modifier and Type |
Method |
Description |
com.google.gson.JsonElement |
WorkspaceAdapter.serialize(Workspace reference,
Type type,
com.google.gson.JsonSerializationContext jsonSerializationContext) |
|
-
-
Methods in com.ardoq.service that return Workspace
| Modifier and Type |
Method |
Description |
Workspace |
SimpleWorkspaceService.branchWorkspace(String id,
WorkspaceBranchRequest branch) |
|
Workspace |
WorkspaceService.branchWorkspace(String id,
WorkspaceBranchRequest branch) |
|
Workspace |
SimpleWorkspaceService.createWorkspace(Workspace workspace) |
|
Workspace |
WorkspaceService.createWorkspace(Workspace workspace) |
|
Workspace |
SimpleWorkspaceService.createWorkspaceFromTemplate(String workspaceName,
String templateID,
String decription) |
|
Workspace |
WorkspaceService.createWorkspaceFromTemplate(String workspaceName,
String templateID,
String decription) |
|
Workspace |
SimpleWorkspaceService.createWorkspaceWithModel(String workspaceName,
String modelID,
String description) |
|
Workspace |
WorkspaceService.createWorkspaceWithModel(String workspaceName,
String modelID,
String description) |
|
Workspace |
SimpleWorkspaceService.getWorkspaceById(String id) |
|
Workspace |
WorkspaceService.getWorkspaceById(String id) |
|
Workspace |
SimpleWorkspaceService.updateWorkspace(String id,
Workspace workspace) |
|
Workspace |
WorkspaceService.updateWorkspace(String id,
Workspace workspace) |
|
Method parameters in com.ardoq.service with type arguments of type Workspace
| Modifier and Type |
Method |
Description |
void |
SimpleWorkspaceService.branchWorkspace(String id,
WorkspaceBranchRequest branch,
retrofit.Callback<Workspace> callback) |
|
void |
WorkspaceService.branchWorkspace(String id,
WorkspaceBranchRequest branch,
retrofit.Callback<Workspace> callback) |
|
void |
SimpleWorkspaceService.createWorkspace(Workspace workspace,
retrofit.Callback<Workspace> callback) |
|
void |
WorkspaceService.createWorkspace(Workspace workspace,
retrofit.Callback<Workspace> callback) |
|
void |
SimpleWorkspaceService.getAllWorkspaces(retrofit.Callback<List<Workspace>> callback) |
|
void |
WorkspaceService.getAllWorkspaces(retrofit.Callback<List<Workspace>> callback) |
|
void |
SimpleWorkspaceService.getWorkspaceById(String id,
retrofit.Callback<Workspace> callback) |
|
void |
WorkspaceService.getWorkspaceById(String id,
retrofit.Callback<Workspace> callback) |
|
void |
SimpleWorkspaceService.updateWorkspace(String id,
Workspace workspace,
retrofit.Callback<Workspace> callback) |
|
void |
WorkspaceService.updateWorkspace(String id,
Workspace workspace,
retrofit.Callback<Workspace> callback) |
|
-