Uses of Class
gov.nist.secauto.oscal.lib.model.RelatedTask
-
Uses of RelatedTask in gov.nist.secauto.oscal.lib.model
Modifier and TypeMethodDescriptionOrigin.getRelatedTasks()
Result.AssessmentLog.Entry.getRelatedTasks()
Risk.RiskLog.Entry.RelatedResponse.getRelatedTasks()
Modifier and TypeMethodDescriptionboolean
Origin.addRelatedTask
(RelatedTask item) Add a newRelatedTask
item to the underlying collection.boolean
Result.AssessmentLog.Entry.addRelatedTask
(RelatedTask item) Add a newRelatedTask
item to the underlying collection.boolean
Risk.RiskLog.Entry.RelatedResponse.addRelatedTask
(RelatedTask item) Add a newRelatedTask
item to the underlying collection.boolean
Origin.removeRelatedTask
(RelatedTask item) Remove the first matchingRelatedTask
item from the underlying collection.boolean
Result.AssessmentLog.Entry.removeRelatedTask
(RelatedTask item) Remove the first matchingRelatedTask
item from the underlying collection.boolean
Risk.RiskLog.Entry.RelatedResponse.removeRelatedTask
(RelatedTask item) Remove the first matchingRelatedTask
item from the underlying collection.Modifier and TypeMethodDescriptionvoid
Origin.setRelatedTasks
(List<RelatedTask> value) void
Result.AssessmentLog.Entry.setRelatedTasks
(List<RelatedTask> value) void
Risk.RiskLog.Entry.RelatedResponse.setRelatedTasks
(List<RelatedTask> value)