Uses of Class
gov.nist.secauto.oscal.lib.model.LoggedBy
-
Uses of LoggedBy in gov.nist.secauto.oscal.lib.model
Modifier and TypeMethodDescriptionResult.AssessmentLog.Entry.getLoggedBy()
Risk.RiskLog.Entry.getLoggedBy()
Modifier and TypeMethodDescriptionboolean
Result.AssessmentLog.Entry.addLoggedBy
(LoggedBy item) Add a newLoggedBy
item to the underlying collection.boolean
Risk.RiskLog.Entry.addLoggedBy
(LoggedBy item) Add a newLoggedBy
item to the underlying collection.boolean
Result.AssessmentLog.Entry.removeLoggedBy
(LoggedBy item) Remove the first matchingLoggedBy
item from the underlying collection.boolean
Risk.RiskLog.Entry.removeLoggedBy
(LoggedBy item) Remove the first matchingLoggedBy
item from the underlying collection.Modifier and TypeMethodDescriptionvoid
Result.AssessmentLog.Entry.setLoggedBy
(List<LoggedBy> value) void
Risk.RiskLog.Entry.setLoggedBy
(List<LoggedBy> value)