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 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.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type LoggedByModifier and TypeMethodDescriptionvoid
Result.AssessmentLog.Entry.setLoggedBy
(List<LoggedBy> value) void
Risk.RiskLog.Entry.setLoggedBy
(List<LoggedBy> value)