|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OwObjectCollection
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
Field Summary | |
---|---|
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 !!! |
Method Summary | |
---|---|
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. |
Methods inherited from interface java.util.List |
---|
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 |
Methods inherited from interface com.wewebu.ow.server.util.OwAttributeBag |
---|
attributecount, getAttribute, getAttribute, getAttributeNames, getSafeAttribute, hasAttribute |
Field Detail |
---|
static final String ATTRIBUTE_SIZE
static final String ATTRIBUTE_IS_COMPLETE
static final String ATTRIBUTE_SQL
Method Detail |
---|
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 criteria
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |