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, toArray
attributecount, getAttribute, getAttribute, getAttributeNames, getSafeAttribute, hasAttribute
static final String ATTRIBUTE_SIZE
static final String ATTRIBUTE_IS_COMPLETE
static final String ATTRIBUTE_SQL
boolean isComplete() throws Exception
Exception
boolean hasNext() throws Exception
Exception
boolean hasPrev() throws Exception
Exception
void getNext() throws Exception
Exception
void getPrev() throws Exception
Exception
void sort(OwSort sortCriteria_p) throws Exception
sortCriteria_p
- list of sort criteriaException
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.