Uses of Class
gov.nist.secauto.oscal.lib.model.SubjectReference
Packages that use SubjectReference
- 
Uses of SubjectReference in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return types with arguments of type SubjectReferenceModifier and TypeMethodDescriptionObservation.getSubjects()Response.RequiredAsset.getSubjects()Risk.MitigatingFactor.getSubjects()Methods in gov.nist.secauto.oscal.lib.model with parameters of type SubjectReferenceModifier and TypeMethodDescriptionbooleanObservation.addSubject(SubjectReference item) Add a newSubjectReferenceitem to the underlying collection.booleanResponse.RequiredAsset.addSubject(SubjectReference item) Add a newSubjectReferenceitem to the underlying collection.booleanRisk.MitigatingFactor.addSubject(SubjectReference item) Add a newSubjectReferenceitem to the underlying collection.booleanObservation.removeSubject(SubjectReference item) Remove the first matchingSubjectReferenceitem from the underlying collection.booleanResponse.RequiredAsset.removeSubject(SubjectReference item) Remove the first matchingSubjectReferenceitem from the underlying collection.booleanRisk.MitigatingFactor.removeSubject(SubjectReference item) Remove the first matchingSubjectReferenceitem from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type SubjectReferenceModifier and TypeMethodDescriptionvoidObservation.setSubjects(List<SubjectReference> value) voidResponse.RequiredAsset.setSubjects(List<SubjectReference> value) voidRisk.MitigatingFactor.setSubjects(List<SubjectReference> value)