org.gcube.contentmanagement.timeseriesservice.calls.curation
Class CurationFactoryCall
java.lang.Object
org.gcube.common.core.utils.calls.GCUBECall<org.gcube.common.core.informationsystem.client.queries.GCUBERIQuery>
org.gcube.common.core.utils.calls.RICall
org.gcube.contentmanagement.timeseriesservice.calls.TSCall
org.gcube.contentmanagement.timeseriesservice.calls.curation.CurationFactoryCall
public class CurationFactoryCall
- extends TSCall
| Nested classes/interfaces inherited from class org.gcube.common.core.utils.calls.RICall |
org.gcube.common.core.utils.calls.RICall.RICallHandler |
| Nested classes/interfaces inherited from class org.gcube.common.core.utils.calls.GCUBECall |
org.gcube.common.core.utils.calls.GCUBECall.ResultHolder<RESULT> |
| Fields inherited from class org.gcube.contentmanagement.timeseriesservice.calls.TSCall |
serviceEpr |
| Fields inherited from class org.gcube.common.core.utils.calls.GCUBECall |
clients |
|
Constructor Summary |
CurationFactoryCall(org.gcube.common.core.scope.GCUBEScope scope,
org.gcube.common.core.security.GCUBESecurityManager[] securityManager)
|
| Methods inherited from class org.gcube.common.core.utils.calls.RICall |
getInitQuery, setEndpoint |
| Methods inherited from class org.gcube.common.core.utils.calls.GCUBECall |
findPortType, getEndpointReference, getLogger, getQuery, getRIQuery, getScopeManager, getSecurityManager, setEndpointReference, setLogger, setQuery, setScopeManager, setSecurityManager |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CurationFactoryCall
public CurationFactoryCall(org.gcube.common.core.scope.GCUBEScope scope,
org.gcube.common.core.security.GCUBESecurityManager[] securityManager)
throws Exception
- Throws:
Exception
getPortTypeName
public String getPortTypeName()
- Specified by:
getPortTypeName in class org.gcube.common.core.utils.calls.GCUBECall<org.gcube.common.core.informationsystem.client.queries.GCUBERIQuery>
startCuration
public org.gcube.contentmanagement.timeseriesservice.stubs.StartResponse startCuration(String title,
String description,
String creator,
String sourceId)
throws Exception
- Throws:
Exception
open
public org.apache.axis.message.addressing.EndpointReferenceType open(String curationId)
throws Exception
- Throws:
Exception
getFieldValues
public String[] getFieldValues(String dimensionId,
String fieldName)
throws Exception
- Throws:
Exception
getCurationEntries
public org.gcube.contentmanagement.timeseriesservice.stubs.CurationItem[] getCurationEntries(String user)
throws Exception
- Throws:
Exception
getCurationItem
public org.gcube.contentmanagement.timeseriesservice.stubs.CurationItem getCurationItem(String user,
String id)
throws Exception
- Throws:
Exception
removeCuration
public void removeCuration(String id)
throws Exception
- Throws:
Exception
getRules
public org.gcube.contentmanagement.timeseriesservice.stubs.types.RuleItem[] getRules()
throws Exception
- Throws:
Exception
saveRule
public String saveRule(String name,
String description,
org.gcube.contentmanagement.timeseriesservice.stubs.types.FilterCondition filter,
org.gcube.contentmanagement.timeseriesservice.stubs.types.DataType dataType)
throws Exception
- Throws:
Exception
removeRule
public Boolean removeRule(String id)
throws Exception
- Throws:
Exception
Copyright © 2012. All Rights Reserved.