public class CurationServiceCall extends Object
| Constructor and Description |
|---|
CurationServiceCall(org.apache.axis.message.addressing.EndpointReferenceType epr,
org.gcube.common.core.scope.GCUBEScope scope,
org.gcube.common.core.security.GCUBESecurityManager securityManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyRules(String fieldId,
org.gcube.contentmanagement.timeseriesservice.stubs.types.RuleItem[] ruleItems) |
long |
checkForDimension(String dimensionId,
String fieldId,
String keyId) |
long |
checkForRules(String fieldId,
org.gcube.contentmanagement.timeseriesservice.stubs.types.FilterCondition[] filters) |
long |
checkForTypeChange(String fieldId,
org.gcube.contentmanagement.timeseriesservice.stubs.types.DataType type) |
void |
closeEdit() |
void |
destroy() |
void |
editColumn(String fieldId,
org.gcube.contentmanagement.timeseriesservice.stubs.types.DataType newType) |
void |
editDimension(String dimensionId,
String fieldId,
String keyId) |
void |
editRules(String fieldId) |
org.gcube.contentmanagement.timeseriesservice.stubs.types.RuleItem[] |
getApplyableRules(String fieldId) |
org.gcube.contentmanagement.timeseriesservice.stubs.types.RuleItem[] |
getApplyedRules(String fieldId) |
org.gcube.contentmanagement.timeseriesservice.stubs.types.ColumnDefinition |
getColumnInEditMode() |
String |
getDataAsJson(org.gcube.contentmanagement.timeseriesservice.stubs.types.SelectQuery query,
boolean onlyErrors) |
org.gcube.contentmanagement.timeseriesservice.stubs.types.ColumnDefinition[] |
getDimensions() |
org.gcube.contentmanagement.timeseriesservice.stubs.ErrorPair[] |
getDistinctErrors() |
long |
getElementCount() |
long |
getErrorCount() |
org.gcube.contentmanagement.timeseriesservice.stubs.types.Status |
getInitializeEditingState() |
String |
getPossibleValuesAsJSon(String word) |
org.gcube.contentmanagement.timeseriesservice.stubs.types.GuessDimension[] |
guessDimension(String fieldId) |
boolean |
isInEditMode() |
org.gcube.contentmanagement.timeseriesservice.stubs.types.Status |
isUnderInitialization() |
void |
modifyEntryById(String fieldId,
String newId,
long rowId) |
void |
modifyEntryByValue(String fieldId,
String newValue,
long rowId) |
void |
removeAllErrors() |
void |
removeApplyedRules(String fieldId) |
void |
removeColumn(String fieldId) |
void |
removeError(long rowId) |
void |
replaceEntryId(String oldId,
String newId,
String fieldId) |
void |
replaceEntryValue(String oldValue,
String newValue,
String fieldId) |
void |
replaceEntryValueWithId(String oldValue,
String newId,
String fieldId) |
void |
saveColumnDefinition() |
void |
setColumnAsAttribute(String fieldId) |
void |
setColumnAsUndefined(String fieldId) |
void |
setColumnAsValue(String fieldId) |
void |
setLabel(String fieldId,
String newLabel) |
void |
setProperties(String description,
String publisher,
String rights,
String title) |
public void editDimension(String dimensionId, String fieldId, String keyId) throws Exception
Exceptionpublic void editColumn(String fieldId, org.gcube.contentmanagement.timeseriesservice.stubs.types.DataType newType) throws Exception
Exceptionpublic String getDataAsJson(org.gcube.contentmanagement.timeseriesservice.stubs.types.SelectQuery query, boolean onlyErrors) throws Exception
Exceptionpublic org.gcube.contentmanagement.timeseriesservice.stubs.types.ColumnDefinition[] getDimensions()
throws Exception
Exceptionpublic long checkForDimension(String dimensionId, String fieldId, String keyId) throws Exception
Exceptionpublic long checkForRules(String fieldId, org.gcube.contentmanagement.timeseriesservice.stubs.types.FilterCondition[] filters) throws Exception
Exceptionpublic long checkForTypeChange(String fieldId, org.gcube.contentmanagement.timeseriesservice.stubs.types.DataType type) throws Exception
Exceptionpublic org.gcube.contentmanagement.timeseriesservice.stubs.types.Status isUnderInitialization()
throws Exception
Exceptionpublic org.gcube.contentmanagement.timeseriesservice.stubs.types.GuessDimension[] guessDimension(String fieldId) throws Exception
Exceptionpublic org.gcube.contentmanagement.timeseriesservice.stubs.types.Status getInitializeEditingState()
throws Exception
Exceptionpublic void setColumnAsAttribute(String fieldId) throws Exception
Exceptionpublic void setColumnAsUndefined(String fieldId) throws Exception
Exceptionpublic org.gcube.contentmanagement.timeseriesservice.stubs.types.ColumnDefinition getColumnInEditMode()
throws Exception
Exceptionpublic void replaceEntryId(String oldId, String newId, String fieldId) throws Exception
Exceptionpublic void replaceEntryValue(String oldValue, String newValue, String fieldId) throws Exception
Exceptionpublic void modifyEntryByValue(String fieldId, String newValue, long rowId) throws Exception
Exceptionpublic void modifyEntryById(String fieldId, String newId, long rowId) throws Exception
Exceptionpublic void replaceEntryValueWithId(String oldValue, String newId, String fieldId) throws Exception
Exceptionpublic String getPossibleValuesAsJSon(String word) throws Exception
Exceptionpublic org.gcube.contentmanagement.timeseriesservice.stubs.ErrorPair[] getDistinctErrors()
throws Exception
Exceptionpublic void setProperties(String description, String publisher, String rights, String title) throws Exception
Exceptionpublic void applyRules(String fieldId, org.gcube.contentmanagement.timeseriesservice.stubs.types.RuleItem[] ruleItems) throws Exception
Exceptionpublic org.gcube.contentmanagement.timeseriesservice.stubs.types.RuleItem[] getApplyedRules(String fieldId) throws Exception
Exceptionpublic org.gcube.contentmanagement.timeseriesservice.stubs.types.RuleItem[] getApplyableRules(String fieldId) throws Exception
ExceptionCopyright © 2015. All Rights Reserved.