public class CurationManager extends Object
| Constructor and Description |
|---|
CurationManager() |
| Modifier and Type | Method and Description |
|---|---|
org.gcube.common.core.types.VOID |
applyRules(org.gcube.contentmanagement.timeseriesservice.stubs.ApplyRulesRequest request) |
long |
checkDimension(org.gcube.contentmanagement.timeseriesservice.stubs.CheckDimensionRequest req)
check how many errors there will be setting a particular dimension for a selected field
|
long |
checkRules(org.gcube.contentmanagement.timeseriesservice.stubs.CheckRulesRequest req)
check how many errors there will be setting a particular dimension for a selected field
|
long |
checkTypeChange(org.gcube.contentmanagement.timeseriesservice.stubs.CheckTypeChangeRequest req)
check how many errors there will be setting a particular dimension for a selected field
|
org.gcube.common.core.types.VOID |
closeEdit(org.gcube.common.core.types.VOID request) |
org.gcube.common.core.types.VOID |
closeEditing(org.gcube.common.core.types.VOID request)
allows user to exit from the last edit mode open
|
org.gcube.contentmanagement.timeseriesservice.stubs.types.ColumnDefinition |
columnInEditMode(org.gcube.common.core.types.VOID req) |
long |
count(org.gcube.common.core.types.VOID request)
return the entries count in the curation resource
|
org.gcube.common.core.types.VOID |
editColumn(org.gcube.contentmanagement.timeseriesservice.stubs.EditColumnRequest request) |
org.gcube.common.core.types.VOID |
editDimension(org.gcube.contentmanagement.timeseriesservice.stubs.EditDimensionRequest request)
allows the user to enter in edit mode over a field setting a particular dimension
|
org.gcube.common.core.types.VOID |
editRules(String fieldId) |
long |
errorCount(org.gcube.common.core.types.VOID request)
returns the number of the entries with errors
|
org.gcube.contentmanagement.timeseriesservice.stubs.types.RulesArray |
getApplyableRules(String fieldID) |
org.gcube.contentmanagement.timeseriesservice.stubs.types.RulesArray |
getApplyedRules(String fieldID) |
String |
getDataAsJson(org.gcube.contentmanagement.timeseriesservice.stubs.GetDataAsJsonRequest request)
returns the resource entries in JSon format
|
org.gcube.contentmanagement.timeseriesservice.stubs.types.ColumnDefinitionArray |
getDimensions(org.gcube.common.core.types.VOID request)
returns the columns definition for the current curation
|
org.gcube.contentmanagement.timeseriesservice.stubs.ErrorPairArray |
getDistinctErrors(org.gcube.common.core.types.VOID req) |
String |
getPossibleValues(String word) |
org.gcube.contentmanagement.timeseriesservice.stubs.types.GuessDimensionArray |
guessDimension(String fieldId) |
org.gcube.contentmanagement.timeseriesservice.stubs.types.Status |
initializeEditingState(org.gcube.common.core.types.VOID req) |
boolean |
isInEditMode(org.gcube.common.core.types.VOID request) |
org.gcube.contentmanagement.timeseriesservice.stubs.types.Status |
isUnderInitialization(org.gcube.common.core.types.VOID request) |
org.gcube.common.core.types.VOID |
modifyEntryById(org.gcube.contentmanagement.timeseriesservice.stubs.ModifyEntryByIdRequest request)
allows user to modify a entries setting the new id (this can be apllyed only for a dimension)
|
org.gcube.common.core.types.VOID |
modifyEntryByValue(org.gcube.contentmanagement.timeseriesservice.stubs.ModifyEntryByValueRequest request)
allows user to modify an entry passing a new value
|
org.gcube.common.core.types.VOID |
removeAllErrors(org.gcube.common.core.types.VOID request) |
org.gcube.common.core.types.VOID |
removeApplyedRules(String fieldId) |
org.gcube.common.core.types.VOID |
removeColumn(String fieldId) |
org.gcube.common.core.types.VOID |
removeSingleError(long rowId) |
org.gcube.common.core.types.VOID |
replaceEntryId(org.gcube.contentmanagement.timeseriesservice.stubs.ReplaceEntryIdRequest request)
allows user to replace ids for a field with a new one
|
org.gcube.common.core.types.VOID |
replaceEntryValue(org.gcube.contentmanagement.timeseriesservice.stubs.ReplaceEntryValueRequest request)
allows user to replace a value with another value
|
org.gcube.common.core.types.VOID |
replaceEntryValueWithId(org.gcube.contentmanagement.timeseriesservice.stubs.ReplaceEntryValueWithIdRequest request) |
org.gcube.common.core.types.VOID |
saveColumnDefinition(org.gcube.common.core.types.VOID request) |
org.gcube.common.core.types.VOID |
setColumnAs(org.gcube.contentmanagement.timeseriesservice.stubs.SetColumnAsRequest request) |
org.gcube.common.core.types.VOID |
setLabelName(org.gcube.contentmanagement.timeseriesservice.stubs.SetLabelRequest request) |
void |
setProperties(org.gcube.contentmanagement.timeseriesservice.stubs.SetCurationProperties properties) |
public long errorCount(org.gcube.common.core.types.VOID request)
throws org.gcube.common.core.faults.GCUBEFault
void - requestorg.gcube.common.core.faults.GCUBEFault - -public void setProperties(org.gcube.contentmanagement.timeseriesservice.stubs.SetCurationProperties properties)
throws org.gcube.common.core.faults.GCUBEFault
org.gcube.common.core.faults.GCUBEFaultpublic long count(org.gcube.common.core.types.VOID request)
throws org.gcube.common.core.faults.GCUBEFault
void - requestorg.gcube.common.core.faults.GCUBEFault - -public org.gcube.common.core.types.VOID editDimension(org.gcube.contentmanagement.timeseriesservice.stubs.EditDimensionRequest request)
throws org.gcube.common.core.faults.GCUBEFault
request - contains the fieldId, DimensionId, KeyNameorg.gcube.common.core.faults.GCUBEFault - -public org.gcube.common.core.types.VOID editColumn(org.gcube.contentmanagement.timeseriesservice.stubs.EditColumnRequest request)
throws org.gcube.common.core.faults.GCUBEFault
org.gcube.common.core.faults.GCUBEFaultpublic org.gcube.common.core.types.VOID editRules(String fieldId) throws org.gcube.common.core.faults.GCUBEFault
org.gcube.common.core.faults.GCUBEFaultpublic org.gcube.common.core.types.VOID closeEditing(org.gcube.common.core.types.VOID request)
throws org.gcube.common.core.faults.GCUBEFault
request - voidorg.gcube.common.core.faults.GCUBEFault - -public String getDataAsJson(org.gcube.contentmanagement.timeseriesservice.stubs.GetDataAsJsonRequest request) throws org.gcube.common.core.faults.GCUBEFault
request - a SelectQueryorg.gcube.common.core.faults.GCUBEFault - -public org.gcube.common.core.types.VOID modifyEntryByValue(org.gcube.contentmanagement.timeseriesservice.stubs.ModifyEntryByValueRequest request)
throws org.gcube.common.core.faults.GCUBEFault
request - ModifyEntryByValueRequestorg.gcube.common.core.faults.GCUBEFault - -public org.gcube.common.core.types.VOID modifyEntryById(org.gcube.contentmanagement.timeseriesservice.stubs.ModifyEntryByIdRequest request)
throws org.gcube.common.core.faults.GCUBEFault
request - ModifyEntryByIdRequestorg.gcube.common.core.faults.GCUBEFault - -public org.gcube.common.core.types.VOID replaceEntryValue(org.gcube.contentmanagement.timeseriesservice.stubs.ReplaceEntryValueRequest request)
throws org.gcube.common.core.faults.GCUBEFault
request - ReplaceEntryValueRequestorg.gcube.common.core.faults.GCUBEFault - -public org.gcube.common.core.types.VOID replaceEntryId(org.gcube.contentmanagement.timeseriesservice.stubs.ReplaceEntryIdRequest request)
throws org.gcube.common.core.faults.GCUBEFault
request - ReplaceEntryIdRequestorg.gcube.common.core.faults.GCUBEFault - -public org.gcube.contentmanagement.timeseriesservice.stubs.types.ColumnDefinitionArray getDimensions(org.gcube.common.core.types.VOID request)
throws org.gcube.common.core.faults.GCUBEFault
request - voidorg.gcube.common.core.faults.GCUBEFault - -public org.gcube.common.core.types.VOID saveColumnDefinition(org.gcube.common.core.types.VOID request)
throws org.gcube.common.core.faults.GCUBEFault
request - voidorg.gcube.common.core.faults.GCUBEFault - -public org.gcube.common.core.types.VOID setLabelName(org.gcube.contentmanagement.timeseriesservice.stubs.SetLabelRequest request)
throws org.gcube.common.core.faults.GCUBEFault
request - SetLabelRequestorg.gcube.common.core.faults.GCUBEFault - -public org.gcube.common.core.types.VOID removeAllErrors(org.gcube.common.core.types.VOID request)
throws org.gcube.common.core.faults.GCUBEFault
request - voidorg.gcube.common.core.faults.GCUBEFault - -public org.gcube.common.core.types.VOID removeSingleError(long rowId)
throws org.gcube.common.core.faults.GCUBEFault
rowId - longorg.gcube.common.core.faults.GCUBEFault - -public org.gcube.common.core.types.VOID closeEdit(org.gcube.common.core.types.VOID request)
throws org.gcube.common.core.faults.GCUBEFault
request - voidorg.gcube.common.core.faults.GCUBEFault - -public boolean isInEditMode(org.gcube.common.core.types.VOID request)
throws org.gcube.common.core.faults.GCUBEFault
request - voidorg.gcube.common.core.faults.GCUBEFault - -public org.gcube.contentmanagement.timeseriesservice.stubs.types.Status isUnderInitialization(org.gcube.common.core.types.VOID request)
throws org.gcube.common.core.faults.GCUBEFault
request - voidorg.gcube.common.core.faults.GCUBEFault - -public org.gcube.common.core.types.VOID setColumnAs(org.gcube.contentmanagement.timeseriesservice.stubs.SetColumnAsRequest request)
throws org.gcube.common.core.faults.GCUBEFault
request - SetColumnAsRequestorg.gcube.common.core.faults.GCUBEFault - -public org.gcube.contentmanagement.timeseriesservice.stubs.types.GuessDimensionArray guessDimension(String fieldId) throws org.gcube.common.core.faults.GCUBEFault
request - GuessRequestorg.gcube.common.core.faults.GCUBEFault - -public org.gcube.contentmanagement.timeseriesservice.stubs.types.Status initializeEditingState(org.gcube.common.core.types.VOID req)
throws org.gcube.common.core.faults.GCUBEFault
req - voidorg.gcube.common.core.faults.GCUBEFault - -public org.gcube.contentmanagement.timeseriesservice.stubs.types.ColumnDefinition columnInEditMode(org.gcube.common.core.types.VOID req)
throws org.gcube.common.core.faults.GCUBEFault
req - voidorg.gcube.common.core.faults.GCUBEFault - -public org.gcube.common.core.types.VOID removeColumn(String fieldId) throws org.gcube.common.core.faults.GCUBEFault
fieldId - Stringorg.gcube.common.core.faults.GCUBEFault - -public org.gcube.common.core.types.VOID replaceEntryValueWithId(org.gcube.contentmanagement.timeseriesservice.stubs.ReplaceEntryValueWithIdRequest request)
throws org.gcube.common.core.faults.GCUBEFault
request - ReplaceEntryValueWithIdRequestorg.gcube.common.core.faults.GCUBEFault - -public String getPossibleValues(String word) throws org.gcube.common.core.faults.GCUBEFault
org.gcube.common.core.faults.GCUBEFaultpublic org.gcube.contentmanagement.timeseriesservice.stubs.ErrorPairArray getDistinctErrors(org.gcube.common.core.types.VOID req)
throws org.gcube.common.core.faults.GCUBEFault
org.gcube.common.core.faults.GCUBEFaultpublic org.gcube.common.core.types.VOID applyRules(org.gcube.contentmanagement.timeseriesservice.stubs.ApplyRulesRequest request)
throws org.gcube.common.core.faults.GCUBEFault
request - org.gcube.common.core.faults.GCUBEFaultpublic org.gcube.contentmanagement.timeseriesservice.stubs.types.RulesArray getApplyedRules(String fieldID) throws org.gcube.common.core.faults.GCUBEFault
fieldID - org.gcube.common.core.faults.GCUBEFaultpublic org.gcube.common.core.types.VOID removeApplyedRules(String fieldId) throws org.gcube.common.core.faults.GCUBEFault
fieldID - org.gcube.common.core.faults.GCUBEFaultpublic org.gcube.contentmanagement.timeseriesservice.stubs.types.RulesArray getApplyableRules(String fieldID) throws org.gcube.common.core.faults.GCUBEFault
fieldID - org.gcube.common.core.faults.GCUBEFaultpublic long checkDimension(org.gcube.contentmanagement.timeseriesservice.stubs.CheckDimensionRequest req)
throws org.gcube.common.core.faults.GCUBEFault
req - CheckDimensionRequestorg.gcube.common.core.faults.GCUBEFault - -public long checkRules(org.gcube.contentmanagement.timeseriesservice.stubs.CheckRulesRequest req)
throws org.gcube.common.core.faults.GCUBEFault
req - CheckDimensionRequestorg.gcube.common.core.faults.GCUBEFault - -public long checkTypeChange(org.gcube.contentmanagement.timeseriesservice.stubs.CheckTypeChangeRequest req)
throws org.gcube.common.core.faults.GCUBEFault
req - CheckDimensionRequestorg.gcube.common.core.faults.GCUBEFault - -Copyright © 2015. All Rights Reserved.