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

Packages that use BooleanList
com.filenet.api.action Provides classes that are related to making changes to 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. 
com.filenet.api.meta Provides interfaces for holding immutable metadata for Content Engine classes (class descriptions) and properties (property descriptions). 
com.filenet.api.property Provides classes and interfaces related to Content Engine object properties. 
 

Uses of BooleanList in com.filenet.api.action
 

Methods in com.filenet.api.action that return BooleanList
 BooleanList PendingAction.getBooleanListValue(java.lang.String name)
          Locates the named parameter in the parameter bag and returns the value of the object it holds.
 

Methods in com.filenet.api.action with parameters of type BooleanList
 void PendingAction.putValue(java.lang.String name, BooleanList v)
          Adds a value for the named parameter to the parameter bag for this PendingAction object.
 

Uses of BooleanList in com.filenet.api.core
 

Methods in com.filenet.api.core that return BooleanList
static BooleanList Factory.BooleanList.createList()
          Creates a new instance of the collection class associated with this Boolean class.
 

Uses of BooleanList in com.filenet.api.meta
 

Methods in com.filenet.api.meta that return BooleanList
 BooleanList PropertyDescriptionBoolean.get_PropertySelectionsBoolean()
          Returns the value of the PropertySelectionsBoolean property.
 

Uses of BooleanList in com.filenet.api.property
 

Methods in com.filenet.api.property that return BooleanList
 BooleanList Property.getBooleanListValue()
          Returns the list of values held by the Content Engine property collection represented by this PropertyBooleanList object.
 BooleanList Properties.getBooleanListValue(java.lang.String propertyName)
          Locates a PropertyBooleanList property by name in this Properties collection and returns the value it holds.
 

Methods in com.filenet.api.property with parameters of type BooleanList
 void Properties.putValue(java.lang.String propertyName, BooleanList value)
          Creates or updates a PropertyBooleanList instance in this Properties collection.
 void PropertyBooleanList.setValue(BooleanList val)
          Sets the value of this Content Engine property.
 



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