org.xcmis.spi.query
Interface Result


public interface Result

Query result.

Version:
$Id: Result.java 2 2010-02-04 17:21:49Z andrew00x $
Author:
Andrey Parfonov

Method Summary
 String getObjectId()
          Query result object's id (Row in result virtual table).
 String[] getPropertyNames()
          Range of property names (columns) specified in the SELECT clause.
 Score getScore()
           
 

Method Detail

getObjectId

String getObjectId()
Query result object's id (Row in result virtual table).

Returns:
id of object.

getPropertyNames

String[] getPropertyNames()
Range of property names (columns) specified in the SELECT clause.

Returns:
set of property names or null that minds all properties will be included in and result.

getScore

Score getScore()
Returns:
score of result for CONTAINS() functions


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.