-
Packages that use Cardinality 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. -
-
Uses of Cardinality in com.filenet.api.admin
Methods in com.filenet.api.admin that return Cardinality Modifier and Type Method and Description CardinalityPropertyTemplate. get_Cardinality()Returns the value of the Cardinality property.CardinalityPropertyDefinition. get_Cardinality()Returns the value of the Cardinality property.Methods in com.filenet.api.admin with parameters of type Cardinality Modifier and Type Method and Description voidPropertyTemplate. set_Cardinality(Cardinality value)Sets the value of the Cardinality property. -
Uses of Cardinality in com.filenet.api.constants
Fields in com.filenet.api.constants declared as Cardinality Modifier and Type Field and Description static CardinalityCardinality. ENUMSpecifies a property with enumeration cardinality.static CardinalityCardinality. LISTSpecifies a property with list cardinality.static CardinalityCardinality. SINGLESpecifies a property with single cardinality.Methods in com.filenet.api.constants that return Cardinality Modifier and Type Method and Description static CardinalityCardinality. getInstanceFromInt(int value)Returns an instance of this class using its associated integer value. -
Uses of Cardinality in com.filenet.api.meta
Methods in com.filenet.api.meta that return Cardinality Modifier and Type Method and Description CardinalityPropertyDescription. get_Cardinality()Returns the value of the Cardinality property. -
Uses of Cardinality in com.filenet.api.replication
Methods in com.filenet.api.replication that return Cardinality Modifier and Type Method and Description CardinalityExternalPropertyDescription. get_Cardinality()Returns the value of the Cardinality property.
-