public class CurationFactory extends Object
| Constructor and Description |
|---|
CurationFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.gcube.contentmanagement.timeseriesservice.stubs.CurationItemsArray |
getCuratingItems(String user)
return all the items
|
org.gcube.contentmanagement.timeseriesservice.stubs.types.StringArray |
getFieldValues(org.gcube.contentmanagement.timeseriesservice.stubs.GetFieldValuesRequest request)
return the possible values for that field in that dimension
|
org.gcube.contentmanagement.timeseriesservice.stubs.CurationItem |
getItem(org.gcube.contentmanagement.timeseriesservice.stubs.GetItemRequest req)
return an item stored as curation with the id in the request
|
org.gcube.contentmanagement.timeseriesservice.stubs.types.RulesArray |
getRules(org.gcube.common.core.types.VOID request) |
org.apache.axis.message.addressing.EndpointReferenceType |
open(String curationId) |
org.gcube.common.core.types.VOID |
removeCuration(String id)
remove a curation resource
|
boolean |
removeRule(String id) |
String |
saveRule(org.gcube.contentmanagement.timeseriesservice.stubs.SaveRuleRequest request) |
org.gcube.contentmanagement.timeseriesservice.stubs.StartResponse |
startCuration(org.gcube.contentmanagement.timeseriesservice.stubs.StartRequest request) |
public org.gcube.contentmanagement.timeseriesservice.stubs.StartResponse startCuration(org.gcube.contentmanagement.timeseriesservice.stubs.StartRequest request)
throws org.gcube.common.core.faults.GCUBEFault
StartRequest - request - the parameters to create the curationorg.gcube.common.core.faults.GCUBEFault - -public org.apache.axis.message.addressing.EndpointReferenceType open(String curationId) throws org.gcube.common.core.faults.GCUBEFault
curationId - - the id of the curationorg.gcube.common.core.faults.GCUBEFault - -public org.gcube.contentmanagement.timeseriesservice.stubs.types.StringArray getFieldValues(org.gcube.contentmanagement.timeseriesservice.stubs.GetFieldValuesRequest request)
throws org.gcube.common.core.faults.GCUBEFault
the - request is the dimension id and the fieldNameorg.gcube.common.core.faults.GCUBEFaultpublic org.gcube.contentmanagement.timeseriesservice.stubs.CurationItemsArray getCuratingItems(String user) throws org.gcube.common.core.faults.GCUBEFault
a - string representing the user nameorg.gcube.common.core.faults.GCUBEFault - -public org.gcube.contentmanagement.timeseriesservice.stubs.CurationItem getItem(org.gcube.contentmanagement.timeseriesservice.stubs.GetItemRequest req)
throws org.gcube.common.core.faults.GCUBEFault
request - GetItemRequestorg.gcube.common.core.faults.GCUBEFault - -public org.gcube.common.core.types.VOID removeCuration(String id) throws org.gcube.common.core.faults.GCUBEFault
id - org.gcube.common.core.faults.GCUBEFault - -public String saveRule(org.gcube.contentmanagement.timeseriesservice.stubs.SaveRuleRequest request) throws org.gcube.common.core.faults.GCUBEFault
org.gcube.common.core.faults.GCUBEFaultpublic boolean removeRule(String id) throws org.gcube.common.core.faults.GCUBEFault
org.gcube.common.core.faults.GCUBEFaultpublic org.gcube.contentmanagement.timeseriesservice.stubs.types.RulesArray getRules(org.gcube.common.core.types.VOID request)
throws org.gcube.common.core.faults.GCUBEFault
org.gcube.common.core.faults.GCUBEFaultCopyright © 2015. All Rights Reserved.