Package com.documentum.fc.client
Interface IDfModuleDescriptor
public interface IDfModuleDescriptor
- 
Method SummaryModifier and TypeMethodDescriptionGets the repository name of the module.Gets the object identifier of the module.Gets the object name of the module.Gets the version (r_version_label) of the module.Gets the version stamp (i_vstamp) of the module.booleanbooleanvoidsetDocbaseName(String docbaseName) Deprecated.The object is immutable.voidsetObjectId(IDfId objectId) Deprecated.The object is immutable.voidsetObjectName(String objectName) Deprecated.The object is immutable.voidsetVersionStamp(String vstamp) Deprecated.The object is immutable.
- 
Method Details- 
getObjectIdIDfId getObjectId()Gets the object identifier of the module.- Returns:
- the object identifier of the module
 
- 
getObjectNameString getObjectName()Gets the object name of the module.- Returns:
- the object name of the module
 
- 
getDocbaseNameString getDocbaseName()Gets the repository name of the module.- Returns:
- the repository name
 
- 
getVersionStampString getVersionStamp()Gets the version stamp (i_vstamp) of the module.- Returns:
- the version stamp of the module (i_vstamp)
 
- 
getVersionString getVersion()Gets the version (r_version_label) of the module.- Returns:
- the version of the module (r_version_label)
 
- 
getImplementationClassNameString getImplementationClassName()
- 
getInterfaceNamesIDfEnumeration getInterfaceNames()
- 
getDependencyListIDfEnumeration getDependencyList()
- 
getCategoryIDfModuleCategory getCategory()
- 
isDynamicallyProvisionedboolean isDynamicallyProvisioned()
- 
isPrivilegedboolean isPrivileged()
- 
setObjectNameDeprecated.The object is immutable. This method had no useful effect in previous versions.Sets the object name of the module.- Parameters:
- objectName- ths object name
 
- 
setObjectIdDeprecated.The object is immutable. This method had no useful effect in previous versions.Sets the object identifier of the module.- Parameters:
- objectId- ths object identifier
 
- 
setDocbaseNameDeprecated.The object is immutable. This method had no useful effect in previous versions.Sets the repository name of the module.- Parameters:
- docbaseName- the repository name
 
- 
setVersionStampDeprecated.The object is immutable. This method had no useful effect in previous versions.Sets the version stamp of the module.- Parameters:
- vstamp- the version stamp of the module (i_vstamp)
 
 
-