Class UpdatedDocument
java.lang.Object
fr.gouv.vitam.metadata.core.model.UpdatedDocument
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionUpdatedDocument
(String documentId, com.fasterxml.jackson.databind.JsonNode beforeUpdate, com.fasterxml.jackson.databind.JsonNode afterUpdate, boolean updated) UpdatedDocument
(String documentId, com.fasterxml.jackson.databind.JsonNode beforeUpdate, com.fasterxml.jackson.databind.JsonNode afterUpdate, boolean updated, MetadataValidationErrorCode validationErrorCode, String failureMessage) -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
com.fasterxml.jackson.databind.JsonNode
boolean
setAfterUpdate
(com.fasterxml.jackson.databind.JsonNode afterUpdate) setBeforeUpdate
(com.fasterxml.jackson.databind.JsonNode beforeUpdate) setDocumentId
(MetadataValidationErrorCode validationErrorCode) setDocumentId
(String documentId) setFailureMessage
(String failureMessage) toString()
-
Constructor Details
-
UpdatedDocument
public UpdatedDocument() -
UpdatedDocument
public UpdatedDocument(String documentId, com.fasterxml.jackson.databind.JsonNode beforeUpdate, com.fasterxml.jackson.databind.JsonNode afterUpdate, boolean updated) -
UpdatedDocument
public UpdatedDocument(String documentId, com.fasterxml.jackson.databind.JsonNode beforeUpdate, com.fasterxml.jackson.databind.JsonNode afterUpdate, boolean updated, MetadataValidationErrorCode validationErrorCode, String failureMessage)
-
-
Method Details
-
getDocumentId
-
getStatus
-
getFailureMessage
-
getValidationErrorCode
-
setDocumentId
-
setDocumentId
-
setFailureMessage
-
setStatus
-
getBeforeUpdate
public com.fasterxml.jackson.databind.JsonNode getBeforeUpdate() -
setBeforeUpdate
-
getAfterUpdate
public com.fasterxml.jackson.databind.JsonNode getAfterUpdate() -
setAfterUpdate
-
isUpdated
public boolean isUpdated() -
toString
-