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 TypeMethodDescriptionbooleanAssessmentSubject.addExcludeSubject(SelectSubjectById item) Add a newSelectSubjectByIditem to the underlying collection.booleanAssessmentSubject.addIncludeSubject(SelectSubjectById item) Add a newSelectSubjectByIditem to the underlying collection.booleanAssessmentSubject.removeExcludeSubject(SelectSubjectById item) Remove the first matchingSelectSubjectByIditem from the underlying collection.booleanAssessmentSubject.removeIncludeSubject(SelectSubjectById item) Remove the first matchingSelectSubjectByIditem from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type SelectSubjectByIdModifier and TypeMethodDescriptionvoidAssessmentSubject.setExcludeSubjects(List<SelectSubjectById> value) voidAssessmentSubject.setIncludeSubjects(List<SelectSubjectById> value)