Uses of Enum Class
com.sas.lsaf.core.SourceLocation
Packages that use SourceLocation
Package
Description
Contains common clinical classes.
Classes and interfaces to retrieve study information.
Contains classes for global tlf information in the system.
Contains common content classes.
Contains common classes and interfaces for core services in the system.
Provides the classes needed to create, update, and get jobs as well as execute them and get their status.
Contains common classes and interfaces to query information.
Service and class definitions to manage schedules.
-
Uses of SourceLocation in com.sas.lsaf.clinical.common
Methods in com.sas.lsaf.clinical.common that return SourceLocationModifier and TypeMethodDescriptionBatchFileCreateInfo.getLocation()Gets the location of the file: the repository or the workspace.ExportFileCreateInfo.getLocation()Gets the location of the file: the repository or the workspace.ClinicalUpdateResult.getValidationReportSourceLocation()Gets the source location (repository or workspace) of the validation report, if a validation path is specified.Methods in com.sas.lsaf.clinical.common with parameters of type SourceLocationConstructors in com.sas.lsaf.clinical.common with parameters of type SourceLocationModifierConstructorDescriptionBatchFileCreateInfo(String path, SourceLocation location) Constructor.BatchFileCreateInfo(String parentPath, String name, SourceLocation location) Constructor.ClinicalUpdateResult(ValidationResult validationResult, String validationReportPath, SourceLocation validationReportSourceLocation) It is not intended or recommended that the consumer of this API construct these objects.ExportFileCreateInfo(String path, SourceLocation location) Constructor.ExportFileCreateInfo(String parentPath, String name, SourceLocation location) Constructor. -
Uses of SourceLocation in com.sas.lsaf.clinical.study
Methods in com.sas.lsaf.clinical.study that return SourceLocationModifier and TypeMethodDescriptionStudyTablesImportInfo.getImportFileSourceLocation()Gets the source location (repository or workspace) of the import files.Methods in com.sas.lsaf.clinical.study with parameters of type SourceLocationModifier and TypeMethodDescriptionStudyService.importStudyFromDefine(String studyId, String standardId, String definePath, String defineVersion, SourceLocation defineSourceLocation, UpdateAction codeListUpdateAction, ExportFileCreateInfo validationInfo) Imports metadata from a Define-XML file and updates study components based on the contents of the file.voidStudyTablesImportInfo.setImportFileSourceLocation(SourceLocation importFileSourceLocation) Sets the source location (repository or workspace) of the import files.Constructors in com.sas.lsaf.clinical.study with parameters of type SourceLocationModifierConstructorDescriptionStudyComponentImportInfo(String importFilePath, String importFileVersion, SourceLocation importFileSourceLocation, UpdateAction updateAction) Constructor.StudyTablesImportInfo(String tablesImportFilePath, String tablesImportFileVersion, String columnsImportFilePath, String columnsImportFileVersion, SourceLocation importFileSourceLocation, UpdateAction updateAction) Constructor.StudyUpdateResult(Study study, ValidationResult validationResult, String validationReportPath, SourceLocation validationReportSourceLocation) It is not intended or recommended that the consumer of this API construct these objects. -
Uses of SourceLocation in com.sas.lsaf.clinical.tlf
Methods in com.sas.lsaf.clinical.tlf that return SourceLocationModifier and TypeMethodDescriptionTlfImportInfo.getImportFileSourceLocation()Gets the source location (repository or workspace) of the import file.Methods in com.sas.lsaf.clinical.tlf with parameters of type SourceLocationModifier and TypeMethodDescriptionvoidTlfImportInfo.setImportFileSourceLocation(SourceLocation importFileSourceLocation) Sets the source location (repository or workspace) of the import file.Constructors in com.sas.lsaf.clinical.tlf with parameters of type SourceLocationModifierConstructorDescriptionTlfImportInfo(String sectionsFilePath, String sectionsFileVersion, String tlfsFilePath, String tlfsFileVersion, SourceLocation importFileSourceLocation, UpdateAction updateAction) Constructor.TlfUpdateResult(TlfTemplate tlfTemplate, String validationReportPath, SourceLocation validationReportSourceLocation, ValidationResult validationResult) It is not intended or recommended that the consumer of this API construct these objects. -
Uses of SourceLocation in com.sas.lsaf.content.common
Methods in com.sas.lsaf.content.common that return SourceLocationModifier and TypeMethodDescriptionFileImportInfo.getImportFileSourceLocation()Gets the source location (repository or workspace) of the import file.Methods in com.sas.lsaf.content.common with parameters of type SourceLocationModifier and TypeMethodDescriptionvoidFileImportInfo.setImportFileSourceLocation(SourceLocation importFileSourceLocation) Sets the source location (repository or workspace) of the import file.Constructors in com.sas.lsaf.content.common with parameters of type SourceLocationModifierConstructorDescriptionFileImportInfo(String importFilePath, String importFileVersion, SourceLocation importFileSourceLocation) Constructor. -
Uses of SourceLocation in com.sas.lsaf.core
Methods in com.sas.lsaf.core that return SourceLocationModifier and TypeMethodDescriptionstatic SourceLocationReturns the enum constant of this class with the specified name.static SourceLocation[]SourceLocation.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SourceLocation in com.sas.lsaf.execution.job
Methods in com.sas.lsaf.execution.job that return SourceLocationMethods in com.sas.lsaf.execution.job with parameters of type SourceLocationModifier and TypeMethodDescriptionvoidJob.setSourceLocation(SourceLocation sourceLocation) Sets the source location of the job.Constructors in com.sas.lsaf.execution.job with parameters of type SourceLocationModifierConstructorDescriptionJob(String path, String version, SourceLocation sourceLocation) Constructor. -
Uses of SourceLocation in com.sas.lsaf.query
Methods in com.sas.lsaf.query that return SourceLocationModifier and TypeMethodDescriptionExtractFileCreateInfo.getLocation()Gets the location of the file: Workspace or Repository.Methods in com.sas.lsaf.query with parameters of type SourceLocationModifier and TypeMethodDescriptionvoidExtractFileCreateInfo.setLocation(SourceLocation location) Sets the location of the file: Workspace or Repository.Constructors in com.sas.lsaf.query with parameters of type SourceLocationModifierConstructorDescriptionExtractFileCreateInfo(String path, SourceLocation location) Constructor.ExtractFileCreateInfo(String path, SourceLocation location, boolean overwrite) Constructor.ExtractFileCreateInfo(String parentPath, String name, SourceLocation location) Constructor. -
Uses of SourceLocation in com.sas.lsaf.schedule
Methods in com.sas.lsaf.schedule that return SourceLocationModifier and TypeMethodDescriptionScheduleJobInfo.getSourceLocation()Gets the source location of the job.Methods in com.sas.lsaf.schedule with parameters of type SourceLocationModifier and TypeMethodDescriptionvoidScheduleJobInfo.setSourceLocation(SourceLocation sourceLocation) Sets the source location of the job.Constructors in com.sas.lsaf.schedule with parameters of type SourceLocationModifierConstructorDescriptionScheduleJobInfo(String path, SourceLocation sourceLocation) The constructor that specifies the job path and source location.ScheduleJobInfo(String path, String version, SourceLocation sourceLocation) The constructor that specifies the job path, version and source location.ScheduleJobInfo(String path, String version, SourceLocation sourceLocation, List<ParameterValue> parameterValues) The constructor that specifies the job path, job version, source location and override job parameter values.