Uses of Class
gov.nist.secauto.oscal.lib.model.ResponsibleRole
Packages that use ResponsibleRole
-
Uses of ResponsibleRole in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return types with arguments of type ResponsibleRoleModifier and TypeMethodDescriptionActivity.getResponsibleRoles()
Activity.Step.getResponsibleRoles()
ByComponent.Export.Provided.getResponsibleRoles()
ByComponent.Export.Responsibility.getResponsibleRoles()
ByComponent.getResponsibleRoles()
ByComponent.Inherited.getResponsibleRoles()
ByComponent.Satisfied.getResponsibleRoles()
ComponentImplementedRequirement.getResponsibleRoles()
ComponentStatement.getResponsibleRoles()
DefinedComponent.getResponsibleRoles()
ImplementedRequirement.getResponsibleRoles()
Statement.getResponsibleRoles()
SystemComponent.getResponsibleRoles()
Task.AssociatedActivity.getResponsibleRoles()
Task.getResponsibleRoles()
Methods in gov.nist.secauto.oscal.lib.model with parameters of type ResponsibleRoleModifier and TypeMethodDescriptionboolean
Activity.addResponsibleRole
(ResponsibleRole item) Add a newResponsibleRole
item to the underlying collection.boolean
Activity.Step.addResponsibleRole
(ResponsibleRole item) Add a newResponsibleRole
item to the underlying collection.boolean
ByComponent.addResponsibleRole
(ResponsibleRole item) Add a newResponsibleRole
item to the underlying collection.boolean
ByComponent.Export.Provided.addResponsibleRole
(ResponsibleRole item) Add a newResponsibleRole
item to the underlying collection.boolean
ByComponent.Export.Responsibility.addResponsibleRole
(ResponsibleRole item) Add a newResponsibleRole
item to the underlying collection.boolean
ByComponent.Inherited.addResponsibleRole
(ResponsibleRole item) Add a newResponsibleRole
item to the underlying collection.boolean
ByComponent.Satisfied.addResponsibleRole
(ResponsibleRole item) Add a newResponsibleRole
item to the underlying collection.boolean
ComponentImplementedRequirement.addResponsibleRole
(ResponsibleRole item) Add a newResponsibleRole
item to the underlying collection.boolean
ComponentStatement.addResponsibleRole
(ResponsibleRole item) Add a newResponsibleRole
item to the underlying collection.boolean
DefinedComponent.addResponsibleRole
(ResponsibleRole item) Add a newResponsibleRole
item to the underlying collection.boolean
ImplementedRequirement.addResponsibleRole
(ResponsibleRole item) Add a newResponsibleRole
item to the underlying collection.boolean
Statement.addResponsibleRole
(ResponsibleRole item) Add a newResponsibleRole
item to the underlying collection.boolean
SystemComponent.addResponsibleRole
(ResponsibleRole item) Add a newResponsibleRole
item to the underlying collection.boolean
Task.addResponsibleRole
(ResponsibleRole item) Add a newResponsibleRole
item to the underlying collection.boolean
Task.AssociatedActivity.addResponsibleRole
(ResponsibleRole item) Add a newResponsibleRole
item to the underlying collection.boolean
Activity.removeResponsibleRole
(ResponsibleRole item) Remove the first matchingResponsibleRole
item from the underlying collection.boolean
Activity.Step.removeResponsibleRole
(ResponsibleRole item) Remove the first matchingResponsibleRole
item from the underlying collection.boolean
ByComponent.Export.Provided.removeResponsibleRole
(ResponsibleRole item) Remove the first matchingResponsibleRole
item from the underlying collection.boolean
ByComponent.Export.Responsibility.removeResponsibleRole
(ResponsibleRole item) Remove the first matchingResponsibleRole
item from the underlying collection.boolean
ByComponent.Inherited.removeResponsibleRole
(ResponsibleRole item) Remove the first matchingResponsibleRole
item from the underlying collection.boolean
ByComponent.removeResponsibleRole
(ResponsibleRole item) Remove the first matchingResponsibleRole
item from the underlying collection.boolean
ByComponent.Satisfied.removeResponsibleRole
(ResponsibleRole item) Remove the first matchingResponsibleRole
item from the underlying collection.boolean
ComponentImplementedRequirement.removeResponsibleRole
(ResponsibleRole item) Remove the first matchingResponsibleRole
item from the underlying collection.boolean
ComponentStatement.removeResponsibleRole
(ResponsibleRole item) Remove the first matchingResponsibleRole
item from the underlying collection.boolean
DefinedComponent.removeResponsibleRole
(ResponsibleRole item) Remove the first matchingResponsibleRole
item from the underlying collection.boolean
ImplementedRequirement.removeResponsibleRole
(ResponsibleRole item) Remove the first matchingResponsibleRole
item from the underlying collection.boolean
Statement.removeResponsibleRole
(ResponsibleRole item) Remove the first matchingResponsibleRole
item from the underlying collection.boolean
SystemComponent.removeResponsibleRole
(ResponsibleRole item) Remove the first matchingResponsibleRole
item from the underlying collection.boolean
Task.AssociatedActivity.removeResponsibleRole
(ResponsibleRole item) Remove the first matchingResponsibleRole
item from the underlying collection.boolean
Task.removeResponsibleRole
(ResponsibleRole item) Remove the first matchingResponsibleRole
item from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type ResponsibleRoleModifier and TypeMethodDescriptionvoid
Activity.setResponsibleRoles
(List<ResponsibleRole> value) void
Activity.Step.setResponsibleRoles
(List<ResponsibleRole> value) void
ByComponent.Export.Provided.setResponsibleRoles
(List<ResponsibleRole> value) void
ByComponent.Export.Responsibility.setResponsibleRoles
(List<ResponsibleRole> value) void
ByComponent.Inherited.setResponsibleRoles
(List<ResponsibleRole> value) void
ByComponent.Satisfied.setResponsibleRoles
(List<ResponsibleRole> value) void
ByComponent.setResponsibleRoles
(List<ResponsibleRole> value) void
ComponentImplementedRequirement.setResponsibleRoles
(List<ResponsibleRole> value) void
ComponentStatement.setResponsibleRoles
(List<ResponsibleRole> value) void
DefinedComponent.setResponsibleRoles
(List<ResponsibleRole> value) void
ImplementedRequirement.setResponsibleRoles
(List<ResponsibleRole> value) void
Statement.setResponsibleRoles
(List<ResponsibleRole> value) void
SystemComponent.setResponsibleRoles
(List<ResponsibleRole> value) void
Task.AssociatedActivity.setResponsibleRoles
(List<ResponsibleRole> value) void
Task.setResponsibleRoles
(List<ResponsibleRole> value)