|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.contentmanagement.timeseriesservice.impl.curation.CurationManager
public class CurationManager
| Constructor Summary | |
|---|---|
CurationManager()
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CurationManager()
| Method Detail |
|---|
public long errorCount(org.gcube.common.core.types.VOID request)
throws org.gcube.common.core.faults.GCUBEFault
void - request
org.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.GCUBEFault
public long count(org.gcube.common.core.types.VOID request)
throws org.gcube.common.core.faults.GCUBEFault
void - request
org.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, KeyName
org.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.GCUBEFault
public org.gcube.common.core.types.VOID editRules(String fieldId)
throws org.gcube.common.core.faults.GCUBEFault
org.gcube.common.core.faults.GCUBEFault
public org.gcube.common.core.types.VOID closeEditing(org.gcube.common.core.types.VOID request)
throws org.gcube.common.core.faults.GCUBEFault
request - void
org.gcube.common.core.faults.GCUBEFault - -
public String getDataAsJson(org.gcube.contentmanagement.timeseriesservice.stubs.GetDataAsJsonRequest request)
throws org.gcube.common.core.faults.GCUBEFault
request - a SelectQuery
org.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 - ModifyEntryByValueRequest
org.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 - ModifyEntryByIdRequest
org.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 - ReplaceEntryValueRequest
org.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 - ReplaceEntryIdRequest
org.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 - void
org.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 - void
org.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 - SetLabelRequest
org.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 - void
org.gcube.common.core.faults.GCUBEFault - -
public org.gcube.common.core.types.VOID removeSingleError(long rowId)
throws org.gcube.common.core.faults.GCUBEFault
rowId - long
org.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 - void
org.gcube.common.core.faults.GCUBEFault - -
public boolean isInEditMode(org.gcube.common.core.types.VOID request)
throws org.gcube.common.core.faults.GCUBEFault
request - void
org.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 - void
org.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 - SetColumnAsRequest
org.gcube.common.core.faults.GCUBEFault - -
public org.gcube.contentmanagement.timeseriesservice.stubs.types.GuessDimensionArray guessDimension(String fieldId)
throws org.gcube.common.core.faults.GCUBEFault
request - GuessRequest
org.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 - void
org.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 - void
org.gcube.common.core.faults.GCUBEFault - -
public org.gcube.common.core.types.VOID removeColumn(String fieldId)
throws org.gcube.common.core.faults.GCUBEFault
fieldId - String
org.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 - ReplaceEntryValueWithIdRequest
org.gcube.common.core.faults.GCUBEFault - -
public String getPossibleValues(String word)
throws org.gcube.common.core.faults.GCUBEFault
org.gcube.common.core.faults.GCUBEFault
public 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.GCUBEFault
public 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.GCUBEFault
public org.gcube.contentmanagement.timeseriesservice.stubs.types.RulesArray getApplyedRules(String fieldID)
throws org.gcube.common.core.faults.GCUBEFault
fieldID -
org.gcube.common.core.faults.GCUBEFault
public org.gcube.common.core.types.VOID removeApplyedRules(String fieldId)
throws org.gcube.common.core.faults.GCUBEFault
fieldID -
org.gcube.common.core.faults.GCUBEFault
public org.gcube.contentmanagement.timeseriesservice.stubs.types.RulesArray getApplyableRules(String fieldID)
throws org.gcube.common.core.faults.GCUBEFault
fieldID -
org.gcube.common.core.faults.GCUBEFault
public long checkDimension(org.gcube.contentmanagement.timeseriesservice.stubs.CheckDimensionRequest req)
throws org.gcube.common.core.faults.GCUBEFault
req - CheckDimensionRequest
org.gcube.common.core.faults.GCUBEFault - -
public long checkRules(org.gcube.contentmanagement.timeseriesservice.stubs.CheckRulesRequest req)
throws org.gcube.common.core.faults.GCUBEFault
req - CheckDimensionRequest
org.gcube.common.core.faults.GCUBEFault - -
public long checkTypeChange(org.gcube.contentmanagement.timeseriesservice.stubs.CheckTypeChangeRequest req)
throws org.gcube.common.core.faults.GCUBEFault
req - CheckDimensionRequest
org.gcube.common.core.faults.GCUBEFault - -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||