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

Packages that use LocalizedStringList
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. 
 

Uses of LocalizedStringList in com.filenet.api.admin
 

Methods in com.filenet.api.admin that return LocalizedStringList
 LocalizedStringList ClassDefinition.get_DescriptiveTexts()
          Returns the value of the DescriptiveTexts property.
 LocalizedStringList PropertyTemplate.get_DescriptiveTexts()
          Returns the value of the DescriptiveTexts property.
 LocalizedStringList Choice.get_DisplayNames()
          Returns the value of the DisplayNames property.
 LocalizedStringList ClassDefinition.get_DisplayNames()
          Returns the value of the DisplayNames property.
 LocalizedStringList PropertyTemplate.get_DisplayNames()
          Returns the value of the DisplayNames property.
 

Methods in com.filenet.api.admin with parameters of type LocalizedStringList
 void ClassDefinition.set_DescriptiveTexts(LocalizedStringList value)
          Sets the value of the DescriptiveTexts property.
 void PropertyTemplate.set_DescriptiveTexts(LocalizedStringList value)
          Sets the value of the DescriptiveTexts property.
 void Choice.set_DisplayNames(LocalizedStringList value)
          Sets the value of the DisplayNames property.
 void ClassDefinition.set_DisplayNames(LocalizedStringList value)
          Sets the value of the DisplayNames property.
 void PropertyTemplate.set_DisplayNames(LocalizedStringList value)
          Sets the value of the DisplayNames property.
 

Uses of LocalizedStringList in com.filenet.api.core
 

Methods in com.filenet.api.core that return LocalizedStringList
static LocalizedStringList Factory.LocalizedString.createList()
          Creates a new instance of this collection class.
 



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