com.filenet.api.collection

Interface DependentObjectList

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      DependentObjectList copyForReuse()
      Creates a deep copy of this list in the correct state such that it can be applied to a different object than the one from which this instance was obtained.
      • Methods inherited from interface java.util.List

        add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
      • Methods inherited from interface java.util.Collection

        parallelStream, removeIf, stream
      • Methods inherited from interface java.lang.Iterable

        forEach
    • Method Detail

      • copyForReuse

        DependentObjectList copyForReuse()
        Creates a deep copy of this list in the correct state such that it can be applied to a different object than the one from which this instance was obtained.
        Returns:
        The copy DependentObjectList instance.

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