public class CodelistCurationCall extends CodeListCall
| Constructor and Description |
|---|
CodelistCurationCall(String user,
String id,
org.gcube.common.core.scope.GCUBEScope scope,
org.gcube.common.core.security.GCUBESecurityManager... securityManagers) |
| Modifier and Type | Method and Description |
|---|---|
void |
changeColumnType(String fieldId,
org.gcube.contentmanagement.timeseriesservice.stubs.codelist.types.CodelistColumnType columnType) |
void |
changeColumnType(String fieldId,
org.gcube.contentmanagement.timeseriesservice.stubs.codelist.types.CodelistColumnType columnType,
String codeListReferenceId) |
boolean |
checkCodeListCurationFinished() |
int |
checkCorrectness(String fieldId,
org.gcube.contentmanagement.timeseriesservice.stubs.codelist.types.CodelistColumnType columnType,
String relatedCodelistId) |
int |
checkCorrectness(String fieldId,
org.gcube.contentmanagement.timeseriesservice.stubs.types.DataType newType) |
void |
edit(String fieldId) |
void |
edit(String fieldId,
org.gcube.contentmanagement.timeseriesservice.stubs.types.DataType newType) |
String |
getCodes(org.gcube.contentmanagement.timeseriesservice.stubs.types.Limit limit,
org.gcube.contentmanagement.timeseriesservice.stubs.types.Order order) |
org.gcube.contentmanagement.timeseriesservice.stubs.codelist.types.CodelistColumnDefinition |
getColumnInEditMode() |
List<org.gcube.contentmanagement.timeseriesservice.stubs.codelist.types.CodelistColumnDefinition> |
getColumnsDefinition() |
org.gcube.contentmanagement.timeseriesservice.stubs.types.Status |
getCurationStatus() |
String |
getDataAsJson(org.gcube.contentmanagement.timeseriesservice.stubs.types.Limit limit,
org.gcube.contentmanagement.timeseriesservice.stubs.types.Order order) |
org.gcube.contentmanagement.timeseriesservice.stubs.types.Status |
getEditingStatus() |
int |
getErrorCount() |
static org.gcube.contentmanagement.timeseriesservice.stubs.CLUnderCurationItem |
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.CLUnderCurationItem> |
getItems(String user,
org.gcube.common.core.scope.GCUBEScope scope,
org.gcube.common.core.security.GCUBESecurityManager... securityManager) |
int |
getSize() |
boolean |
isUnderEditing() |
boolean |
remove() |
void |
removeAllErrors() |
void |
removeColumn(String fieldId) |
void |
removeEdit() |
void |
removeRow(int... rows) |
void |
replaceValue(String newValue,
int rowId,
String fieldId) |
void |
saveEditing() |
void |
setLabel(String fieldId,
String label) |
void |
setProperties(String agencyId,
String description,
boolean isFinal,
String name,
float version) |
static void |
setPT(org.gcube.common.core.scope.GCUBEScope scope,
org.apache.axis.message.addressing.EndpointReferenceType epr) |
static String |
startCurationMode(String importId,
String user,
org.gcube.contentmanagement.timeseriesservice.stubs.codelist.types.CodeListType type,
org.gcube.common.core.scope.GCUBEScope scope,
org.gcube.common.core.security.GCUBESecurityManager... securityManagers) |
getEpr, getServiceClass, getServiceNamepublic CodelistCurationCall(String user, String id, org.gcube.common.core.scope.GCUBEScope scope, org.gcube.common.core.security.GCUBESecurityManager... securityManagers) throws NoServiceFoundException, Exception
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 startCurationMode(String importId, String user, org.gcube.contentmanagement.timeseriesservice.stubs.codelist.types.CodeListType type, org.gcube.common.core.scope.GCUBEScope scope, org.gcube.common.core.security.GCUBESecurityManager... securityManagers) throws NoServiceFoundException, Exception
importId - user - scope - securityManagers - NoServiceFoundExceptionExceptionpublic static List<org.gcube.contentmanagement.timeseriesservice.stubs.CLUnderCurationItem> getItems(String user, org.gcube.common.core.scope.GCUBEScope scope, org.gcube.common.core.security.GCUBESecurityManager... securityManager) throws NoServiceFoundException, Exception
user - scope - securityManager - NoServiceFoundExceptionExceptionpublic static org.gcube.contentmanagement.timeseriesservice.stubs.CLUnderCurationItem getItem(String id, String user, org.gcube.common.core.scope.GCUBEScope scope, org.gcube.common.core.security.GCUBESecurityManager... securityManager) throws NoServiceFoundException, Exception
id - user - scope - securityManager - NoServiceFoundExceptionExceptionpublic void removeColumn(String fieldId) throws Exception
fieldId - Exceptionpublic boolean checkCodeListCurationFinished()
throws Exception
Exceptionpublic List<org.gcube.contentmanagement.timeseriesservice.stubs.codelist.types.CodelistColumnDefinition> getColumnsDefinition() 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 void changeColumnType(String fieldId, org.gcube.contentmanagement.timeseriesservice.stubs.codelist.types.CodelistColumnType columnType) throws Exception
fieldId - columnType - Exceptionpublic void changeColumnType(String fieldId, org.gcube.contentmanagement.timeseriesservice.stubs.codelist.types.CodelistColumnType columnType, String codeListReferenceId) throws Exception
fieldId - columnType - Exceptionpublic int checkCorrectness(String fieldId, org.gcube.contentmanagement.timeseriesservice.stubs.types.DataType newType) throws Exception
fieldId - newType - Exceptionpublic int checkCorrectness(String fieldId, org.gcube.contentmanagement.timeseriesservice.stubs.codelist.types.CodelistColumnType columnType, String relatedCodelistId) throws Exception
Exceptionpublic void edit(String fieldId, org.gcube.contentmanagement.timeseriesservice.stubs.types.DataType newType) throws Exception
fieldId - newType - Exceptionpublic void edit(String fieldId) throws Exception
fieldId - newType - Exceptionpublic org.gcube.contentmanagement.timeseriesservice.stubs.types.Status getEditingStatus()
throws Exception
Exceptionpublic void replaceValue(String newValue, int rowId, String fieldId) throws Exception
newValue - rowId - fieldId - Exceptionpublic org.gcube.contentmanagement.timeseriesservice.stubs.codelist.types.CodelistColumnDefinition getColumnInEditMode()
throws Exception
Exceptionpublic void setLabel(String fieldId, String label) throws Exception
fieldId - label - Exceptionpublic org.gcube.contentmanagement.timeseriesservice.stubs.types.Status getCurationStatus()
throws Exception
Exceptionpublic void setProperties(String agencyId, String description, boolean isFinal, String name, float version) throws Exception
ExceptionCopyright © 2015. All Rights Reserved.