Name |
Type |
Description |
SQLSelect_festung1 |
wsdl |
Wsdlhttp://festung1.oats.inaf.it:8080/helio-hec/HelioTavernaService?wsdlWsdl OperationSQLSelect |
SQLSelect_sql_select |
xmlsplitter |
|
LIMIT_value |
stringconstant |
Value1000 |
ORDER_BY_value |
stringconstant |
Valuetime_start desc |
SQLSelect_festung3 |
wsdl |
Wsdlhttp://festung3.oats.inaf.it:8080/helio-hec/HelioTavernaService?wsdlWsdl OperationSQLSelect |
SQLSelect_festung3_sql_select |
xmlsplitter |
|
Extract_content_of_columns_from_VOTables |
workflow |
|
ColumnNames_value |
stringconstant |
Valuetable_names |
Beanshell |
beanshell |
Scriptlist_out = new ArrayList();
for(int i=0;i0){
ArrayList l = new ArrayList();
l.add(list.get(0).get(i));
list_out.add(l);
}
} |
compare_strings |
localworker |
Scriptdifference ="";
if (i.compareTo(j)!=0) {
difference=i;
}
|
XPath_Service |
xpath |
Xpath Expression/helio:queryResponse/default:VOTABLE/default:RESOURCE/default:TABLE |
XPath_Service_2 |
xpath |
Xpath Expression/helio:queryResponse/default:VOTABLE/default:RESOURCE/default:TABLE |
Flatten_List |
localworker |
Scriptflatten(inputs, outputs, depth) {
for (i = inputs.iterator(); i.hasNext();) {
element = i.next();
if (element instanceof Collection && depth > 0) {
flatten(element, outputs, depth - 1);
} else {
outputs.add(element);
}
}
}
outputlist = new ArrayList();
flatten(inputlist, outputlist, 1); |
remove_empty |
beanshell |
Scriptreduced_list = new ArrayList();
for(int i=0; i0){
reduced_list.add(list.get(i).replaceAll("hec-",""));
}
}
|
XPath_Service_3 |
xpath |
Xpath Expression/default:TABLE/@name |
Flatten_List_2 |
localworker |
Scriptflatten(inputs, outputs, depth) {
for (i = inputs.iterator(); i.hasNext();) {
element = i.next();
if (element instanceof Collection && depth > 0) {
flatten(element, outputs, depth - 1);
} else {
outputs.add(element);
}
}
}
outputlist = new ArrayList();
flatten(inputlist, outputlist, 1); |
SQLSelect_mssl |
wsdl |
Wsdlhttp://msslkz.mssl.ucl.ac.uk/helio_hec/HelioTavernaService?wsdlWsdl OperationSQLSelect |
SQLSelect_mssl_sql_select |
xmlsplitter |
|
XPath_Service_4 |
xpath |
Xpath Expression/helio:queryResponse/default:VOTABLE/default:RESOURCE/default:TABLE |
compare_strings_2 |
localworker |
ScriptString k = j.replaceFirst("/helio_","");
difference ="";
if (i.compareTo(k)!=0) {
difference=i;
}
|
Flatten_List_3 |
localworker |
Scriptflatten(inputs, outputs, depth) {
for (i = inputs.iterator(); i.hasNext();) {
element = i.next();
if (element instanceof Collection && depth > 0) {
flatten(element, outputs, depth - 1);
} else {
outputs.add(element);
}
}
}
outputlist = new ArrayList();
flatten(inputlist, outputlist, 1); |
remove_empty_2 |
beanshell |
Scriptreduced_list = new ArrayList();
for(int i=0; i0){
reduced_list.add(list.get(i).replaceAll("hec-",""));
}
}
|
XPath_Service_3_2 |
xpath |
Xpath Expression/default:TABLE/@name |
Flatten_List_2_2 |
localworker |
Scriptflatten(inputs, outputs, depth) {
for (i = inputs.iterator(); i.hasNext();) {
element = i.next();
if (element instanceof Collection && depth > 0) {
flatten(element, outputs, depth - 1);
} else {
outputs.add(element);
}
}
}
outputlist = new ArrayList();
flatten(inputlist, outputlist, 1); |
getTableNames |
wsdl |
Wsdlhttp://msslkz.mssl.ucl.ac.uk/helio_hec/HelioTavernaService?wsdlWsdl OperationgetTableNames |
Comments (0)
No comments yet
Log in to make a comment