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).
|
Modifier and Type | Method and Description |
---|---|
PropertySettability |
PropertyTemplate.get_Settability()
Returns the value of the Settability property.
|
PropertySettability |
PropertyDefinition.get_Settability()
Returns the value of the Settability property.
|
Modifier and Type | Method and Description |
---|---|
void |
PropertyTemplate.set_Settability(PropertySettability value)
Sets the value of the Settability property.
|
void |
PropertyDefinition.set_Settability(PropertySettability value)
Sets the value of the Settability property.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static PropertySettability |
PropertySettability.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value.
|
Modifier and Type | Method and Description |
---|---|
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, 2015. All rights reserved.