Uses of Class
gov.nist.secauto.oscal.lib.model.SelectSubjectById
-
Uses of SelectSubjectById in gov.nist.secauto.oscal.lib.model
Modifier and TypeMethodDescriptionAssessmentSubject.getExcludeSubjects()
AssessmentSubject.getIncludeSubjects()
Modifier and TypeMethodDescriptionboolean
AssessmentSubject.addExcludeSubject
(SelectSubjectById item) Add a newSelectSubjectById
item to the underlying collection.boolean
AssessmentSubject.addIncludeSubject
(SelectSubjectById item) Add a newSelectSubjectById
item to the underlying collection.boolean
AssessmentSubject.removeExcludeSubject
(SelectSubjectById item) Remove the first matchingSelectSubjectById
item from the underlying collection.boolean
AssessmentSubject.removeIncludeSubject
(SelectSubjectById item) Remove the first matchingSelectSubjectById
item from the underlying collection.Modifier and TypeMethodDescriptionvoid
AssessmentSubject.setExcludeSubjects
(List<SelectSubjectById> value) void
AssessmentSubject.setIncludeSubjects
(List<SelectSubjectById> value)