Uses of Class
gov.nist.secauto.oscal.lib.model.Task.AssociatedActivity
Packages that use Task.AssociatedActivity
-
Uses of Task.AssociatedActivity in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return types with arguments of type Task.AssociatedActivityMethods in gov.nist.secauto.oscal.lib.model with parameters of type Task.AssociatedActivityModifier and TypeMethodDescriptionbooleanTask.addAssociatedActivity(Task.AssociatedActivity item) Add a newTask.AssociatedActivityitem to the underlying collection.booleanTask.removeAssociatedActivity(Task.AssociatedActivity item) Remove the first matchingTask.AssociatedActivityitem from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type Task.AssociatedActivityModifier and TypeMethodDescriptionvoidTask.setAssociatedActivities(List<Task.AssociatedActivity> value)