Package com.ardoq.service
Class SimpleWorkspaceService
java.lang.Object
com.ardoq.service.SimpleWorkspaceService
- All Implemented Interfaces:
WorkspaceService
public class SimpleWorkspaceService extends Object implements WorkspaceService
-
Constructor Summary
Constructors Constructor Description SimpleWorkspaceService(WorkspaceService workspaceService) -
Method Summary
-
Constructor Details
-
Method Details
-
getAllWorkspaces
- Specified by:
getAllWorkspacesin interfaceWorkspaceService
-
getAllWorkspaces
- Specified by:
getAllWorkspacesin interfaceWorkspaceService
-
getWorkspaceById
- Specified by:
getWorkspaceByIdin interfaceWorkspaceService
-
getWorkspaceById
- Specified by:
getWorkspaceByIdin interfaceWorkspaceService
-
getBranches
- Specified by:
getBranchesin interfaceWorkspaceService
-
getBranches
- Specified by:
getBranchesin interfaceWorkspaceService
-
getAggregatedWorkspace
- Specified by:
getAggregatedWorkspacein interfaceWorkspaceService
-
getAggregatedWorkspace
- Specified by:
getAggregatedWorkspacein interfaceWorkspaceService
-
createWorkspace
- Specified by:
createWorkspacein interfaceWorkspaceService
-
createWorkspace
- Specified by:
createWorkspacein interfaceWorkspaceService
-
branchWorkspace
- Specified by:
branchWorkspacein interfaceWorkspaceService
-
branchWorkspace
public void branchWorkspace(String id, WorkspaceBranchRequest branch, retrofit.Callback<Workspace> callback)- Specified by:
branchWorkspacein interfaceWorkspaceService
-
updateWorkspace
- Specified by:
updateWorkspacein interfaceWorkspaceService
-
updateWorkspace
- Specified by:
updateWorkspacein interfaceWorkspaceService
-
deleteWorkspace
- Specified by:
deleteWorkspacein interfaceWorkspaceService
-
deleteWorkspace
- Specified by:
deleteWorkspacein interfaceWorkspaceService
-
findWorkspacesByName
- Specified by:
findWorkspacesByNamein interfaceWorkspaceService
-
createWorkspaceWithModel
public Workspace createWorkspaceWithModel(String workspaceName, String modelID, String description)- Specified by:
createWorkspaceWithModelin interfaceWorkspaceService
-
createWorkspaceFromTemplate
public Workspace createWorkspaceFromTemplate(String workspaceName, String templateID, String decription)- Specified by:
createWorkspaceFromTemplatein interfaceWorkspaceService
-
getAllComponents
- Specified by:
getAllComponentsin interfaceWorkspaceService
-
getAllComponents
- Specified by:
getAllComponentsin interfaceWorkspaceService
-