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 |
---|---|
PropertyPersistence |
PropertyTemplate.get_PersistenceType()
Returns the value of the PersistenceType property.
|
PropertyPersistence |
PropertyDefinition.get_PersistenceType()
Returns the value of the PersistenceType property.
|
Modifier and Type | Method and Description |
---|---|
void |
PropertyTemplate.set_PersistenceType(PropertyPersistence value)
Sets the value of the PersistenceType property.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static PropertyPersistence |
PropertyPersistence.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value.
|
Modifier and Type | Method and Description |
---|---|
PropertyPersistence |
PropertyDescription.get_PersistenceType()
Returns the value of the PersistenceType property.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.