|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OwAttributeBagIterator
Extends the interface for attribute bag Iterators, which describe the attribute of an object. The additional Iterator interface allows browsing through a list of bags. The next() Method returns a OwAttributeBag object.
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
Method Summary | |
---|---|
boolean |
canRewind()
check if iterator supports rewind |
int |
length()
get the count of items in the iterator |
void |
rewind()
rewind the iterator to its start |
Methods inherited from interface java.util.Iterator |
---|
hasNext, next, remove |
Method Detail |
---|
void rewind() throws Exception
Exception
boolean canRewind()
int length()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |