Uses of Class
gov.nist.secauto.oscal.lib.model.RelatedTask
Packages that use RelatedTask
-
Uses of RelatedTask in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return types with arguments of type RelatedTaskModifier and TypeMethodDescriptionOrigin.getRelatedTasks()Result.AssessmentLog.Entry.getRelatedTasks()Risk.RiskLog.Entry.RelatedResponse.getRelatedTasks()Methods in gov.nist.secauto.oscal.lib.model with parameters of type RelatedTaskModifier and TypeMethodDescriptionbooleanOrigin.addRelatedTask(RelatedTask item) Add a newRelatedTaskitem to the underlying collection.booleanResult.AssessmentLog.Entry.addRelatedTask(RelatedTask item) Add a newRelatedTaskitem to the underlying collection.booleanRisk.RiskLog.Entry.RelatedResponse.addRelatedTask(RelatedTask item) Add a newRelatedTaskitem to the underlying collection.booleanOrigin.removeRelatedTask(RelatedTask item) Remove the first matchingRelatedTaskitem from the underlying collection.booleanResult.AssessmentLog.Entry.removeRelatedTask(RelatedTask item) Remove the first matchingRelatedTaskitem from the underlying collection.booleanRisk.RiskLog.Entry.RelatedResponse.removeRelatedTask(RelatedTask item) Remove the first matchingRelatedTaskitem from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type RelatedTaskModifier and TypeMethodDescriptionvoidOrigin.setRelatedTasks(List<RelatedTask> value) voidResult.AssessmentLog.Entry.setRelatedTasks(List<RelatedTask> value) voidRisk.RiskLog.Entry.RelatedResponse.setRelatedTasks(List<RelatedTask> value)