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
Modifier and Type | Method and Description |
---|---|
OwObjectCollection |
execute(OwSort sort_p)
Executes this query
|
OwObjectCollection execute(OwSort sort_p) throws OwException
sort_p
- the sort information to be applied when retrieving the object listOwObjectCollection
OwException
- if the query execution failsCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.