public class ProjectExecutionOptions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
ProjectAdoptionOptions |
adoptionOptions
Allows the pre-loading
of a pre-existing project workspace, project working directory,
project history and/or project package dependencies
into the current R session prior to an execution.
|
boolean |
consoleoff
When enabled all R console output is suppressed and will
not appear in response markup.
|
java.lang.String |
csvrinputs
Comma-seperated list of primitive R object names and values,
to be added to the workspace of the current R session prior
to the execution.
|
boolean |
echooff
When enabled R commands are not echoed to the console
output and will not appear in response markup or
on the event stream.
|
boolean |
enableConsoleEvents
When enabled R console output events corresponding to
the current execution will be sent on the event stream.
|
boolean |
encodeDataFramePrimitiveAsVector
Workspace data.frame object encoding preference when
retrieving R objects from the current R session following an execution.
|
java.lang.String |
graphicsDevice
Set R graphics device to use on execution: "png" or "svg".
|
int |
graphicsHeight
Set the height of the R graphics device on execution.
|
int |
graphicsWidth
Set the width of the R graphics device on execution.
|
java.lang.String |
infinity
Optional custom value to denote INFINITY values in
DeployR-encoded objects in the response markup.
|
java.lang.String |
nan
Optional custom value to denote NAN values in
DeployR-encoded objects in the response markup.
|
boolean |
phantom
When enabled meta-data about the execution is not
recorded in the DeployR database and the execution
does not appear in the RProject execution history.
|
java.lang.String |
preloadByDirectory
Allows the loading of all files
found in one or more repository-managed directories
into the working directory of the current R sesssion
prior to execution.
|
ProjectPreloadOptions |
preloadDirectory
Allows the loading
of one or more named files from the repository into the
working directory of the current R session prior to execution.
|
ProjectPreloadOptions |
preloadWorkspace
Allows the loading of one
or more named binary R objects from the repository into the
workspace of the current R session prior to execution.
|
java.util.List<RData> |
rinputs
List of DeployR-encoded R objects to be added to the
workspace of the current R session prior to the execution.
|
java.util.List<java.lang.String> |
routputs
List of workspace objects to be retrieved from the
workspace of the current R session following the execution
and returned as DeployR-encoded R objects.
|
ProjectStorageOptions |
storageOptions
Repository storage options allow the storage of
one-or-more workspace objects, the entire workspace
and/or one-or-more working directory files from the
current R session into the repository following the execution.
|
java.lang.String |
tag
Optional tag to be associated with the execution that
can be used later when viewing the execution history.
|
Constructor and Description |
---|
ProjectExecutionOptions() |
public java.util.List<RData> rinputs
public java.lang.String csvrinputs
public ProjectPreloadOptions preloadWorkspace
public ProjectPreloadOptions preloadDirectory
public java.lang.String preloadByDirectory
public ProjectAdoptionOptions adoptionOptions
public java.lang.String graphicsDevice
public int graphicsWidth
public int graphicsHeight
public boolean enableConsoleEvents
public boolean echooff
public boolean consoleoff
public java.util.List<java.lang.String> routputs
public boolean encodeDataFramePrimitiveAsVector
public java.lang.String nan
public java.lang.String infinity
public ProjectStorageOptions storageOptions
public java.lang.String tag
public boolean phantom