Uses of Class
gov.nist.secauto.oscal.lib.model.AssessmentPart
Packages that use AssessmentPart
- 
Uses of AssessmentPart in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return AssessmentPartMethods in gov.nist.secauto.oscal.lib.model that return types with arguments of type AssessmentPartModifier and TypeMethodDescriptionAssessmentPart.getParts()AssessmentPlan.TermsAndConditions.getParts()Result.Attestation.getParts()Methods in gov.nist.secauto.oscal.lib.model with parameters of type AssessmentPartModifier and TypeMethodDescriptionbooleanAssessmentPart.addPart(AssessmentPart item) Add a newAssessmentPartitem to the underlying collection.booleanAssessmentPlan.TermsAndConditions.addPart(AssessmentPart item) Add a newAssessmentPartitem to the underlying collection.booleanResult.Attestation.addPart(AssessmentPart item) Add a newAssessmentPartitem to the underlying collection.booleanAssessmentPart.removePart(AssessmentPart item) Remove the first matchingAssessmentPartitem from the underlying collection.booleanAssessmentPlan.TermsAndConditions.removePart(AssessmentPart item) Remove the first matchingAssessmentPartitem from the underlying collection.booleanResult.Attestation.removePart(AssessmentPart item) Remove the first matchingAssessmentPartitem from the underlying collection.voidAssessmentMethod.setPart(AssessmentPart value) Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type AssessmentPartModifier and TypeMethodDescriptionvoidAssessmentPart.setParts(List<AssessmentPart> value) voidAssessmentPlan.TermsAndConditions.setParts(List<AssessmentPart> value) voidResult.Attestation.setParts(List<AssessmentPart> value)