Uses of Class
com.filenet.api.constants.PropertyPersistence

Packages that use PropertyPersistence
com.filenet.api.admin Provides classes and interfaces that are used in the administration of a FileNet P8 Content Engine Server. 
com.filenet.api.constants Provides classes defining collections of related, type-safe constant values. 
com.filenet.api.meta Provides interfaces for holding immutable metadata for Content Engine classes (class descriptions) and properties (property descriptions). 
 

Uses of PropertyPersistence in com.filenet.api.admin
 

Methods in com.filenet.api.admin that return PropertyPersistence
 PropertyPersistence PropertyDefinition.get_PersistenceType()
          Returns the value of the PersistenceType property.
 PropertyPersistence PropertyTemplate.get_PersistenceType()
          Returns the value of the PersistenceType property.
 

Methods in com.filenet.api.admin with parameters of type PropertyPersistence
 void PropertyTemplate.set_PersistenceType(PropertyPersistence value)
          Sets the value of the PersistenceType property.
 

Uses of PropertyPersistence in com.filenet.api.constants
 

Fields in com.filenet.api.constants declared as PropertyPersistence
static PropertyPersistence PropertyPersistence.NOT_PERSISTENT
          Specifies that a property cannot be made persistent.
static PropertyPersistence PropertyPersistence.OWN_COLUMN
          Specifies that a property has a dedicated column in the database and therefore can be made persistent.
static PropertyPersistence PropertyPersistence.OWN_TABLE
          Specifies that the property has a dedicated table in the database and therefore can be made persistent.
 

Methods in com.filenet.api.constants that return PropertyPersistence
static PropertyPersistence PropertyPersistence.getInstanceFromInt(int value)
          Returns an instance of this class using its associated integer value.
 

Uses of PropertyPersistence in com.filenet.api.meta
 

Methods in com.filenet.api.meta that return PropertyPersistence
 PropertyPersistence PropertyDescription.get_PersistenceType()
          Returns the value of the PersistenceType property.
 



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