|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TableDefinition
Represents the description of a Content Engine database table. All the tables used by the Content Engine database have
corresponding TableDefinition
objects that are accessible using the TableDefinitions
property of an
ObjectStore
object.
You can also access a TableDefinition
object as follows:
TableDefinition
property of a ClassDefinition
, DocumentClassDefinition
,
SubscribableClassDefinition
, or VersionableClassDefinition
object. This type of TableDefinition
object maps to a Content Engine database table that contains information about a specific class.TableDefinition
property of a property definition object (PropertyDefinitionBinary
,
PropertyDefinitionBoolean
, and so on). This type of TableDefinition
object maps to a Content Engine database
table that contains information about a specific queryable property.Metadata
Auditable: false
Method Summary | |
---|---|
ColumnDefinitionList |
get_ColumnDefinitions()
Returns the value of the ColumnDefinitions property. |
java.lang.String |
get_Creator()
Returns the value of the Creator property. |
java.util.Date |
get_DateCreated()
Returns the value of the DateCreated property. |
java.util.Date |
get_DateLastModified()
Returns the value of the DateLastModified property. |
Id |
get_Id()
Returns the value of the Id property. |
java.lang.String |
get_LastModifier()
Returns the value of the LastModifier property. |
java.lang.String |
get_Name()
Returns the value of the Name property. |
java.lang.String |
get_Owner()
Returns the value of the Owner property. |
AccessPermissionList |
get_Permissions()
Returns the value of the Permissions property. |
java.lang.String |
get_TableName()
Returns the value of the TableName property. |
ClassDefinitionSet |
get_UsedInClasses()
Returns the value of the UsedInClasses property. |
void |
set_ColumnDefinitions(ColumnDefinitionList value)
Sets the value of the ColumnDefinitions property. |
void |
set_Creator(java.lang.String value)
Sets the value of the Creator property. |
void |
set_DateCreated(java.util.Date value)
Sets the value of the DateCreated property. |
void |
set_DateLastModified(java.util.Date value)
Sets the value of the DateLastModified property. |
void |
set_LastModifier(java.lang.String value)
Sets the value of the LastModifier property. |
void |
set_Owner(java.lang.String value)
Sets the value of the Owner property. |
void |
set_Permissions(AccessPermissionList value)
Sets the value of the Permissions property. |
Methods inherited from interface com.filenet.api.core.RepositoryObject |
---|
getObjectStore |
Methods inherited from interface com.filenet.api.core.IndependentlyPersistableObject |
---|
addPendingAction, clearPendingActions, delete, getAccessAllowed, getPendingActions, getUpdateSequenceNumber, isCurrent, save, save, setUpdateSequenceNumber |
Methods inherited from interface com.filenet.api.core.IndependentObject |
---|
fetchProperties, fetchProperties, fetchProperty, fetchProperty, getObjectReference, refresh, refresh, refresh |
Methods inherited from interface com.filenet.api.core.EngineObject |
---|
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses |
Method Detail |
---|
java.lang.String get_Creator()
void set_Creator(java.lang.String value)
java.util.Date get_DateCreated()
void set_DateCreated(java.util.Date value)
java.lang.String get_LastModifier()
void set_LastModifier(java.lang.String value)
java.util.Date get_DateLastModified()
void set_DateLastModified(java.util.Date value)
Id get_Id()
java.lang.String get_Name()
java.lang.String get_Owner()
void set_Owner(java.lang.String value)
AccessPermissionList get_Permissions()
void set_Permissions(AccessPermissionList value)
java.lang.String get_TableName()
ColumnDefinitionList get_ColumnDefinitions()
void set_ColumnDefinitions(ColumnDefinitionList value)
ClassDefinitionSet get_UsedInClasses()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |