public interface OwObjectCollection extends List, OwAttributeBag
Base interface for object class descriptions.
Interface for objects lists from the network. Implements the SUN value list pattern.
To be implemented with the specific ECM system.
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 | Field and Description |
|---|---|
static String |
ATTRIBUTE_IS_COMPLETE
predefined attribute for attribute bag in object list
|
static String |
ATTRIBUTE_SIZE
predefined attribute for attribute bag in object list
|
static String |
ATTRIBUTE_SQL
predefined attribute for attribute bag in object list
returns the SQL statement used to generate the list
!!! FOR DEBUGGING ONLY !!!
|
| Modifier and Type | Method and Description |
|---|---|
void |
getNext()
retrieve further objects, than currently added.
|
void |
getPrev()
retrieve further objects, than currently added.
|
boolean |
hasNext()
check if object list has access to more next objects, than currently added.
|
boolean |
hasPrev()
check if object list has access to more previous objects, than currently added.
|
boolean |
isComplete()
check if object list has retrieved all objects
If false, there are more objects available, but it is not guaranteed that you can retrieve them with the next / prev functions.
|
void |
sort(OwSort sortCriteria_p)
sort the list by the given criteria.
|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArrayattributecount, getAttribute, getAttribute, getAttributeNames, getSafeAttribute, hasAttributestatic final String ATTRIBUTE_SIZE
static final String ATTRIBUTE_IS_COMPLETE
static final String ATTRIBUTE_SQL
boolean isComplete()
throws Exception
Exceptionboolean hasNext()
throws Exception
Exceptionboolean hasPrev()
throws Exception
Exceptionvoid getNext()
throws Exception
Exceptionvoid getPrev()
throws Exception
Exceptionvoid sort(OwSort sortCriteria_p) throws Exception
sortCriteria_p - list of sort criteriaExceptionCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.