|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OwCMISQueryResultConverter<O extends org.apache.chemistry.opencmis.client.api.TransientCmisObject>
Implementors convert QueryResult objects to corresponding TransientCmisObject instances.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
| Method Summary | |
|---|---|
O |
toCmisObject(org.apache.chemistry.opencmis.client.api.QueryResult queryResult,
com.wewebu.ow.csqlc.ast.OwQueryStatement statement,
org.apache.chemistry.opencmis.client.api.OperationContext operationContext)
Converts a given CMIS query result object to an OPEN CMIS transient object based on query result properties , SQL statement that produced the result and the context in which it was ran. |
| Method Detail |
|---|
O toCmisObject(org.apache.chemistry.opencmis.client.api.QueryResult queryResult,
com.wewebu.ow.csqlc.ast.OwQueryStatement statement,
org.apache.chemistry.opencmis.client.api.OperationContext operationContext)
throws com.wewebu.ow.server.exceptions.OwException
queryResult - a QueryResultstatement - OwQueryStatement that produced the QueryResultoperationContext - the operation context in which the statement was ran
TransientCmisObject corresponding to the given QueryResult
of the given CMIS OwQueryStatement in the given OperationContext
com.wewebu.ow.server.exceptions.OwException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||