com.filenet.api.collection
Interface BinaryList
-
- All Superinterfaces:
- java.util.Collection, EngineCollection, java.lang.Iterable, java.util.List, java.io.Serializable
public interface BinaryList extends EngineCollection, java.util.List
Represents aListcollection (ordered, non-unique) ofbyte(8-bit signed integer) array elements, each of which is intended to hold a binary value. To create an instance ofBinaryList, callcreateList()on theFactory.BinaryListclass.
-
-
Method Summary
-
Methods inherited from interface com.filenet.api.collection.EngineCollection
isEmpty, iterator
-
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
-
-