Package com.emc.documentum.rest.dfc
Interface ModuleManager
public interface ModuleManager
Created by vellur on 1/16/2020.
- 
Method Summary
Modifier and TypeMethodDescriptionGet a module by its module Id.Get all modulesUpdate a user 
- 
Method Details
- 
get
Get a module by its module Id.- Parameters:
 moduleId- the user name- Returns:
 - the module
 - Throws:
 com.documentum.fc.common.DfException- exception during the operation
 - 
getAllModules
Get all modules- Returns:
 - the list of modules
 - Throws:
 com.documentum.fc.common.DfException- exception during the operation
 - 
update
Update a user- Parameters:
 moduleId- the module to be updated.licenseKey- which is used to enable the license for the module in moduleId- Returns:
 - the updated module
 - Throws:
 com.documentum.fc.common.DfException- exception during the operation
 
 -