Uses of Class
gov.nist.secauto.oscal.lib.model.LoggedBy
Packages that use LoggedBy
- 
Uses of LoggedBy in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return types with arguments of type LoggedByModifier and TypeMethodDescriptionResult.AssessmentLog.Entry.getLoggedBy()Risk.RiskLog.Entry.getLoggedBy()Methods in gov.nist.secauto.oscal.lib.model with parameters of type LoggedByModifier and TypeMethodDescriptionbooleanResult.AssessmentLog.Entry.addLoggedBy(LoggedBy item) Add a newLoggedByitem to the underlying collection.booleanRisk.RiskLog.Entry.addLoggedBy(LoggedBy item) Add a newLoggedByitem to the underlying collection.booleanResult.AssessmentLog.Entry.removeLoggedBy(LoggedBy item) Remove the first matchingLoggedByitem from the underlying collection.booleanRisk.RiskLog.Entry.removeLoggedBy(LoggedBy item) Remove the first matchingLoggedByitem from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type LoggedByModifier and TypeMethodDescriptionvoidResult.AssessmentLog.Entry.setLoggedBy(List<LoggedBy> value) voidRisk.RiskLog.Entry.setLoggedBy(List<LoggedBy> value)