Package com.documentum.fc.client
Interface IDfFormat
- All Superinterfaces:
IDfPersistentObject
,IDfTypedObject
Provides access to format information.
A format object contains information about a file format recognized by a Documentum repository.
-
Field Summary
Fields inherited from interface com.documentum.fc.client.IDfPersistentObject
CURRENCY_CHECK_ALWAYS, CURRENCY_CHECK_FIRST_ACCESS, CURRENCY_CHECK_NEVER, CURRENCY_CHECK_ONCE_PER_SCOPE
-
Method Summary
Modifier and TypeMethodDescriptionboolean
canIndex()
Indicates if a format can be full-text indexed.Specifies the Microsoft COM Class ID for a format.Retrieves the user-defined description of a format.Retrieves the DOS extension used to copy files of this format into the common area, client local area, and storage.getFormatClass
(int index) int
Retrieves the Macintosh creator to use for a format.Retrieves the Macintosh type to use for a format.Specifies the MIME (Multimedia Internet Mail Extension) type to use for a format.getName()
Retrieves the format name.Returns the name of the SBO (i.e.Retrieves the indexing filter to be used when indexing a file that has a directly indexable format.Retrieves the object ID of the format to which this format must be transformed to allow indexing.Retrieves the name of the format to which this format must be transformed to allow indexing.boolean
Indicates if it is necessary to transform a format before indexing is allowed.Retrieves the name of the Windows application to launch when users select a document in this format.boolean
isHidden()
Indicates whether a format is hidden from users.boolean
void
setAssetClass
(String value) void
setCanIndex
(boolean value) void
setComClassId
(String value) void
setDefaultStorage
(IDfId value) void
setDescription
(String value) void
setDOSExtension
(String value) void
setFilenameModifier
(String value) void
setFormatClass
(int index, String value) void
setHidden
(boolean value) void
setIconIndex
(int value) void
setMacCreator
(String value) void
setMacType
(String value) void
setMimeType
(String value) void
void
setRichmediaEnabled
(boolean value) void
setTopicFilter
(String value) void
setTopicFormat
(IDfId value) void
setTopicFormatName
(String value) void
setTopicTransform
(boolean value) void
setWin31App
(String value) Methods inherited from interface com.documentum.fc.client.IDfPersistentObject
addChildRelative, addParentRelative, apiExec, apiGet, apiSet, destroy, fetch, fetchWithCaching, getAttrAssistance, getAttrAssistanceWithValues, getAttrAsstDependencies, getChildRelatives, getParentRelatives, getPartition, getType, getValidator, getVStamp, getWidgetType, isDeleted, isDirty, isInstanceOf, isNew, isReplica, lock, lockEx, registerEvent, removeChildRelative, removeParentRelative, revert, save, setPartition, signoff, unRegisterEvent, unRegisterEventEx, validateAllRules, validateAttrRules, validateAttrRulesWithValue, validateAttrRulesWithValues, validateObjRules, validateObjRulesWithValues
Methods inherited from interface com.documentum.fc.client.IDfTypedObject
appendBoolean, appendDouble, appendId, appendInt, appendString, appendTime, appendValue, dump, enumAttrs, findAttrIndex, findBoolean, findDouble, findId, findInt, findString, findTime, findValue, getAllRepeatingStrings, getAttr, getAttrCount, getAttrDataType, getBoolean, getDouble, getId, getInt, getLong, getObjectId, getObjectSession, getOriginalSession, getRepeatingBoolean, getRepeatingDouble, getRepeatingId, getRepeatingInt, getRepeatingLong, getRepeatingString, getRepeatingTime, getRepeatingValue, getSession, getSessionManager, getString, getTime, getValue, getValueAt, getValueCount, hasAttr, insertBoolean, insertDouble, insertId, insertInt, insertString, insertTime, insertValue, isAttrRepeating, isNull, remove, removeAll, setBoolean, setDouble, setId, setInt, setNull, setRepeatingBoolean, setRepeatingDouble, setRepeatingId, setRepeatingInt, setRepeatingString, setRepeatingTime, setRepeatingValue, setSessionManager, setString, setTime, setValue, truncate
-
Method Details
-
getName
Retrieves the format name.- Throws:
DfException
-
setName
- Throws:
DfException
-
getDescription
Retrieves the user-defined description of a format.- Throws:
DfException
-
setDescription
- Throws:
DfException
-
canIndex
Indicates if a format can be full-text indexed.- Throws:
DfException
-
setCanIndex
- Throws:
DfException
-
getTopicTransform
Indicates if it is necessary to transform a format before indexing is allowed. See the Server Fundamentals for more information about transforming formats.- Throws:
DfException
-
setTopicTransform
- Throws:
DfException
-
getTopicFilter
Retrieves the indexing filter to be used when indexing a file that has a directly indexable format. This is the name of the VERITY filter to use for indexing. See the Server Administrator's Guide for more information on indexing filters.- Throws:
DfException
-
setTopicFilter
- Throws:
DfException
-
getTopicFormat
Retrieves the object ID of the format to which this format must be transformed to allow indexing. This method is applicable only if the topic_transform attribute is set to TRUE.See the Server Fundamentals for more information about transforming object formats.- Throws:
DfException
-
setTopicFormat
- Throws:
DfException
-
getTopicFormatName
Retrieves the name of the format to which this format must be transformed to allow indexing. This method is applicable only if the topic_transform attribute is set to TRUE.See the Server Fundamentals for more information about transforming object formats.- Throws:
DfException
-
setTopicFormatName
- Throws:
DfException
-
getMacCreator
Retrieves the Macintosh creator to use for a format.- Throws:
DfException
-
setMacCreator
- Throws:
DfException
-
getMacType
Retrieves the Macintosh type to use for a format.- Throws:
DfException
-
setMacType
- Throws:
DfException
-
getDOSExtension
Retrieves the DOS extension used to copy files of this format into the common area, client local area, and storage.- Throws:
DfException
-
setDOSExtension
- Throws:
DfException
-
isHidden
Indicates whether a format is hidden from users.- Throws:
DfException
-
setHidden
- Throws:
DfException
-
getWin31App
Retrieves the name of the Windows application to launch when users select a document in this format.- Throws:
DfException
-
setWin31App
- Throws:
DfException
-
getCOMClassId
Specifies the Microsoft COM Class ID for a format.- Throws:
DfException
-
setComClassId
- Throws:
DfException
-
getMIMEType
Specifies the MIME (Multimedia Internet Mail Extension) type to use for a format.- Throws:
DfException
-
setMimeType
- Throws:
DfException
-
getIconIndex
- Throws:
DfException
-
setIconIndex
- Throws:
DfException
-
isRichmediaEnabled
- Throws:
DfException
-
setRichmediaEnabled
- Throws:
DfException
-
getAssetClass
- Throws:
DfException
-
setAssetClass
- Throws:
DfException
-
getDefaultStorage
- Throws:
DfException
-
setDefaultStorage
- Throws:
DfException
-
getFilenameModifier
- Throws:
DfException
-
setFilenameModifier
- Throws:
DfException
-
getFormatClass
- Throws:
DfException
-
setFormatClass
- Throws:
DfException
-
getPagePluginName
Returns the name of the SBO (i.e. plugin) that implements the page aware functionality associated with objects of this format. Returns null if the attribute a_pluginName does not exist for server versions 5.x and below.- Returns:
- name of the SBO . Returns null if no plugin is available
- Throws:
DfException
- Since:
- D6
-