Uses of Interface
com.filenet.api.admin.PropertyDefinition

Packages that use PropertyDefinition
com.filenet.api.admin Provides classes and interfaces that are used in the administration of a FileNet P8 Content Engine Server. 
 

Uses of PropertyDefinition in com.filenet.api.admin
 

Subinterfaces of PropertyDefinition in com.filenet.api.admin
 interface PropertyDefinitionBinary
          Represents the definition of a property that holds a binary value.
 interface PropertyDefinitionBoolean
          Represents the definition of a property that holds a Boolean value.
 interface PropertyDefinitionDateTime
          Represents the definition of a property that holds a DateTime value.
 interface PropertyDefinitionFloat64
          Represents the definition of a property that holds a Double (Float64) value.
 interface PropertyDefinitionId
          Represents the definition of a property that holds a GUID string value.
 interface PropertyDefinitionInteger32
          Represents the definition of a property that holds an integer value.
 interface PropertyDefinitionObject
          Represents the definition of a property that holds a Content Engine object value.
 interface PropertyDefinitionString
          Represents the definition of a property that holds a string value.
 

Methods in com.filenet.api.admin that return PropertyDefinition
 PropertyDefinition PropertyTemplate.createClassProperty()
          Creates and returns a new property definition object based on this property template.
 



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