Uses of Interface
com.filenet.api.admin.ChoiceList

Packages that use ChoiceList
com.filenet.api.admin Provides classes and interfaces that are used in the administration of a FileNet P8 Content Engine Server. 
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. 
com.filenet.api.meta Provides interfaces for holding immutable metadata for Content Engine classes (class descriptions) and properties (property descriptions). 
 

Uses of ChoiceList in com.filenet.api.admin
 

Methods in com.filenet.api.admin that return ChoiceList
 ChoiceList PropertyDefinition.get_ChoiceList()
          Returns the value of the ChoiceList property.
 ChoiceList PropertyTemplate.get_ChoiceList()
          Returns the value of the ChoiceList property.
 

Methods in com.filenet.api.admin with parameters of type ChoiceList
 void PropertyDefinition.set_ChoiceList(ChoiceList value)
          Sets the value of the ChoiceList property.
 void PropertyTemplate.set_ChoiceList(ChoiceList value)
          Sets the value of the ChoiceList property.
 

Uses of ChoiceList in com.filenet.api.core
 

Methods in com.filenet.api.core that return ChoiceList
static ChoiceList Factory.ChoiceList.createInstance(ObjectStore os)
          Creates a new instance of the ChoiceList class to be persisted in the specified object store.
static ChoiceList Factory.ChoiceList.createInstance(ObjectStore os, Id id)
          Creates a new instance of the ChoiceList class to be persisted in the specified object store.
static ChoiceList Factory.ChoiceList.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the ChoiceList class by the specified object ID from the specified object store.
static ChoiceList Factory.ChoiceList.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the ChoiceList class from the specified object store.
 

Uses of ChoiceList in com.filenet.api.meta
 

Methods in com.filenet.api.meta that return ChoiceList
 ChoiceList PropertyDescription.get_ChoiceList()
          Returns the value of the ChoiceList property.
 



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