com.wewebu.ow.server.ecm
Interface OwObjectsQuery


public interface OwObjectsQuery

Implementors of this interface are objects query implementations. An object query implementation holds all necessary information to retrieve at any time a collection of objects upon its execution (see execute(OwSort).

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

Since:
2.5.3.1

Method Summary
 OwObjectCollection execute(OwSort sort_p)
          Executes this query
 

Method Detail

execute

OwObjectCollection execute(OwSort sort_p)
                           throws OwException
Executes this query

Parameters:
sort_p - the sort information to be applied when retrieving the object list
Returns:
an OwObjectCollection
Throws:
OwException - if the query execution fails


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.