|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.contentmanagement.timeseriesservice.impl.curation.CurationFactory
public class CurationFactory
Constructor Summary | |
---|---|
CurationFactory()
|
Method Summary | |
---|---|
CurationItemsArray |
getCuratingItems(java.lang.String user)
return all the items |
StringArray |
getFieldValues(GetFieldValuesRequest request)
return the possible values for that field in that dimension |
CurationItem |
getItem(GetItemRequest req)
return an item stored as curation with the id in the request |
RulesArray |
getRules(VOID request)
|
org.apache.axis.message.addressing.EndpointReferenceType |
open(java.lang.String curationId)
|
VOID |
removeCuration(java.lang.String id)
remove a curation resource |
boolean |
removeRule(java.lang.String id)
|
java.lang.String |
saveRule(SaveRuleRequest request)
|
StartResponse |
startCuration(StartRequest request)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CurationFactory()
Method Detail |
---|
public StartResponse startCuration(StartRequest request) throws GCUBEFault
StartRequest
- request - the parameters to create the curation
GCUBEFault
- -public org.apache.axis.message.addressing.EndpointReferenceType open(java.lang.String curationId) throws GCUBEFault
curationId
- - the id of the curation
GCUBEFault
- -public StringArray getFieldValues(GetFieldValuesRequest request) throws GCUBEFault
the
- request is the dimension id and the fieldName
GCUBEFault
public CurationItemsArray getCuratingItems(java.lang.String user) throws GCUBEFault
a
- string representing the user name
GCUBEFault
- -public CurationItem getItem(GetItemRequest req) throws GCUBEFault
request
- GetItemRequest
GCUBEFault
- -public VOID removeCuration(java.lang.String id) throws GCUBEFault
id
-
GCUBEFault
- -public java.lang.String saveRule(SaveRuleRequest request) throws GCUBEFault
GCUBEFault
public boolean removeRule(java.lang.String id) throws GCUBEFault
GCUBEFault
public RulesArray getRules(VOID request) throws GCUBEFault
GCUBEFault
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |