org.xcmis.sp.jcr.exo
Class QueryableStorage.ResultImpl

java.lang.Object
  extended by org.xcmis.sp.jcr.exo.QueryableStorage.ResultImpl
All Implemented Interfaces:
Result
Enclosing class:
QueryableStorage

public static class QueryableStorage.ResultImpl
extends Object
implements Result

Single row from query result.


Constructor Summary
QueryableStorage.ResultImpl(String id, String[] properties, Score score)
           
 
Method Summary
 String getObjectId()
           
 String[] getPropertyNames()
           
 Score getScore()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryableStorage.ResultImpl

public QueryableStorage.ResultImpl(String id,
                                   String[] properties,
                                   Score score)
Method Detail

getPropertyNames

public String[] getPropertyNames()
Specified by:
getPropertyNames in interface Result

getObjectId

public String getObjectId()
Specified by:
getObjectId in interface Result

getScore

public Score getScore()
Specified by:
getScore in interface Result


Copyright © 2010 eXo Platform SAS. All Rights Reserved.