Uses of Enum Class
fr.gouv.vitam.storage.offers.core.diag.OfferDiagReportEntry.ObjectState
Packages that use OfferDiagReportEntry.ObjectState
-
Uses of OfferDiagReportEntry.ObjectState in fr.gouv.vitam.storage.offers.core.diag
Methods in fr.gouv.vitam.storage.offers.core.diag that return OfferDiagReportEntry.ObjectStateModifier and TypeMethodDescriptionOfferDiagReportEntry.getActualState()OfferDiagReportEntry.getExpectedState()Returns the enum constant of this class with the specified name.static OfferDiagReportEntry.ObjectState[]OfferDiagReportEntry.ObjectState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in fr.gouv.vitam.storage.offers.core.diag with parameters of type OfferDiagReportEntry.ObjectStateModifier and TypeMethodDescriptionvoidOfferDiagReportWriter.reportObjectMismatch(String objectId, Long sizeInOffer, String lastEventDateTime, OfferDiagReportEntry.ObjectState expectedState, OfferDiagReportEntry.ObjectState actualState) OfferDiagReportEntry.setActualState(OfferDiagReportEntry.ObjectState actualState) OfferDiagReportEntry.setExpectedState(OfferDiagReportEntry.ObjectState expectedState)