|
Inline Method private addCommand(wsId String, newCommand CommandDto, callback AsyncCallback<WorkspaceDto>) : void inlined to public addCommand(wsId String, newCommand CommandDto) : Promise<WorkspaceDto> in class org.eclipse.che.ide.workspace.WorkspaceServiceClientImpl |
From |
To |
|
Inline Method private create(newWorkspace WorkspaceConfigDto, accountId String, callback AsyncCallback<WorkspaceDto>) : void inlined to public create(newWorkspace WorkspaceConfigDto, accountId String) : Promise<WorkspaceDto> in class org.eclipse.che.ide.workspace.WorkspaceServiceClientImpl |
From |
To |
|
Inline Method private createMachine(wsId String, newMachine MachineConfigDto, callback AsyncCallback<Void>) : void inlined to public createMachine(wsId String, machineConfig MachineConfigDto) : Promise<Void> in class org.eclipse.che.ide.workspace.WorkspaceServiceClientImpl |
From |
To |
|
Inline Method private getWorkspace(wsId String, callback AsyncCallback<WorkspaceDto>) : void inlined to public getWorkspace(key String) : Promise<WorkspaceDto> in class org.eclipse.che.ide.workspace.WorkspaceServiceClientImpl |
From |
To |
|
Inline Method private startWorkspace(cfg WorkspaceConfigDto, accountId String, callback AsyncCallback<WorkspaceDto>) : void inlined to public startFromConfig(cfg WorkspaceConfigDto, isTemporary boolean, accountId String) : Promise<WorkspaceDto> in class org.eclipse.che.ide.workspace.WorkspaceServiceClientImpl |
From |
To |
|
Inline Method private startById(workspaceId String, envName String, restore boolean, callback AsyncCallback<WorkspaceDto>) : void inlined to public startById(id String, envName String, restore boolean) : Promise<WorkspaceDto> in class org.eclipse.che.ide.workspace.WorkspaceServiceClientImpl |
From |
To |
|
Inline Method private updateCommand(wsId String, commandUpdate CommandDto, commandName String, callback AsyncCallback<WorkspaceDto>) : void inlined to public updateCommand(wsId String, commandName String, commandUpdate CommandDto) : Promise<WorkspaceDto> in class org.eclipse.che.ide.workspace.WorkspaceServiceClientImpl |
From |
To |
|
Inline Method private deleteCommand(wsId String, commandName String, callback AsyncCallback<WorkspaceDto>) : void inlined to public deleteCommand(wsId String, commandName String) : Promise<WorkspaceDto> in class org.eclipse.che.ide.workspace.WorkspaceServiceClientImpl |
From |
To |
|
Inline Method private getProjectType(devMachine DevMachine, id String, callback AsyncCallback<ProjectTypeDto>) : void inlined to public getProjectType(devMachine DevMachine, id String) : Promise<ProjectTypeDto> in class org.eclipse.che.ide.api.project.ProjectTypeServiceClientImpl |
From |
To |