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

Class MyResults

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

@SASScope("ALL") @BinaryCompatibilityOnly public class MyResults extends Folder implements MyResultsInterface
Represents the Inbox 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 MyInbox folder
  • Constructor Details

    • MyResults

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

      public MyResults(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.
    • MyResults

      protected MyResults(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.
    • MyResults

      protected MyResults(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.