com.filenet.api.collection

Interface EngineCollection

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      boolean isEmpty()
      Indicates whether the collection is empty.
      java.util.Iterator iterator()
      Returns a Java Iterator object for iterating the items in the collection.
    • Method Detail

      • isEmpty

        boolean isEmpty()
        Indicates whether the collection is empty. This method may require a round trip to the server for unevaluated sets (such as IndependentObjectSet and RepositoryRowSet).
        Returns:
        true if the collection has no elements; otherwise, returns false.
      • iterator

        java.util.Iterator iterator()
        Returns a Java Iterator object for iterating the items in the collection. In the case of sets, paging is performed transparently.

        The returned Iterator object's remove() method throws an UnsupportedOperationException.

        Returns:
        An Iterator object.

© Copyright IBM Corporation 2006, 2013. All rights reserved.