public class CodeListManagerCall extends CodeListCall
| Constructor and Description |
|---|
CodeListManagerCall(String user,
String id,
org.gcube.common.core.scope.GCUBEScope scope,
org.gcube.common.core.security.GCUBESecurityManager... securityManager) |
| Modifier and Type | Method and Description |
|---|---|
static String |
createCodelist(String curationId,
String user,
List<String> superUsers,
org.gcube.common.core.scope.GCUBEScope scope,
org.gcube.common.core.security.GCUBESecurityManager... securityManagers) |
String |
export(boolean withHeader) |
org.gcube.contentmanagement.timeseriesservice.stubs.CodelistItem |
getCodelistItem() |
static org.gcube.contentmanagement.timeseriesservice.stubs.CodelistItem |
getCodelistItem(String id,
String user,
org.gcube.common.core.scope.GCUBEScope scope,
org.gcube.common.core.security.GCUBESecurityManager... securityManagers) |
static List<org.gcube.contentmanagement.timeseriesservice.stubs.CodelistItem> |
getCodelists(org.gcube.common.core.scope.GCUBEScope scope,
org.gcube.common.core.security.GCUBESecurityManager... securityManagers) |
org.gcube.contentmanagement.timeseriesservice.stubs.types.Status |
getCodeListStatus() |
String |
getCodes(org.gcube.contentmanagement.timeseriesservice.stubs.types.Limit limit,
org.gcube.contentmanagement.timeseriesservice.stubs.types.Order order) |
List<org.gcube.contentmanagement.timeseriesservice.stubs.codelist.types.CodelistColumnDefinition> |
getColumnsDefinition() |
String |
getDataAsJson(org.gcube.contentmanagement.timeseriesservice.stubs.types.Limit limit,
org.gcube.contentmanagement.timeseriesservice.stubs.types.Order order) |
int |
getSize() |
void |
remove() |
static void |
setPT(org.gcube.common.core.scope.GCUBEScope scope,
org.apache.axis.message.addressing.EndpointReferenceType epr) |
getEpr, getServiceClass, getServiceNamepublic CodeListManagerCall(String user, String id, org.gcube.common.core.scope.GCUBEScope scope, org.gcube.common.core.security.GCUBESecurityManager... securityManager) throws NoServiceFoundException, Exception
user - id - scope - securityManager - NoServiceFoundExceptionExceptionpublic static void setPT(org.gcube.common.core.scope.GCUBEScope scope,
org.apache.axis.message.addressing.EndpointReferenceType epr)
throws NoServiceFoundException,
Exception
scope - epr - NoServiceFoundExceptionExceptionpublic static String createCodelist(String curationId, String user, List<String> superUsers, org.gcube.common.core.scope.GCUBEScope scope, org.gcube.common.core.security.GCUBESecurityManager... securityManagers) throws NoServiceFoundException, Exception
curationId - superUsers - scope - securityManagers - NoServiceFoundExceptionExceptionpublic static List<org.gcube.contentmanagement.timeseriesservice.stubs.CodelistItem> getCodelists(org.gcube.common.core.scope.GCUBEScope scope, org.gcube.common.core.security.GCUBESecurityManager... securityManagers) throws Exception
scope - securityManagers - Exceptionpublic static org.gcube.contentmanagement.timeseriesservice.stubs.CodelistItem getCodelistItem(String id, String user, org.gcube.common.core.scope.GCUBEScope scope, org.gcube.common.core.security.GCUBESecurityManager... securityManagers) throws Exception
scope - securityManagers - Exceptionpublic org.gcube.contentmanagement.timeseriesservice.stubs.types.Status getCodeListStatus()
throws Exception
Exceptionpublic String getDataAsJson(org.gcube.contentmanagement.timeseriesservice.stubs.types.Limit limit, org.gcube.contentmanagement.timeseriesservice.stubs.types.Order order) throws Exception
limit - order - Exceptionpublic List<org.gcube.contentmanagement.timeseriesservice.stubs.codelist.types.CodelistColumnDefinition> getColumnsDefinition() throws Exception
Exceptionpublic org.gcube.contentmanagement.timeseriesservice.stubs.CodelistItem getCodelistItem()
throws Exception
Exceptionpublic String getCodes(org.gcube.contentmanagement.timeseriesservice.stubs.types.Limit limit, org.gcube.contentmanagement.timeseriesservice.stubs.types.Order order) throws Exception
ExceptionCopyright © 2015. All Rights Reserved.