Interface IORTemplate

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ObjectKeyTemplate getObjectKeyTemplate()  
      java.util.Iterator<TaggedProfileTemplate> iteratorById​(int id)
      Iterate over all TaggedProfileTemplates in this IORTemplate with the given id.
      • Methods inherited from interface java.util.Collection

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

        forEach
      • 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 com.sun.corba.ee.spi.ior.Writeable

        write
    • Method Detail

      • iteratorById

        java.util.Iterator<TaggedProfileTemplate> iteratorById​(int id)
        Iterate over all TaggedProfileTemplates in this IORTemplate with the given id.
        Parameters:
        id - id to look up
        Returns:
        TaggedProfileTemplates in this IORTemplate