Class MethodObject

All Implemented Interfaces:
com.emc.documentum.rest.conditional.Digestible, Linkable

public class MethodObject extends SysObject
Method Object
  • Field Details

    • DEFAULT_FIELDS

      public static final List<String> DEFAULT_FIELDS
      /** Default fields that will be retrieved when use select * in DQL
    • MANDATORY_FIELDS

      public static final List<String> MANDATORY_FIELDS
      Mandatory fields
  • Constructor Details

    • MethodObject

      public MethodObject()
  • Method Details

    • getMandatoryFields

      public List<String> getMandatoryFields()
      Description copied from class: PersistentObject
      Get mandatory attribute names
      Overrides:
      getMandatoryFields in class SysObject
      Returns:
      mandatory fields
    • getType

      public String getType()
      Description copied from class: PersistentObject
      Get object type of the persistent object; if it is not specified explicitly, return the attribute "r_object_type" by alternate.
      Overrides:
      getType in class PersistentObject
      Returns:
      type
    • run

      public MethodObject run(com.documentum.fc.client.IDfSession session, Collection<Attribute<?>> attributes)
    • getObjectName

      public String getObjectName()
    • setObjectName

      public void setObjectName(String methodName)