*** This class provides Binary Compatibility only, not Source Compatibility ***

Class MyDocuments

java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
All Implemented Interfaces:
FolderInterface, MetadataInterface, MyDocumentsInterface, MutableContainerInterface, PublicObjectContainerInterface, PublicObjectInterface, com.sas.services.util.UpgradeInterface, com.sas.storage.editableproperties.LocalizableProperties, Serializable, Remote

@SASScope("ALL") @BinaryCompatibilityOnly public class MyDocuments extends Folder implements MyDocumentsInterface
Represents the Documents folder for a person. This folder is obtained from the personal repository, using the getApplicationManager method
Since:
1.1
See Also:
  • Field Details

    • applicationExtension

      public static String applicationExtension
      Extension used in path strings to refer to the MyDocument folder
  • Constructor Details

    • MyDocuments

      public MyDocuments() throws RemoteException
      Creates a new MyDocuments folder.
      Throws:
      RemoteException - if unable to export the remote object.
    • MyDocuments

      public MyDocuments(DAVFolder o) throws RemoteException
      Creates a new MyDocuments folder that incorporates the DAV folder object passed to the constructor.
      Parameters:
      o - DAV folder.
      Throws:
      RemoteException - if unable to export the remote object.
    • MyDocuments

      protected MyDocuments(Class theClass) throws RemoteException
      Creates a new MyDocuments folder.
      Parameters:
      theClass - The subclass's class which will be used to determine appropriate RMI socket factories.
      Throws:
      RemoteException - if unable to export the remote object.
    • MyDocuments

      protected MyDocuments(DAVFolder o, Class theClass) throws RemoteException
      Creates a new MyDocuments folder that incorporates the DAV folder object passed to the constructor.
      Parameters:
      o - DAV folder.
      theClass - The subclass's class which will be used to determine appropriate RMI socket factories.
      Throws:
      RemoteException - if unable to export the remote object.