Uses of Class
gov.nist.secauto.oscal.lib.model.ResponsibleParty
Packages that use ResponsibleParty
- 
Uses of ResponsibleParty in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return types with arguments of type ResponsiblePartyModifier and TypeMethodDescriptionAction.getResponsibleParties()AssessmentAssets.AssessmentPlatform.UsesComponent.getResponsibleParties()InventoryItem.getResponsibleParties()InventoryItem.ImplementedComponent.getResponsibleParties()Metadata.getResponsibleParties()RelatedTask.getResponsibleParties()Result.Attestation.getResponsibleParties()SystemCharacteristics.getResponsibleParties()Methods in gov.nist.secauto.oscal.lib.model with parameters of type ResponsiblePartyModifier and TypeMethodDescriptionbooleanAction.addResponsibleParty(ResponsibleParty item) Add a newResponsiblePartyitem to the underlying collection.booleanAssessmentAssets.AssessmentPlatform.UsesComponent.addResponsibleParty(ResponsibleParty item) Add a newResponsiblePartyitem to the underlying collection.booleanInventoryItem.addResponsibleParty(ResponsibleParty item) Add a newResponsiblePartyitem to the underlying collection.booleanInventoryItem.ImplementedComponent.addResponsibleParty(ResponsibleParty item) Add a newResponsiblePartyitem to the underlying collection.booleanMetadata.addResponsibleParty(ResponsibleParty item) Add a newResponsiblePartyitem to the underlying collection.booleanRelatedTask.addResponsibleParty(ResponsibleParty item) Add a newResponsiblePartyitem to the underlying collection.booleanResult.Attestation.addResponsibleParty(ResponsibleParty item) Add a newResponsiblePartyitem to the underlying collection.booleanSystemCharacteristics.addResponsibleParty(ResponsibleParty item) Add a newResponsiblePartyitem to the underlying collection.booleanAction.removeResponsibleParty(ResponsibleParty item) Remove the first matchingResponsiblePartyitem from the underlying collection.booleanAssessmentAssets.AssessmentPlatform.UsesComponent.removeResponsibleParty(ResponsibleParty item) Remove the first matchingResponsiblePartyitem from the underlying collection.booleanInventoryItem.ImplementedComponent.removeResponsibleParty(ResponsibleParty item) Remove the first matchingResponsiblePartyitem from the underlying collection.booleanInventoryItem.removeResponsibleParty(ResponsibleParty item) Remove the first matchingResponsiblePartyitem from the underlying collection.booleanMetadata.removeResponsibleParty(ResponsibleParty item) Remove the first matchingResponsiblePartyitem from the underlying collection.booleanRelatedTask.removeResponsibleParty(ResponsibleParty item) Remove the first matchingResponsiblePartyitem from the underlying collection.booleanResult.Attestation.removeResponsibleParty(ResponsibleParty item) Remove the first matchingResponsiblePartyitem from the underlying collection.booleanSystemCharacteristics.removeResponsibleParty(ResponsibleParty item) Remove the first matchingResponsiblePartyitem from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type ResponsiblePartyModifier and TypeMethodDescriptionvoidAction.setResponsibleParties(List<ResponsibleParty> value) voidAssessmentAssets.AssessmentPlatform.UsesComponent.setResponsibleParties(List<ResponsibleParty> value) voidInventoryItem.ImplementedComponent.setResponsibleParties(List<ResponsibleParty> value) voidInventoryItem.setResponsibleParties(List<ResponsibleParty> value) voidMetadata.setResponsibleParties(List<ResponsibleParty> value) voidRelatedTask.setResponsibleParties(List<ResponsibleParty> value) voidResult.Attestation.setResponsibleParties(List<ResponsibleParty> value) voidSystemCharacteristics.setResponsibleParties(List<ResponsibleParty> value)