com.filenet.api.admin
Interface ColumnDefinition
-
- All Superinterfaces:
- DependentObject, EngineObject, RepositoryObject, java.io.Serializable
public interface ColumnDefinition extends RepositoryObject, EngineObject, DependentObject
Represents the description of a column in a Content Engine database table. AColumnDefinition
object describes a column used by aTableDefinition
object. By reading the properties of these objects, you can query the values contained in a table.Metadata
-
-
Method Summary
Methods Modifier and Type Method and Description java.lang.Boolean
get_AllowsNull()
Returns the value of the AllowsNull property.Id
get_ColumnId()
Returns the value of the ColumnId property.java.lang.String
get_ColumnName()
Returns the value of the ColumnName property.java.lang.Integer
get_ColumnSize()
Returns the value of the ColumnSize property.TypeID
get_DataType()
Returns the value of the DataType property.Id
get_Id()
Returns the value of the Id property.java.lang.Boolean
get_IsSingleIndexed()
Deprecated.Deprecated in 5.2.1java.lang.String
get_Name()
Returns the value of the Name property.void
set_IsSingleIndexed(java.lang.Boolean value)
Deprecated.Deprecated in 5.2.1-
Methods inherited from interface com.filenet.api.core.RepositoryObject
getObjectStore
-
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
-
-
-
-
Method Detail
-
get_ColumnId
Id get_ColumnId()
Returns the value of the ColumnId property. For more information, see ColumnId Property.
-
get_ColumnName
java.lang.String get_ColumnName()
Returns the value of the ColumnName property. For more information, see ColumnName Property.
-
get_DataType
TypeID get_DataType()
Returns the value of the DataType property. For more information, see DataType Property.
-
get_ColumnSize
java.lang.Integer get_ColumnSize()
Returns the value of the ColumnSize property. For more information, see ColumnSize Property.
-
get_AllowsNull
java.lang.Boolean get_AllowsNull()
Returns the value of the AllowsNull property. For more information, see AllowsNull Property.
-
get_IsSingleIndexed
java.lang.Boolean get_IsSingleIndexed()
Deprecated. Deprecated in 5.2.1Returns the value of the IsSingleIndexed property. For more information, see IsSingleIndexed Property.
-
set_IsSingleIndexed
void set_IsSingleIndexed(java.lang.Boolean value)
Deprecated. Deprecated in 5.2.1Sets the value of the IsSingleIndexed property. For more information, see IsSingleIndexed Property.
-
get_Id
Id get_Id()
Returns the value of the Id property. For more information, see Id Property.
-
get_Name
java.lang.String get_Name()
Returns the value of the Name property. For more information, see Name Property.
-
-