Uses of Interface
com.sas.drugdev.remote.repository.File

Packages that use File
com.sas.drugdev.remote.repository Provides classes and interfaces for retrieving and writing content and metadata. 
com.sas.drugdev.remote.sas Provides classes and interfaces for publishing and examining an SDD process. 
 

Uses of File in com.sas.drugdev.remote.repository
 

Subinterfaces of File in com.sas.drugdev.remote.repository
 interface RemoteFile
          Interface representing a file that lives in the server repository.
 

Classes in com.sas.drugdev.remote.repository that implement File
 class FileBean
          Simple bean to represent a file.
 

Methods in com.sas.drugdev.remote.repository with parameters of type File
 RemoteFile RepositoryService.checkinFile(File file)
          Check in the file described by the given File.
 RemoteFile RepositoryService.checkinFile(File file, java.lang.String comment)
          Check in the file described by the given File.
 RemoteFile RepositoryService.checkoutFile(File file)
          Checkout the file described by the given File.
 RemoteFile RepositoryService.enableVersioning(File file)
          Enable versioning on the file described by the given File.
 void RepositoryService.getContents(File file, java.io.OutputStream stream)
          Get the contents of the file described by the given file, including the version specified in file.
 RemoteFile RepositoryService.setOwnerOnFile(File file, java.lang.String userid)
          Set the owner of the given file to the given userid.
 RemoteFile RepositoryService.undoCheckout(File file)
          Undo the check out of the file described by the given File.
 

Uses of File in com.sas.drugdev.remote.sas
 

Methods in com.sas.drugdev.remote.sas with parameters of type File
 java.util.List SASService.getProcessParameters(File file)
          Gets the parameters as defined in the current SDD process.