public interface AppService
| Modifier and Type | Method and Description |
|---|---|
App |
create(App app) |
void |
delete(App app) |
void |
delete(int id) |
App |
findByLaunchUriAndClientIdAndSandboxId(String launchUri,
String clientId,
String sandboxId) |
List<App> |
findBySandboxId(String sandboxId) |
List<App> |
findBySandboxIdAndCreatedBy(String sandboxId,
String createdBy) |
List<App> |
findBySandboxIdAndCreatedByOrVisibility(String sandboxId,
String createdBy,
Visibility visibility) |
App |
getById(int id) |
App |
getClientJSON(App app) |
App |
save(App app) |
App |
update(App app) |
App |
updateAppImage(App app,
Image image) |
void delete(int id)
void delete(App app)
App getById(int id)
App findByLaunchUriAndClientIdAndSandboxId(String launchUri, String clientId, String sandboxId)
List<App> findBySandboxIdAndCreatedByOrVisibility(String sandboxId, String createdBy, Visibility visibility)
Copyright © 2014–2018 Healthcare Services Platform Consortium. All rights reserved.