Uses of Class
com.sas.lsaf.clinical.standards.StandardNotFoundException
-
Packages that use StandardNotFoundException Package Description 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. -
-
Uses of StandardNotFoundException in com.sas.lsaf.clinical.standards
Methods in com.sas.lsaf.clinical.standards that throw StandardNotFoundException 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.StandardDescriptor
StandardsService. getStandardDescriptorByNameAndStatus(java.lang.String name, EntityStatus status)
Gets standard descriptor by name andEntityStatus
. -
Uses of StandardNotFoundException in com.sas.lsaf.clinical.study
Methods in com.sas.lsaf.clinical.study that throw StandardNotFoundException Modifier and Type Method Description void
StudyService. associateStandards(java.lang.String studyId, java.util.Set<java.lang.String> standardIds)
Associates the standards with the study.java.util.Set<Study>
StudyService. getStudiesAssociatedWithStandard(java.lang.String standardId)
Gets the studies that are associated with the standard.StudyUpdateResult
StudyService. importStudyFromDefine(java.lang.String studyId, java.lang.String standardId, java.lang.String definePath, java.lang.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.StudyUpdateResult
StudyService. importStudyTables(java.lang.String studyId, java.lang.String standardId, StudyTablesImportInfo importInfo, ExportFileCreateInfo validationInfo)
Updates the study tables from the import file information with options to replace all or add new.
-