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).
|
com.filenet.api.replication |
Provides interfaces for defining objects that can be replicated and external repositories that are capable of federating content.
|
Modifier and Type | Method and Description |
---|---|
Cardinality |
PropertyTemplate.get_Cardinality()
Returns the value of the Cardinality property.
|
Cardinality |
PropertyDefinition.get_Cardinality()
Returns the value of the Cardinality property.
|
Modifier and Type | Method and Description |
---|---|
void |
PropertyTemplate.set_Cardinality(Cardinality value)
Sets the value of the Cardinality property.
|
Modifier and Type | Field and Description |
---|---|
static Cardinality |
Cardinality.ENUM
Specifies a property with enumeration cardinality.
|
static Cardinality |
Cardinality.LIST
Specifies a property with list cardinality.
|
static Cardinality |
Cardinality.SINGLE
Specifies a property with single cardinality.
|
Modifier and Type | Method and Description |
---|---|
static Cardinality |
Cardinality.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value.
|
Modifier and Type | Method and Description |
---|---|
Cardinality |
PropertyDescription.get_Cardinality()
Returns the value of the Cardinality property.
|
Modifier and Type | Method and Description |
---|---|
Cardinality |
ExternalPropertyDescription.get_Cardinality()
Returns the value of the Cardinality property.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.