-
Packages that use PropertySettability Package Description 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 Modifier and Type Method and Description PropertySettabilityPropertyTemplate. get_Settability()Returns the value of the Settability property.PropertySettabilityPropertyDefinition. get_Settability()Returns the value of the Settability property.Methods in com.filenet.api.admin with parameters of type PropertySettability Modifier and Type Method and Description voidPropertyTemplate. set_Settability(PropertySettability value)Sets the value of the Settability property.voidPropertyDefinition. 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 Modifier and Type Field and Description static PropertySettabilityPropertySettability. READ_ONLYSpecifies that a property is read-only; only the server can set its value.static PropertySettabilityPropertySettability. READ_WRITESpecifies that a property is read/write; you can set its value at any time.static PropertySettabilityPropertySettability. SETTABLE_ONLY_BEFORE_CHECKINSpecifies that you can only set the value of a property before you check in the object to which it belongs.static PropertySettabilityPropertySettability. SETTABLE_ONLY_ON_CREATESpecifies 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 Modifier and Type Method and Description static PropertySettabilityPropertySettability. 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 Modifier and Type Method and Description PropertySettabilityPropertyDescription. get_PrivilegedSettability()Returns the value of the PrivilegedSettability property.PropertySettabilityPropertyDescription. get_Settability()Returns the value of the Settability property.
-