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

Packages that use IdList
com.filenet.api.action Provides classes that are related to making changes to objects. 
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). 
com.filenet.api.property Provides classes and interfaces related to Content Engine object properties. 
 

Uses of IdList in com.filenet.api.action
 

Methods in com.filenet.api.action that return IdList
 IdList PendingAction.getIdListValue(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 IdList
 void PendingAction.putValue(java.lang.String name, IdList v)
          Adds a value for the named parameter to the parameter bag for this PendingAction object.
 

Uses of IdList in com.filenet.api.admin
 

Methods in com.filenet.api.admin that return IdList
 IdList ClassDefinition.get_AliasIds()
          Returns the value of the AliasIds property.
 IdList PropertyDefinition.get_AliasIds()
          Returns the value of the AliasIds property.
 IdList PropertyTemplate.get_AliasIds()
          Returns the value of the AliasIds property.
 IdList VerityCollection.get_BaseClassIds()
          Returns the value of the BaseClassIds property.
 IdList UpgradeAddOn.get_FromVersions()
          Returns the value of the FromVersions property.
 IdList AddOn.get_Prerequisites()
          Returns the value of the Prerequisites property.
 IdList AddOn.get_SupersededAddOnIds()
          Returns the value of the SupersededAddOnIds property.
 IdList UpgradeAddOn.get_ToVersions()
          Returns the value of the ToVersions property.
 

Methods in com.filenet.api.admin with parameters of type IdList
 void ClassDefinition.set_AliasIds(IdList value)
          Sets the value of the AliasIds property.
 void PropertyDefinition.set_AliasIds(IdList value)
          Sets the value of the AliasIds property.
 void PropertyTemplate.set_AliasIds(IdList value)
          Sets the value of the AliasIds property.
 void VerityCollection.set_BaseClassIds(IdList value)
          Sets the value of the BaseClassIds property.
 void UpgradeAddOn.set_FromVersions(IdList value)
          Sets the value of the FromVersions property.
 void AddOn.set_Prerequisites(IdList value)
          Sets the value of the Prerequisites property.
 void AddOn.set_SupersededAddOnIds(IdList value)
          Sets the value of the SupersededAddOnIds property.
 void UpgradeAddOn.set_ToVersions(IdList value)
          Sets the value of the ToVersions property.
 

Uses of IdList in com.filenet.api.core
 

Methods in com.filenet.api.core that return IdList
static IdList Factory.IdList.createList()
          Creates a new instance of the collection class associated with this Id class.
 IdList ObjectStore.determinePrerequisiteAddOnIds(Id addOnId)
          Returns the AddOn IDs for which installation is required prior to the installation of the AddOn specified by addOnId.
 

Uses of IdList in com.filenet.api.meta
 

Methods in com.filenet.api.meta that return IdList
 IdList Metadata.get_Ids()
          Returns the value of the Ids property.
 IdList PropertyDescriptionId.get_PropertySelectionsId()
          Returns the value of the PropertySelectionsId property.
 

Uses of IdList in com.filenet.api.property
 

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

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



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