org.gcube.contentmanagement.timeseriesservice.stubs
Interface CurationManagerPortType

All Superinterfaces:
Remote
All Known Implementing Classes:
CurationManagerPortTypeSOAPBindingStub

public interface CurationManagerPortType
extends Remote


Method Summary
 org.gcube.common.core.types.VOID applyRules(ApplyRulesRequest request)
           
 long checkDimension(CheckDimensionRequest request)
           
 long checkRules(CheckRulesRequest request)
           
 long checkTypeChange(CheckTypeChangeRequest request)
           
 org.gcube.common.core.types.VOID closeEditing(org.gcube.common.core.types.VOID request)
           
 ColumnDefinition columnInEditMode(org.gcube.common.core.types.VOID request)
           
 long count(org.gcube.common.core.types.VOID request)
           
 org.oasis.wsrf.lifetime.DestroyResponse destroy(org.oasis.wsrf.lifetime.Destroy destroyRequest)
           
 org.gcube.common.core.types.VOID editColumn(EditColumnRequest request)
           
 org.gcube.common.core.types.VOID editDimension(EditDimensionRequest request)
           
 org.gcube.common.core.types.VOID editRules(String request)
           
 long errorCount(org.gcube.common.core.types.VOID request)
           
 RulesArray getApplyableRules(String request)
           
 RulesArray getApplyedRules(String request)
           
 String getDataAsJson(GetDataAsJsonRequest request)
           
 ColumnDefinitionArray getDimensions(org.gcube.common.core.types.VOID request)
           
 ErrorPairArray getDistinctErrors(org.gcube.common.core.types.VOID request)
           
 org.oasis.wsrf.properties.GetMultipleResourcePropertiesResponse getMultipleResourceProperties(org.oasis.wsrf.properties.GetMultipleResourceProperties_Element getMultipleResourcePropertiesRequest)
           
 String getPossibleValues(String request)
           
 org.oasis.wsrf.properties.GetResourcePropertyResponse getResourceProperty(QName getResourcePropertyRequest)
           
 GuessDimensionArray guessDimension(String request)
           
 State initializeEditingState(org.gcube.common.core.types.VOID request)
           
 boolean isInEditMode(org.gcube.common.core.types.VOID request)
           
 State isUnderInitialization(org.gcube.common.core.types.VOID request)
           
 org.gcube.common.core.types.VOID modifyEntryById(ModifyEntryByIdRequest request)
           
 org.gcube.common.core.types.VOID modifyEntryByValue(ModifyEntryByValueRequest request)
           
 org.oasis.wsrf.properties.QueryResourcePropertiesResponse queryResourceProperties(org.oasis.wsrf.properties.QueryResourceProperties_Element queryResourcePropertiesRequest)
           
 org.gcube.common.core.types.VOID removeAllErrors(org.gcube.common.core.types.VOID request)
           
 org.gcube.common.core.types.VOID removeApplyedRules(String request)
           
 org.gcube.common.core.types.VOID removeColumn(String request)
           
 org.gcube.common.core.types.VOID removeSingleError(long request)
           
 org.gcube.common.core.types.VOID replaceEntryId(ReplaceEntryIdRequest request)
           
 org.gcube.common.core.types.VOID replaceEntryValue(ReplaceEntryValueRequest request)
           
 org.gcube.common.core.types.VOID replaceEntryValueWithId(ReplaceEntryValueWithIdRequest request)
           
 org.gcube.common.core.types.VOID saveColumnDefinition(org.gcube.common.core.types.VOID request)
           
 org.gcube.common.core.types.VOID setColumnAs(SetColumnAsRequest request)
           
 org.gcube.common.core.types.VOID setLabelName(SetLabelRequest request)
           
 org.gcube.common.core.types.VOID setProperties(SetCurationProperties request)
           
 org.oasis.wsrf.properties.SetResourcePropertiesResponse setResourceProperties(org.oasis.wsrf.properties.SetResourceProperties_Element setResourcePropertiesRequest)
           
 org.oasis.wsrf.lifetime.SetTerminationTimeResponse setTerminationTime(org.oasis.wsrf.lifetime.SetTerminationTime setTerminationTimeRequest)
           
 

Method Detail

count

long count(org.gcube.common.core.types.VOID request)
           throws RemoteException,
                  org.gcube.common.core.faults.GCUBEFault
Throws:
RemoteException
org.gcube.common.core.faults.GCUBEFault

editColumn

org.gcube.common.core.types.VOID editColumn(EditColumnRequest request)
                                            throws RemoteException,
                                                   org.gcube.common.core.faults.GCUBEFault
Throws:
RemoteException
org.gcube.common.core.faults.GCUBEFault

editDimension

org.gcube.common.core.types.VOID editDimension(EditDimensionRequest request)
                                               throws RemoteException,
                                                      org.gcube.common.core.faults.GCUBEFault
Throws:
RemoteException
org.gcube.common.core.faults.GCUBEFault

editRules

org.gcube.common.core.types.VOID editRules(String request)
                                           throws RemoteException,
                                                  org.gcube.common.core.faults.GCUBEFault
Throws:
RemoteException
org.gcube.common.core.faults.GCUBEFault

errorCount

long errorCount(org.gcube.common.core.types.VOID request)
                throws RemoteException,
                       org.gcube.common.core.faults.GCUBEFault
Throws:
RemoteException
org.gcube.common.core.faults.GCUBEFault

getDataAsJson

String getDataAsJson(GetDataAsJsonRequest request)
                     throws RemoteException,
                            org.gcube.common.core.faults.GCUBEFault
Throws:
RemoteException
org.gcube.common.core.faults.GCUBEFault

checkDimension

long checkDimension(CheckDimensionRequest request)
                    throws RemoteException,
                           org.gcube.common.core.faults.GCUBEFault
Throws:
RemoteException
org.gcube.common.core.faults.GCUBEFault

checkTypeChange

long checkTypeChange(CheckTypeChangeRequest request)
                     throws RemoteException,
                            org.gcube.common.core.faults.GCUBEFault
Throws:
RemoteException
org.gcube.common.core.faults.GCUBEFault

checkRules

long checkRules(CheckRulesRequest request)
                throws RemoteException,
                       org.gcube.common.core.faults.GCUBEFault
Throws:
RemoteException
org.gcube.common.core.faults.GCUBEFault

modifyEntryById

org.gcube.common.core.types.VOID modifyEntryById(ModifyEntryByIdRequest request)
                                                 throws RemoteException,
                                                        ValueNotCompatibleFault
Throws:
RemoteException
ValueNotCompatibleFault

modifyEntryByValue

org.gcube.common.core.types.VOID modifyEntryByValue(ModifyEntryByValueRequest request)
                                                    throws RemoteException,
                                                           ValueNotCompatibleFault
Throws:
RemoteException
ValueNotCompatibleFault

replaceEntryId

org.gcube.common.core.types.VOID replaceEntryId(ReplaceEntryIdRequest request)
                                                throws RemoteException,
                                                       ValueNotCompatibleFault
Throws:
RemoteException
ValueNotCompatibleFault

replaceEntryValue

org.gcube.common.core.types.VOID replaceEntryValue(ReplaceEntryValueRequest request)
                                                   throws RemoteException,
                                                          ValueNotCompatibleFault
Throws:
RemoteException
ValueNotCompatibleFault

replaceEntryValueWithId

org.gcube.common.core.types.VOID replaceEntryValueWithId(ReplaceEntryValueWithIdRequest request)
                                                         throws RemoteException,
                                                                ValueNotCompatibleFault
Throws:
RemoteException
ValueNotCompatibleFault

getDimensions

ColumnDefinitionArray getDimensions(org.gcube.common.core.types.VOID request)
                                    throws RemoteException,
                                           org.gcube.common.core.faults.GCUBEFault
Throws:
RemoteException
org.gcube.common.core.faults.GCUBEFault

saveColumnDefinition

org.gcube.common.core.types.VOID saveColumnDefinition(org.gcube.common.core.types.VOID request)
                                                      throws RemoteException,
                                                             org.gcube.common.core.faults.GCUBEFault
Throws:
RemoteException
org.gcube.common.core.faults.GCUBEFault

setLabelName

org.gcube.common.core.types.VOID setLabelName(SetLabelRequest request)
                                              throws RemoteException,
                                                     org.gcube.common.core.faults.GCUBEFault
Throws:
RemoteException
org.gcube.common.core.faults.GCUBEFault

setColumnAs

org.gcube.common.core.types.VOID setColumnAs(SetColumnAsRequest request)
                                             throws RemoteException,
                                                    org.gcube.common.core.faults.GCUBEFault
Throws:
RemoteException
org.gcube.common.core.faults.GCUBEFault

closeEditing

org.gcube.common.core.types.VOID closeEditing(org.gcube.common.core.types.VOID request)
                                              throws RemoteException,
                                                     org.gcube.common.core.faults.GCUBEFault
Throws:
RemoteException
org.gcube.common.core.faults.GCUBEFault

removeAllErrors

org.gcube.common.core.types.VOID removeAllErrors(org.gcube.common.core.types.VOID request)
                                                 throws RemoteException,
                                                        org.gcube.common.core.faults.GCUBEFault
Throws:
RemoteException
org.gcube.common.core.faults.GCUBEFault

removeSingleError

org.gcube.common.core.types.VOID removeSingleError(long request)
                                                   throws RemoteException,
                                                          org.gcube.common.core.faults.GCUBEFault
Throws:
RemoteException
org.gcube.common.core.faults.GCUBEFault

isInEditMode

boolean isInEditMode(org.gcube.common.core.types.VOID request)
                     throws RemoteException,
                            org.gcube.common.core.faults.GCUBEFault
Throws:
RemoteException
org.gcube.common.core.faults.GCUBEFault

columnInEditMode

ColumnDefinition columnInEditMode(org.gcube.common.core.types.VOID request)
                                  throws RemoteException,
                                         org.gcube.common.core.faults.GCUBEFault
Throws:
RemoteException
org.gcube.common.core.faults.GCUBEFault

isUnderInitialization

State isUnderInitialization(org.gcube.common.core.types.VOID request)
                            throws RemoteException,
                                   org.gcube.common.core.faults.GCUBEFault
Throws:
RemoteException
org.gcube.common.core.faults.GCUBEFault

guessDimension

GuessDimensionArray guessDimension(String request)
                                   throws RemoteException,
                                          org.gcube.common.core.faults.GCUBEFault
Throws:
RemoteException
org.gcube.common.core.faults.GCUBEFault

getPossibleValues

String getPossibleValues(String request)
                         throws RemoteException,
                                org.gcube.common.core.faults.GCUBEFault
Throws:
RemoteException
org.gcube.common.core.faults.GCUBEFault

initializeEditingState

State initializeEditingState(org.gcube.common.core.types.VOID request)
                             throws RemoteException,
                                    org.gcube.common.core.faults.GCUBEFault
Throws:
RemoteException
org.gcube.common.core.faults.GCUBEFault

removeColumn

org.gcube.common.core.types.VOID removeColumn(String request)
                                              throws RemoteException,
                                                     org.gcube.common.core.faults.GCUBEFault
Throws:
RemoteException
org.gcube.common.core.faults.GCUBEFault

getDistinctErrors

ErrorPairArray getDistinctErrors(org.gcube.common.core.types.VOID request)
                                 throws RemoteException,
                                        org.gcube.common.core.faults.GCUBEFault
Throws:
RemoteException
org.gcube.common.core.faults.GCUBEFault

applyRules

org.gcube.common.core.types.VOID applyRules(ApplyRulesRequest request)
                                            throws RemoteException,
                                                   org.gcube.common.core.faults.GCUBEFault
Throws:
RemoteException
org.gcube.common.core.faults.GCUBEFault

getApplyableRules

RulesArray getApplyableRules(String request)
                             throws RemoteException,
                                    org.gcube.common.core.faults.GCUBEFault
Throws:
RemoteException
org.gcube.common.core.faults.GCUBEFault

getApplyedRules

RulesArray getApplyedRules(String request)
                           throws RemoteException,
                                  org.gcube.common.core.faults.GCUBEFault
Throws:
RemoteException
org.gcube.common.core.faults.GCUBEFault

removeApplyedRules

org.gcube.common.core.types.VOID removeApplyedRules(String request)
                                                    throws RemoteException,
                                                           org.gcube.common.core.faults.GCUBEFault
Throws:
RemoteException
org.gcube.common.core.faults.GCUBEFault

setProperties

org.gcube.common.core.types.VOID setProperties(SetCurationProperties request)
                                               throws RemoteException,
                                                      org.gcube.common.core.faults.GCUBEFault
Throws:
RemoteException
org.gcube.common.core.faults.GCUBEFault

getMultipleResourceProperties

org.oasis.wsrf.properties.GetMultipleResourcePropertiesResponse getMultipleResourceProperties(org.oasis.wsrf.properties.GetMultipleResourceProperties_Element getMultipleResourcePropertiesRequest)
                                                                                              throws RemoteException,
                                                                                                     org.oasis.wsrf.properties.InvalidResourcePropertyQNameFaultType,
                                                                                                     org.oasis.wsrf.properties.ResourceUnknownFaultType
Throws:
RemoteException
org.oasis.wsrf.properties.InvalidResourcePropertyQNameFaultType
org.oasis.wsrf.properties.ResourceUnknownFaultType

getResourceProperty

org.oasis.wsrf.properties.GetResourcePropertyResponse getResourceProperty(QName getResourcePropertyRequest)
                                                                          throws RemoteException,
                                                                                 org.oasis.wsrf.properties.InvalidResourcePropertyQNameFaultType,
                                                                                 org.oasis.wsrf.properties.ResourceUnknownFaultType
Throws:
RemoteException
org.oasis.wsrf.properties.InvalidResourcePropertyQNameFaultType
org.oasis.wsrf.properties.ResourceUnknownFaultType

destroy

org.oasis.wsrf.lifetime.DestroyResponse destroy(org.oasis.wsrf.lifetime.Destroy destroyRequest)
                                                throws RemoteException,
                                                       org.oasis.wsrf.lifetime.ResourceUnknownFaultType,
                                                       org.oasis.wsrf.lifetime.ResourceNotDestroyedFaultType
Throws:
RemoteException
org.oasis.wsrf.lifetime.ResourceUnknownFaultType
org.oasis.wsrf.lifetime.ResourceNotDestroyedFaultType

queryResourceProperties

org.oasis.wsrf.properties.QueryResourcePropertiesResponse queryResourceProperties(org.oasis.wsrf.properties.QueryResourceProperties_Element queryResourcePropertiesRequest)
                                                                                  throws RemoteException,
                                                                                         org.oasis.wsrf.properties.UnknownQueryExpressionDialectFaultType,
                                                                                         org.oasis.wsrf.properties.InvalidResourcePropertyQNameFaultType,
                                                                                         org.oasis.wsrf.properties.InvalidQueryExpressionFaultType,
                                                                                         org.oasis.wsrf.properties.QueryEvaluationErrorFaultType,
                                                                                         org.oasis.wsrf.properties.ResourceUnknownFaultType
Throws:
RemoteException
org.oasis.wsrf.properties.UnknownQueryExpressionDialectFaultType
org.oasis.wsrf.properties.InvalidResourcePropertyQNameFaultType
org.oasis.wsrf.properties.InvalidQueryExpressionFaultType
org.oasis.wsrf.properties.QueryEvaluationErrorFaultType
org.oasis.wsrf.properties.ResourceUnknownFaultType

setResourceProperties

org.oasis.wsrf.properties.SetResourcePropertiesResponse setResourceProperties(org.oasis.wsrf.properties.SetResourceProperties_Element setResourcePropertiesRequest)
                                                                              throws RemoteException,
                                                                                     org.oasis.wsrf.properties.InvalidResourcePropertyQNameFaultType,
                                                                                     org.oasis.wsrf.properties.InvalidSetResourcePropertiesRequestContentFaultType,
                                                                                     org.oasis.wsrf.properties.SetResourcePropertyRequestFailedFaultType,
                                                                                     org.oasis.wsrf.properties.ResourceUnknownFaultType,
                                                                                     org.oasis.wsrf.properties.UnableToModifyResourcePropertyFaultType
Throws:
RemoteException
org.oasis.wsrf.properties.InvalidResourcePropertyQNameFaultType
org.oasis.wsrf.properties.InvalidSetResourcePropertiesRequestContentFaultType
org.oasis.wsrf.properties.SetResourcePropertyRequestFailedFaultType
org.oasis.wsrf.properties.ResourceUnknownFaultType
org.oasis.wsrf.properties.UnableToModifyResourcePropertyFaultType

setTerminationTime

org.oasis.wsrf.lifetime.SetTerminationTimeResponse setTerminationTime(org.oasis.wsrf.lifetime.SetTerminationTime setTerminationTimeRequest)
                                                                      throws RemoteException,
                                                                             org.oasis.wsrf.lifetime.UnableToSetTerminationTimeFaultType,
                                                                             org.oasis.wsrf.lifetime.ResourceUnknownFaultType,
                                                                             org.oasis.wsrf.lifetime.TerminationTimeChangeRejectedFaultType
Throws:
RemoteException
org.oasis.wsrf.lifetime.UnableToSetTerminationTimeFaultType
org.oasis.wsrf.lifetime.ResourceUnknownFaultType
org.oasis.wsrf.lifetime.TerminationTimeChangeRejectedFaultType


Copyright © 2012. All Rights Reserved.