Revision 3358
Added by Jing Tao over 17 years ago
src/edu/ucsb/nceas/metacat/QuerySpecification.java | ||
---|---|---|
640 | 640 |
|
641 | 641 |
} |
642 | 642 |
|
643 |
|
|
644 |
private void handleReturnField(String inputString) |
|
643 |
/** |
|
644 |
* Method to handle return field. It will be callied in ecogrid part |
|
645 |
* @param inputString |
|
646 |
*/ |
|
647 |
public void handleReturnField(String inputString) |
|
645 | 648 |
{ |
646 | 649 |
int attributePos = inputString.indexOf(ATTRIBUTESYMBOL); |
647 | 650 |
int predicateStart = -1; |
Also available in: Unified diff
Change a handleReturnField to public which will be used in ecogrid.