com.ibm.mm.sdk.common
Class dkQueryableCollection
- java.lang.Object
-
- com.ibm.mm.sdk.common.DKSequentialCollection
-
- com.ibm.mm.sdk.common.dkQueryableCollection
-
- All Implemented Interfaces:
- dkCollection, dkQueryEvaluator, java.io.Serializable
- Direct Known Subclasses:
- DKResults
public abstract class dkQueryableCollection extends DKSequentialCollection implements dkQueryEvaluator, java.io.Serializable
dkQueryableCollection - Base class for queryable collections in CM8 API.Based on IBM CM8 API documentation: https://www.ibm.com/docs/api/v1/content/SSRS7Z_8.7.0/com.ibm.java.doc/com/ibm/mm/sdk/common/dkQueryableCollection.html
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.ibm.mm.sdk.common.DKSequentialCollection
associatedAttrName, currentPosition, fileNetCollection, items, name, owner
-
-
Constructor Summary
Constructors Modifier Constructor and Description protecteddkQueryableCollection()Constructs a new dkQueryableCollection.
-
Method Summary
-
Methods inherited from class com.ibm.mm.sdk.common.DKSequentialCollection
addAllElements, addElement, cardinality, createIterator, getAssociatedAttrName, getFileNetCollection, getName, getOwner, insertElementAt, nextElement, removeAllElements, removeElementAt, replaceElementAt, reset, retrieveElementAt, setAssociatedAttrName, setFileNetCollection, setName, setOwner
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.ibm.mm.sdk.common.dkQueryEvaluator
evaluate
-
-