Package de.elo.client.scripting.items
Class ChildrenEnumeration
Object
ChildrenEnumeration
- All Implemented Interfaces:
Enumeration<ArchiveElement>
Überschrift: ChildrenEnumeration
Beschreibung: Aufzählung mit den Unterelementen eines Ordners.
Copyright: Copyright (c) ELO Digital Office GmbH 2011-2014
-
Constructor Summary
ConstructorsConstructorDescriptionChildrenEnumeration(Workspace workspace, Sord[] children) Interner Konstruktor. -
Method Summary
Modifier and TypeMethodDescriptionbooleanMeldet zurück, ob die Aufzählung weitere Archivelemente enthält.Liefert das nächste Archivelement in 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
-
ChildrenEnumeration
public ChildrenEnumeration(Workspace workspace, Sord[] children) Interner Konstruktor.- Parameters:
workspace- Aktueller Arbeitsbereichchildren- Liste mit den Unterelementen, Sord.mbAll
-
-
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 in der Aufzählung zurück.- Specified by:
nextElementin interfaceEnumeration<ArchiveElement>- Returns:
- ArchiveElement
-