Uses of Class
com.sas.lsaf.clinical.study.StudyComponent
-
Packages that use StudyComponent Package Description com.sas.lsaf.clinical.study Classes and interfaces to retrieve study information. -
-
Uses of StudyComponent in com.sas.lsaf.clinical.study
Methods in com.sas.lsaf.clinical.study that return StudyComponent Modifier and Type Method Description static StudyComponent
StudyComponent. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static StudyComponent[]
StudyComponent. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sas.lsaf.clinical.study with parameters of type StudyComponent Modifier and Type Method Description StudyComponentEditableStatus
StudyService. getStudyComponentEditableStatus(java.lang.String studyId, StudyComponent studyComponent)
Gets the study component editable status, that indicates whether the study component is being edited, by whom, and when the editing started.StudyComponentEditableStatus
StudyService. setStudyComponentAsNotEditable(java.lang.String studyId, StudyComponent studyComponent)
Sets the study component as not editable regardless of whether you or someone else has set it for editing.StudyComponentEditableStatus
StudyService. setStudyComponentEditableByCurrentUser(java.lang.String studyId, StudyComponent studyComponent)
Sets the study component as editable by the current user.
-