-
Packages that use ChoiceList Package Description 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 asEntireNetwork,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 Modifier and Type Method and Description ChoiceListPropertyTemplate. get_ChoiceList()Returns the value of the ChoiceList property.ChoiceListPropertyDefinition. get_ChoiceList()Returns the value of the ChoiceList property.Methods in com.filenet.api.admin with parameters of type ChoiceList Modifier and Type Method and Description voidPropertyTemplate. set_ChoiceList(ChoiceList value)Sets the value of the ChoiceList property.voidPropertyDefinition. 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 Modifier and Type Method and Description static ChoiceListFactory.ChoiceList. createInstance(ObjectStore os)Creates a new instance of theChoiceListclass to be persisted in the specified object store.static ChoiceListFactory.ChoiceList. createInstance(ObjectStore os, Id id)Creates a new instance of theChoiceListclass to be persisted in the specified object store.static ChoiceListFactory.ChoiceList. fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)Retrieves an object of theChoiceListclass by the specified object ID from the specified object store.static ChoiceListFactory.ChoiceList. getInstance(ObjectStore os, Id objectId)Constructs an instance of theChoiceListclass from the specified object store. -
Uses of ChoiceList in com.filenet.api.meta
Methods in com.filenet.api.meta that return ChoiceList Modifier and Type Method and Description ChoiceListPropertyDescription. get_ChoiceList()Returns the value of the ChoiceList property.
-