Interface MethodManager


public interface MethodManager
The Method manager
  • Method Details

    • listMethods

      Page<MethodObject> listMethods() throws com.documentum.fc.common.DfException
      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 ID
      attributeView - the attribute view on the result
      Returns:
      the method
      Throws:
      com.documentum.fc.common.DfException - exception during the operation
    • run

      MethodObject run(String methodID, MethodObject method) throws com.documentum.fc.common.DfException
      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