Uses of Class
gov.nist.secauto.oscal.lib.model.SelectSubjectById
Packages that use SelectSubjectById
-
Uses of SelectSubjectById in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return types with arguments of type SelectSubjectByIdModifier and TypeMethodDescriptionAssessmentSubject.getExcludeSubjects()
AssessmentSubject.getIncludeSubjects()
Methods in gov.nist.secauto.oscal.lib.model with parameters of type SelectSubjectByIdModifier 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.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type SelectSubjectByIdModifier and TypeMethodDescriptionvoid
AssessmentSubject.setExcludeSubjects
(List<SelectSubjectById> value) void
AssessmentSubject.setIncludeSubjects
(List<SelectSubjectById> value)