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 TypeMethodDescriptionboolean
Observation.addSubject
(SubjectReference item) Add a newSubjectReference
item to the underlying collection.boolean
Response.RequiredAsset.addSubject
(SubjectReference item) Add a newSubjectReference
item to the underlying collection.boolean
Risk.MitigatingFactor.addSubject
(SubjectReference item) Add a newSubjectReference
item to the underlying collection.boolean
Observation.removeSubject
(SubjectReference item) Remove the first matchingSubjectReference
item from the underlying collection.boolean
Response.RequiredAsset.removeSubject
(SubjectReference item) Remove the first matchingSubjectReference
item from the underlying collection.boolean
Risk.MitigatingFactor.removeSubject
(SubjectReference item) Remove the first matchingSubjectReference
item from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type SubjectReferenceModifier and TypeMethodDescriptionvoid
Observation.setSubjects
(List<SubjectReference> value) void
Response.RequiredAsset.setSubjects
(List<SubjectReference> value) void
Risk.MitigatingFactor.setSubjects
(List<SubjectReference> value)