Uses of Class
com.sas.lsaf.clinical.common.BatchFileCreateInfo
-
Packages that use BatchFileCreateInfo Package Description com.sas.lsaf.clinical.common Contains common clinical classes.com.sas.lsaf.clinical.standards Classes and interfaces to retrieve and export standards in the system.com.sas.lsaf.clinical.study Classes and interfaces to retrieve study information.com.sas.lsaf.clinical.tlftemplate Contains classes for managing TLF templates. -
-
Uses of BatchFileCreateInfo in com.sas.lsaf.clinical.common
Methods in com.sas.lsaf.clinical.common that return BatchFileCreateInfo Modifier and Type Method Description BatchFileCreateInfo
BatchFileCreateInfo. comment(java.lang.String comment)
BatchFileCreateInfo
BatchFileCreateInfo. enableVersioning()
BatchFileCreateInfo
BatchFileCreateInfo. enableVersioning(boolean enableVersioning)
BatchFileCreateInfo
BatchFileCreateInfo. overwrite()
BatchFileCreateInfo
BatchFileCreateInfo. overwrite(boolean overwrite)
-
Uses of BatchFileCreateInfo in com.sas.lsaf.clinical.standards
Methods in com.sas.lsaf.clinical.standards with parameters of type BatchFileCreateInfo Modifier and Type Method Description java.util.Set<java.lang.String>
StandardsService. exportStandardToDataSets(java.lang.String standardId, EntityStatus standardStatus, java.lang.String version, BatchFileCreateInfo info)
Exports a standard to a location in the repository or your workspace. -
Uses of BatchFileCreateInfo in com.sas.lsaf.clinical.study
Methods in com.sas.lsaf.clinical.study with parameters of type BatchFileCreateInfo Modifier and Type Method Description java.util.Set<java.lang.String>
StudyService. exportStudyTablesToDataSets(java.lang.String studyId, java.lang.String baseStandardName, java.lang.String modelId, BatchFileCreateInfo info)
Exports to data sets the study's table and column metadata for a specified standard and model.java.util.Set<java.lang.String>
StudyService. exportTlfsToDataSets(java.lang.String studyId, java.lang.String baseStandardName, java.lang.String modelId, BatchFileCreateInfo info, boolean includeAnalysisResultsAndDatasets)
Exports to data sets the study's Tables, Listings, and Figures metadata for a specified standard and model.java.lang.String
StudyService. exportZeroObservationDataSetsForStudyTables(java.lang.String studyId, java.lang.String baseStandardName, java.lang.String modelId, BatchFileCreateInfo info)
Exports a zero observation data set for every table in a study. -
Uses of BatchFileCreateInfo in com.sas.lsaf.clinical.tlftemplate
Methods in com.sas.lsaf.clinical.tlftemplate with parameters of type BatchFileCreateInfo Modifier and Type Method Description java.util.Set<java.lang.String>
TlfTemplateService. exportTlfsToDataSets(java.lang.String tlfTemplateId, BatchFileCreateInfo fileCreateInfo, boolean includeAnalysisResults)
Exports to data sets the global Tables, Listings, and Figures (TLF) metadata for a specified TLF template.
-