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 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.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type RelatedTaskModifier and TypeMethodDescriptionvoid
Origin.setRelatedTasks
(List<RelatedTask> value) void
Result.AssessmentLog.Entry.setRelatedTasks
(List<RelatedTask> value) void
Risk.RiskLog.Entry.RelatedResponse.setRelatedTasks
(List<RelatedTask> value)