Package com.emc.documentum.rest.dfc
Interface MethodManager
public interface MethodManager
The Method manager
-
Method Summary
Modifier 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
-
listMethods
Returns the list of admin methods- Returns:
- the list of admin methods
- Throws:
com.documentum.fc.common.DfException
- exception during the operation
-
get
MethodObject get(String methodID, AttributeView attributeView) throws com.documentum.fc.common.DfException Get a method by its method name.- Parameters:
methodID
- method IDattributeView
- the attribute view on the result- Returns:
- the method
- Throws:
com.documentum.fc.common.DfException
- exception during the operation
-
run
Run 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
-