Uses of Interface
com.filenet.api.collection.ContentElementList

Packages that use ContentElementList
com.filenet.api.collection Provides type-safe interfaces related to collections of objects. 
com.filenet.api.core Provides classes and interfaces that are related to the core business objects of the API, such as EntireNetwork, Domain, Document, Folder, and so on. 
 

Uses of ContentElementList in com.filenet.api.collection
 

Subinterfaces of ContentElementList in com.filenet.api.collection
 interface ContentReferenceList
          Represents a collection of ContentReference objects.
 interface ContentTransferList
          Represents a collection of ContentTransfer objects.
 

Uses of ContentElementList in com.filenet.api.core
 

Methods in com.filenet.api.core that return ContentElementList
static ContentElementList Factory.ContentElement.createList()
          Creates a new instance of this collection class.
 ContentElementList Annotation.get_ContentElements()
          Returns the value of the ContentElements property.
 ContentElementList Document.get_ContentElements()
          Returns the value of the ContentElements property.
 

Methods in com.filenet.api.core with parameters of type ContentElementList
 void Annotation.set_ContentElements(ContentElementList value)
          Sets the value of the ContentElements property.
 void Document.set_ContentElements(ContentElementList value)
          Sets the value of the ContentElements property.
 



© Copyright IBM Corporation 2006, 2009. All rights reserved.