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

Packages that use PropertySettability
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 PropertySettability in com.filenet.api.admin
 

Methods in com.filenet.api.admin that return PropertySettability
 PropertySettability PropertyDefinition.get_Settability()
          Returns the value of the Settability property.
 PropertySettability PropertyTemplate.get_Settability()
          Returns the value of the Settability property.
 

Methods in com.filenet.api.admin with parameters of type PropertySettability
 void PropertyDefinition.set_Settability(PropertySettability value)
          Sets the value of the Settability property.
 void PropertyTemplate.set_Settability(PropertySettability value)
          Sets the value of the Settability property.
 

Uses of PropertySettability in com.filenet.api.constants
 

Fields in com.filenet.api.constants declared as PropertySettability
static PropertySettability PropertySettability.READ_ONLY
          Specifies that a property is read-only; only the server can set its value.
static PropertySettability PropertySettability.READ_WRITE
          Specifies that a property is read/write; you can set its value at any time.
static PropertySettability PropertySettability.SETTABLE_ONLY_BEFORE_CHECKIN
          Specifies that you can only set the value of a property before you check in the object to which it belongs.
static PropertySettability PropertySettability.SETTABLE_ONLY_ON_CREATE
          Specifies that you can only set the value of a property when you create the object to which it belongs.
 

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

Uses of PropertySettability in com.filenet.api.meta
 

Methods in com.filenet.api.meta that return PropertySettability
 PropertySettability PropertyDescription.get_PrivilegedSettability()
          Returns the value of the PrivilegedSettability property.
 PropertySettability PropertyDescription.get_Settability()
          Returns the value of the Settability property.
 



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