it.sistematica.isharedoc.sharecloud.engine.cmis
Class CloudQueryResultCmisImpl

java.lang.Object
  extended by it.sistematica.isharedoc.sharecloud.engine.cmis.CloudQueryResultCmisImpl
All Implemented Interfaces:
CloudQueryResult

public class CloudQueryResultCmisImpl
extends java.lang.Object
implements CloudQueryResult

Author:
fspica

Constructor Summary
CloudQueryResultCmisImpl(CloudSession session, org.apache.chemistry.opencmis.client.api.QueryResult qr)
           
 
Method Summary
 CloudFile getFile()
           
 java.lang.String getId()
           
 java.lang.Object getPropertyValueById(java.lang.String id)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CloudQueryResultCmisImpl

public CloudQueryResultCmisImpl(CloudSession session,
                                org.apache.chemistry.opencmis.client.api.QueryResult qr)
Method Detail

getId

public java.lang.String getId()
Specified by:
getId in interface CloudQueryResult

getPropertyValueById

public java.lang.Object getPropertyValueById(java.lang.String id)
Specified by:
getPropertyValueById in interface CloudQueryResult

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getFile

public CloudFile getFile()
Specified by:
getFile in interface CloudQueryResult