Uses of Enum Class
com.sas.lsaf.clinical.common.UpdateAction
Packages that use UpdateAction
Package
Description
Contains common clinical classes.
Classes and interfaces to retrieve study information.
Contains classes for global tlf information in the system.
-
Uses of UpdateAction in com.sas.lsaf.clinical.common
Methods in com.sas.lsaf.clinical.common that return UpdateActionModifier and TypeMethodDescriptionstatic UpdateActionReturns the enum constant of this class with the specified name.static UpdateAction[]UpdateAction.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of UpdateAction in com.sas.lsaf.clinical.study
Methods in com.sas.lsaf.clinical.study that return UpdateActionModifier and TypeMethodDescriptionStudyComponentImportInfo.getUpdateAction()StudyTablesImportInfo.getUpdateAction()Methods in com.sas.lsaf.clinical.study with parameters of type UpdateActionModifier 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.voidStudyComponentImportInfo.setUpdateAction(UpdateAction updateAction) voidStudyTablesImportInfo.setUpdateAction(UpdateAction updateAction) Constructors in com.sas.lsaf.clinical.study with parameters of type UpdateActionModifierConstructorDescriptionStudyComponentImportInfo(String importFilePath, String importFileVersion, SourceLocation importFileSourceLocation, UpdateAction updateAction) Constructor.StudyTablesImportInfo(String tablesImportFilePath, String tablesImportFileVersion, String columnsImportFilePath, String columnsImportFileVersion, SourceLocation importFileSourceLocation, UpdateAction updateAction) Constructor. -
Uses of UpdateAction in com.sas.lsaf.clinical.tlf
Methods in com.sas.lsaf.clinical.tlf that return UpdateActionMethods in com.sas.lsaf.clinical.tlf with parameters of type UpdateActionConstructors in com.sas.lsaf.clinical.tlf with parameters of type UpdateActionModifierConstructorDescriptionTlfImportInfo(String sectionsFilePath, String sectionsFileVersion, String tlfsFilePath, String tlfsFileVersion, SourceLocation importFileSourceLocation, UpdateAction updateAction) Constructor.