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 TypeMethodDescriptionbooleanResult.LocalDefinitions.addAssessmentTask(Task item) Add a newTaskitem to the underlying collection.booleanAdd a newTaskitem to the underlying collection.booleanAdd a newTaskitem to the underlying collection.booleanAdd a newTaskitem to the underlying collection.booleanResult.LocalDefinitions.removeAssessmentTask(Task item) Remove the first matchingTaskitem from the underlying collection.booleanAssessmentPlan.removeTask(Task item) Remove the first matchingTaskitem from the underlying collection.booleanResponse.removeTask(Task item) Remove the first matchingTaskitem from the underlying collection.booleanTask.removeTask(Task item) Remove the first matchingTaskitem from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type Task