Interface IORTemplate
- All Superinterfaces:
Collection<TaggedProfileTemplate>, IORFactory, Iterable<TaggedProfileTemplate>, List<TaggedProfileTemplate>, MakeImmutable, Writeable
- All Known Implementing Classes:
IORTemplateImpl
An IORTemplate provides all of the data necessary to create an IOR except
for the typeId and ObjectId.
-
Method Summary
Modifier and TypeMethodDescriptioniteratorById(int id) Iterate over all TaggedProfileTemplates in this IORTemplate with the given id.Methods inherited from interface Collection
parallelStream, removeIf, streamMethods inherited from interface IORFactory
isEquivalent, makeIORMethods inherited from interface 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, toArrayMethods inherited from interface MakeImmutable
makeImmutable
-
Method Details
-
iteratorById
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()
-