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
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 ranTransientCmisObject corresponding to the given QueryResult
of the given CMIS OwQueryStatement in the given OperationContextcom.wewebu.ow.server.exceptions.OwExceptionCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.