Interface IORTemplate

All Superinterfaces:
Collection<TaggedProfileTemplate>, IORFactory, Iterable<TaggedProfileTemplate>, List<TaggedProfileTemplate>, MakeImmutable, Writeable
All Known Implementing Classes:
IORTemplateImpl

public interface IORTemplate extends List<TaggedProfileTemplate>, IORFactory, MakeImmutable
An IORTemplate provides all of the data necessary to create an IOR except for the typeId and ObjectId.
  • Method Details

    • iteratorById

      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
    • getObjectKeyTemplate

      ObjectKeyTemplate getObjectKeyTemplate()