Package com.documentum.registry
Interface IDfAppSupportDocumentInternal
- All Known Implementing Classes:
DfAppSupportDocumentBaseInternal
public interface IDfAppSupportDocumentInternal
represents registry information for an application support document.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the application name to which this application support document belongs.Returns the Docbase name in which this application support document is present.Returns the file path of the file corresponding to the application support documentReturns the last modified date of the file corresponding to the application support documentReturns the Docbase object Id of the application support documentgetUser()Returns the docbase user who downloaded this application support documentintReturns the Docbase vstamp of the application support documentvoidsetFilePath(String file) Sets the file path in the registry for the file corresponding to the application suport documentvoidsetLastModified(Calendar timeStamp) Sets in the registry the last modified date of the file corresponding to the application suport documentvoidsetVStamp(int vStamp) Sets the Docbase vstamp of the application support document
-
Method Details
-
getObjectId
IDfId getObjectId()Returns the Docbase object Id of the application support document- Returns:
- the object ID of the application support document
-
getApplicationName
String getApplicationName()Returns the application name to which this application support document belongs.- Returns:
- the application name of the application support document
-
getVStamp
int getVStamp()Returns the Docbase vstamp of the application support document- Returns:
- the vstamp of the application support document
-
setVStamp
void setVStamp(int vStamp) Sets the Docbase vstamp of the application support document -
getUser
String getUser()Returns the docbase user who downloaded this application support document- Returns:
- the the docbase user who downloaded this application support document
-
getDocbaseName
String getDocbaseName()Returns the Docbase name in which this application support document is present.- Returns:
- the docbase name in which this application support document is present.
-
setFilePath
Sets the file path in the registry for the file corresponding to the application suport document- Parameters:
file- the full file path of the application support document.
-
getFilePath
String getFilePath()Returns the file path of the file corresponding to the application support document- Returns:
- the file path of the file corresponding to the application support document
-
getLastModified
Calendar getLastModified()Returns the last modified date of the file corresponding to the application support document- Returns:
- the last modified date of the file corresponding to the application support document
-
setLastModified
Sets in the registry the last modified date of the file corresponding to the application suport document- Parameters:
timeStamp- the time stamp of the file corresponding to the application support document.
-