Uses of Class
gov.nist.secauto.oscal.lib.model.Activity
Packages that use Activity
-
Uses of Activity in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return types with arguments of type ActivityModifier and TypeMethodDescriptionAssessmentPlan.LocalDefinitions.getActivities()
AssessmentResults.LocalDefinitions.getActivities()
Methods in gov.nist.secauto.oscal.lib.model with parameters of type ActivityModifier and TypeMethodDescriptionboolean
AssessmentPlan.LocalDefinitions.addActivity
(Activity item) Add a newActivity
item to the underlying collection.boolean
AssessmentResults.LocalDefinitions.addActivity
(Activity item) Add a newActivity
item to the underlying collection.boolean
AssessmentPlan.LocalDefinitions.removeActivity
(Activity item) Remove the first matchingActivity
item from the underlying collection.boolean
AssessmentResults.LocalDefinitions.removeActivity
(Activity item) Remove the first matchingActivity
item from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type ActivityModifier and TypeMethodDescriptionvoid
AssessmentPlan.LocalDefinitions.setActivities
(List<Activity> value) void
AssessmentResults.LocalDefinitions.setActivities
(List<Activity> value)