|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RemoteFile | |
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 RemoteFile in com.sas.drugdev.remote.repository |
Methods in com.sas.drugdev.remote.repository that return RemoteFile | |
RemoteFile |
RepositoryService.getFile(FileBean file)
Get the File described by the given FileBean. |
RemoteFile |
RepositoryService.checkoutFile(File file)
Checkout the file described by the given 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.undoCheckout(File file)
Undo the check out of the file described by the given File. |
RemoteFile |
RepositoryService.enableVersioning(File file)
Enable versioning on the file described by the given File. |
RemoteFile |
RepositoryService.createFile(FileBean fileBean)
Create the file described by the given FileBean. |
RemoteFile |
RepositoryService.setOwnerOnFile(File file,
java.lang.String userid)
Set the owner of the given file to the given userid. |
Constructors in com.sas.drugdev.remote.repository with parameters of type RemoteFile | |
FileBean(RemoteFile remoteFile)
Constructor that takes a RemoteFile. |
Uses of RemoteFile in com.sas.drugdev.remote.sas |
Methods in com.sas.drugdev.remote.sas that return RemoteFile | |
RemoteFile |
SASService.publishProcess(FileBean processFile,
java.util.List parameters)
Takes the SAS code contents on the FileBean and the associated list of parameters and saves it to SDD as a process. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |