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

Interface RootFolderInterface

All Superinterfaces:
FolderInterface, MetadataInterface, MutableContainerInterface, PublicObjectContainerInterface, PublicObjectInterface, Remote

@SASScope("ALL") @BinaryCompatibilityOnly public interface RootFolderInterface extends FolderInterface
  • Method Details

    • getSASFolders

      List getSASFolders() throws ServiceException, RemoteException
      Get a list of subfolders, filtering out any that do not have a PublicType of "Folder".
      Returns:
      A List of the SAS folders only.
      Throws:
      ServiceException - If a metadata server error occurs.
      RemoteException - In the event of remote object failure.
    • getSASFolders

      List getSASFolders(RepositoryInterface ri) throws ServiceException, RemoteException
      Throws:
      ServiceException
      RemoteException