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

Packages that use PropertyDefinitionList
com.filenet.api.admin Provides classes and interfaces that are used in the administration of a FileNet P8 Content Engine Server. 
com.filenet.api.collection Provides type-safe interfaces related to collections of 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. 
 

Uses of PropertyDefinitionList in com.filenet.api.admin
 

Methods in com.filenet.api.admin that return PropertyDefinitionList
 PropertyDefinitionList ClassDefinition.get_PropertyDefinitions()
          Returns the value of the PropertyDefinitions property.
 

Methods in com.filenet.api.admin with parameters of type PropertyDefinitionList
 void ClassDefinition.set_PropertyDefinitions(PropertyDefinitionList value)
          Sets the value of the PropertyDefinitions property.
 

Uses of PropertyDefinitionList in com.filenet.api.collection
 

Subinterfaces of PropertyDefinitionList in com.filenet.api.collection
 interface PropertyDefinitionBinaryList
          Represents a collection of PropertyDefinitionBinary objects.
 interface PropertyDefinitionBooleanList
          Represents a collection of PropertyDefinitionBoolean objects.
 interface PropertyDefinitionDateTimeList
          Represents a collection of PropertyDefinitionDateTime objects.
 interface PropertyDefinitionFloat64List
          Represents a collection of PropertyDefinitionFloat64 objects.
 interface PropertyDefinitionIdList
          Represents a collection of PropertyDefinitionId objects.
 interface PropertyDefinitionInteger32List
          Represents a collection of PropertyDefinitionInteger32 objects.
 interface PropertyDefinitionObjectList
          Represents a collection of PropertyDefinitionObject objects.
 interface PropertyDefinitionStringList
          Represents a collection of PropertyDefinitionString objects.
 

Uses of PropertyDefinitionList in com.filenet.api.core
 

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



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