-
Packages that use ContentElementList Package Description 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 asEntireNetwork,Domain,Document,Folder, and so on. -
-
Uses of ContentElementList in com.filenet.api.collection
Subinterfaces of ContentElementList in com.filenet.api.collection Modifier and Type Interface and Description interfaceContentTransferListDeprecated.As of release 5.0.0. Use ContentElementList. -
Uses of ContentElementList in com.filenet.api.core
Methods in com.filenet.api.core that return ContentElementList Modifier and Type Method and Description static ContentElementListFactory.ContentElement. createList()Creates a new instance of this collection class.ContentElementListDocument. get_ContentElements()Returns the value of the ContentElements property.ContentElementListAnnotation. get_ContentElements()Returns the value of the ContentElements property.Methods in com.filenet.api.core with parameters of type ContentElementList Modifier and Type Method and Description voidDocument. set_ContentElements(ContentElementList value)Sets the value of the ContentElements property.voidAnnotation. set_ContentElements(ContentElementList value)Sets the value of the ContentElements property.
-