Class ArchiveElementEnumeration

  • All Implemented Interfaces:
    Enumeration<ArchiveElement>

    public class ArchiveElementEnumeration
    extends Object
    implements 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

      Constructors 
      Constructor Description
      ArchiveElementEnumeration​(Workspace workspace, int[] ids)
      Interner Konstruktor.
    • Method Summary

      Modifier and Type Method Description
      boolean hasMoreElements()
      Meldet zurück, ob die Aufzählung weitere Archivelemente enthält.
      ArchiveElement nextElement()
      Liefert das nächste Archivelement aus der Aufzählung zurück.
      • Methods inherited from class Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface Enumeration

        asIterator
    • Constructor Detail

      • ArchiveElementEnumeration

        public ArchiveElementEnumeration​(Workspace workspace,
                                         int[] ids)
        Interner Konstruktor.
        Parameters:
        workspace - Aktueller Arbeitsbereich
        ids - Liste mit ObjektIds
    • Method Detail

      • hasMoreElements

        public boolean hasMoreElements()
        Meldet zurück, ob die Aufzählung weitere Archivelemente enthält.
        Specified by:
        hasMoreElements in interface Enumeration<ArchiveElement>
        Returns:
        boolean
      • nextElement

        public ArchiveElement nextElement()
        Liefert das nächste Archivelement aus der Aufzählung zurück.
        Specified by:
        nextElement in interface Enumeration<ArchiveElement>
        Returns:
        ArchiveElement