Package de.elo.client.scripting.items
Class ArchiveElementEnumeration
Object
ArchiveElementEnumeration
- All Implemented Interfaces:
Enumeration<ArchiveElement>
Überschrift: ArchiveElementEnumeration.
Beschreibung: Eine Aufzählung von Elementen im ELO-Archiv (ArchiveElement).
Copyright: Copyright (c) ELO Digital Office GmbH 2007-2014
-
Constructor Summary
ConstructorsConstructorDescriptionArchiveElementEnumeration(Workspace workspace, int[] ids) Interner Konstruktor. -
Method Summary
Modifier and TypeMethodDescriptionbooleanMeldet zurück, ob die Aufzählung weitere Archivelemente enthält.Liefert das nächste Archivelement aus der Aufzählung zurück.Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Enumeration
asIterator
-
Constructor Details
-
ArchiveElementEnumeration
public ArchiveElementEnumeration(Workspace workspace, int[] ids) Interner Konstruktor.- Parameters:
workspace- Aktueller Arbeitsbereichids- Liste mit ObjektIds
-
-
Method Details
-
hasMoreElements
public boolean hasMoreElements()Meldet zurück, ob die Aufzählung weitere Archivelemente enthält.- Specified by:
hasMoreElementsin interfaceEnumeration<ArchiveElement>- Returns:
- boolean
-
nextElement
Liefert das nächste Archivelement aus der Aufzählung zurück.- Specified by:
nextElementin interfaceEnumeration<ArchiveElement>- Returns:
- ArchiveElement
-