Package com.emc.documentum.rest.dfc
Interface MethodManager
public interface MethodManager
The Method manager
- 
Method SummaryModifier and TypeMethodDescriptionget(String methodID, AttributeView attributeView) Get a method by its method name.Returns the list of admin methodsrun(String methodID, MethodObject method) Run a method
- 
Method Details- 
listMethodsReturns the list of admin methods- Returns:
- the list of admin methods
- Throws:
- com.documentum.fc.common.DfException- exception during the operation
 
- 
getMethodObject get(String methodID, AttributeView attributeView) throws com.documentum.fc.common.DfException Get a method by its method name.- Parameters:
- methodID- method ID
- attributeView- the attribute view on the result
- Returns:
- the method
- Throws:
- com.documentum.fc.common.DfException- exception during the operation
 
- 
runRun a method- Parameters:
- methodID- the method name for run.
- method- the object takes the properties for run.
- Returns:
- the method
- Throws:
- com.documentum.fc.common.DfException- exception during the operation
 
 
-