public class GHNManagerLibrary extends Object implements GHNManagerService
| Constructor and Description |
|---|
GHNManagerLibrary(org.gcube.common.clients.delegates.ProxyDelegate<GHNManagerServiceJAXWSStubs> delegate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
activateRI(Types.RIData params) |
boolean |
addRIToScope(Types.ScopeRIParams params) |
boolean |
addScope(Types.AddScopeInputParams params) |
boolean |
deactivateRI(Types.RIData params) |
boolean |
removeRIFromScope(Types.ScopeRIParams params) |
boolean |
removeScope(String scope) |
void |
shutdown(Types.ShutdownOptions options) |
public GHNManagerLibrary(org.gcube.common.clients.delegates.ProxyDelegate<GHNManagerServiceJAXWSStubs> delegate)
public boolean addScope(Types.AddScopeInputParams params) throws Exception
addScope in interface GHNManagerServiceExceptionpublic boolean removeScope(String scope) throws Exception
removeScope in interface GHNManagerServiceExceptionpublic boolean addRIToScope(Types.ScopeRIParams params) throws Exception
addRIToScope in interface GHNManagerServiceExceptionpublic boolean activateRI(Types.RIData params) throws Exception
activateRI in interface GHNManagerServiceExceptionpublic boolean deactivateRI(Types.RIData params) throws Exception
deactivateRI in interface GHNManagerServiceExceptionpublic boolean removeRIFromScope(Types.ScopeRIParams params) throws Exception
removeRIFromScope in interface GHNManagerServiceExceptionpublic void shutdown(Types.ShutdownOptions options) throws Exception
shutdown in interface GHNManagerServiceExceptionCopyright © 2014. All Rights Reserved.