public interface RUserRepositoryScriptCalls
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RRepositoryFile> |
listScripts()
List scripts in user repository.
|
java.util.List<RRepositoryFile> |
listScripts(boolean archived,
boolean shared,
boolean published)
List scripts including those archived by the caller or those shared or published
by other users in the repository.
|
java.util.List<RRepositoryFile> |
listScripts(java.lang.String filename,
java.lang.String directory)
List versions of named script in user repository-managed directory.
|
java.util.List<RRepositoryFile> listScripts() throws RClientException, RSecurityException
RClientException - if RClient fails to complete call.RSecurityException - if DeployR server security conditions not met on call.java.util.List<RRepositoryFile> listScripts(boolean archived, boolean shared, boolean published) throws RClientException, RSecurityException
RClientException - if RClient fails to complete call.RSecurityException - if DeployR server security conditions not met on call.java.util.List<RRepositoryFile> listScripts(java.lang.String filename, java.lang.String directory) throws RClientException, RSecurityException
RClientException - if RClient fails to complete call.RSecurityException - if DeployR server security conditions not met on call.