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 GHNManagerService
Exception
public boolean removeScope(String scope) throws Exception
removeScope
in interface GHNManagerService
Exception
public boolean addRIToScope(Types.ScopeRIParams params) throws Exception
addRIToScope
in interface GHNManagerService
Exception
public boolean activateRI(Types.RIData params) throws Exception
activateRI
in interface GHNManagerService
Exception
public boolean deactivateRI(Types.RIData params) throws Exception
deactivateRI
in interface GHNManagerService
Exception
public boolean removeRIFromScope(Types.ScopeRIParams params) throws Exception
removeRIFromScope
in interface GHNManagerService
Exception
public void shutdown(Types.ShutdownOptions options) throws Exception
shutdown
in interface GHNManagerService
Exception
Copyright © 2018. All Rights Reserved.