public interface DeployManagerService
Modifier and Type | Method and Description |
---|---|
String |
getInstalledServices(String sessionKey)
get all installed services
|
String |
getInstalledUnitsForService(String sessionKey,
String serviceId)
get the installed application units for a service
|
String |
getSessionKey(String userName,
String password) |
String |
getSpaceProfile()
get the space profile
|
String |
getUserProfile(String sessionKey) |
void |
install(String sessionKey,
String serviceId,
String serviceLink)
install a service as specified in the .usrv file
|
void |
uninstall(String sessionKey,
String serviceId)
uninstall a service
|
void |
update(String sessionKey,
String serviceId,
String serviceLink)
update a service as specified in the .usrv file
|
void install(String sessionKey, String serviceId, String serviceLink)
sessionKey
- : the sessionKey for the interaction obtained when uCC
registers with uStoreusrvfile
- : the link to download the .usrv file, serviceId from uStore
is provided in .usrv file.void update(String sessionKey, String serviceId, String serviceLink)
sessionKey
- : the sessionKey for the interaction obtained when uCC
registers with uStoreusrvfile
- : the link to download the .usrv file, serviceId from uStore
is provided in .usrv file.void uninstall(String sessionKey, String serviceId)
sessionKey
- : the sessionKey for the interaction obtained when uCC
registers with uStoreserviceId
- : the uStore service id for the service to be uninstalledString getInstalledServices(String sessionKey)
sessionKey
- : the sessionKey for the interaction obtained when uCC
registers with uStoreString getInstalledUnitsForService(String sessionKey, String serviceId)
sessionKey
- : the sessionKey for the interaction obtained when uCC
registers with uStoreserviceId
- String getSpaceProfile()
String getUserProfile(String sessionKey)
sessionKey
- : the sessionKey for the interaction obtained when uCC
registers with uStoreCopyright © 2018 universAAL Consortium. All rights reserved.