org.gcube.contentmanagement.timeseriesservice.stubs.calls.codelist
Class CodelistImportCall
java.lang.Object
org.gcube.contentmanagement.timeseriesservice.stubs.calls.codelist.CodeListCall
org.gcube.contentmanagement.timeseriesservice.stubs.calls.codelist.CodelistImportCall
public class CodelistImportCall
- extends CodeListCall
|
Constructor Summary |
CodelistImportCall(String user,
String id,
org.gcube.common.core.scope.GCUBEScope scope,
org.gcube.common.core.security.GCUBESecurityManager... securityManager)
|
|
Method Summary |
List<org.gcube.contentmanagement.timeseriesservice.stubs.codelist.types.CodelistColumnDefinition> |
getColumnsDefinition()
|
String |
getDataAsJson(org.gcube.contentmanagement.timeseriesservice.stubs.types.Limit limit)
|
static org.gcube.contentmanagement.timeseriesservice.stubs.CLImportedItem |
getItem(String id,
String user,
org.gcube.common.core.scope.GCUBEScope scope,
org.gcube.common.core.security.GCUBESecurityManager... securityManager)
|
static List<org.gcube.contentmanagement.timeseriesservice.stubs.CLImportedItem> |
getItems(String user,
org.gcube.common.core.scope.GCUBEScope scope,
org.gcube.common.core.security.GCUBESecurityManager... securityManager)
|
org.gcube.contentmanagement.timeseriesservice.stubs.ImportStatusResponse |
getStatus()
|
static String |
importFromCsv(String user,
String name,
String description,
String delimiter,
String encoding,
boolean hasHeader,
String rsLocator,
org.gcube.common.core.scope.GCUBEScope scope,
org.gcube.common.core.security.GCUBESecurityManager... securityManager)
|
static String |
importFromSdmxFile(String user,
String rsLocatorURI,
org.gcube.common.core.scope.GCUBEScope scope,
org.gcube.common.core.security.GCUBESecurityManager... securityManager)
|
static String |
importFromSdmxUri(String user,
String sdmxURI,
org.gcube.common.core.scope.GCUBEScope scope,
org.gcube.common.core.security.GCUBESecurityManager... securityManager)
|
void |
remove()
|
static void |
setPT(org.gcube.common.core.scope.GCUBEScope scope,
org.apache.axis.message.addressing.EndpointReferenceType epr)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CodelistImportCall
public CodelistImportCall(String user,
String id,
org.gcube.common.core.scope.GCUBEScope scope,
org.gcube.common.core.security.GCUBESecurityManager... securityManager)
throws NoServiceFoundException,
Exception
- Throws:
NoServiceFoundException
Exception
setPT
public static void setPT(org.gcube.common.core.scope.GCUBEScope scope,
org.apache.axis.message.addressing.EndpointReferenceType epr)
throws NoServiceFoundException,
Exception
- Throws:
NoServiceFoundException
Exception
importFromCsv
public static String importFromCsv(String user,
String name,
String description,
String delimiter,
String encoding,
boolean hasHeader,
String rsLocator,
org.gcube.common.core.scope.GCUBEScope scope,
org.gcube.common.core.security.GCUBESecurityManager... securityManager)
throws NoServiceFoundException,
Exception
- Throws:
NoServiceFoundException
Exception
importFromSdmxUri
public static String importFromSdmxUri(String user,
String sdmxURI,
org.gcube.common.core.scope.GCUBEScope scope,
org.gcube.common.core.security.GCUBESecurityManager... securityManager)
throws NoServiceFoundException,
Exception
- Throws:
NoServiceFoundException
Exception
importFromSdmxFile
public static String importFromSdmxFile(String user,
String rsLocatorURI,
org.gcube.common.core.scope.GCUBEScope scope,
org.gcube.common.core.security.GCUBESecurityManager... securityManager)
throws NoServiceFoundException,
Exception
- Throws:
NoServiceFoundException
Exception
getItems
public static List<org.gcube.contentmanagement.timeseriesservice.stubs.CLImportedItem> getItems(String user,
org.gcube.common.core.scope.GCUBEScope scope,
org.gcube.common.core.security.GCUBESecurityManager... securityManager)
throws NoServiceFoundException,
Exception
- Throws:
NoServiceFoundException
Exception
getItem
public static org.gcube.contentmanagement.timeseriesservice.stubs.CLImportedItem getItem(String id,
String user,
org.gcube.common.core.scope.GCUBEScope scope,
org.gcube.common.core.security.GCUBESecurityManager... securityManager)
throws NoServiceFoundException,
Exception
- Throws:
NoServiceFoundException
Exception
getStatus
public org.gcube.contentmanagement.timeseriesservice.stubs.ImportStatusResponse getStatus()
throws Exception
- Throws:
Exception
getDataAsJson
public String getDataAsJson(org.gcube.contentmanagement.timeseriesservice.stubs.types.Limit limit)
throws Exception
- Throws:
Exception
getColumnsDefinition
public List<org.gcube.contentmanagement.timeseriesservice.stubs.codelist.types.CodelistColumnDefinition> getColumnsDefinition()
throws Exception
- Throws:
Exception
remove
public void remove()
throws Exception
- Throws:
Exception
Copyright © 2012. All Rights Reserved.