Uses of Class
gov.nist.secauto.oscal.lib.model.Task
Packages that use Task
-
Uses of Task in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return types with arguments of type TaskModifier and TypeMethodDescriptionAssessmentPlan.getTasks()
Response.getTasks()
Result.LocalDefinitions.getTasks()
Task.getTasks()
Methods in gov.nist.secauto.oscal.lib.model with parameters of type TaskModifier and TypeMethodDescriptionboolean
Result.LocalDefinitions.addAssessmentTask
(Task item) Add a newTask
item to the underlying collection.boolean
Add a newTask
item to the underlying collection.boolean
Add a newTask
item to the underlying collection.boolean
Add a newTask
item to the underlying collection.boolean
Result.LocalDefinitions.removeAssessmentTask
(Task item) Remove the first matchingTask
item from the underlying collection.boolean
AssessmentPlan.removeTask
(Task item) Remove the first matchingTask
item from the underlying collection.boolean
Response.removeTask
(Task item) Remove the first matchingTask
item from the underlying collection.boolean
Task.removeTask
(Task item) Remove the first matchingTask
item from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type Task