Class BuildTraceabilityActionPlugin

    • Field Detail

      • TYPE_REFERENCE

        public static final com.fasterxml.jackson.core.type.TypeReference<LfcMetadataPair> TYPE_REFERENCE
    • Constructor Detail

      • BuildTraceabilityActionPlugin

        public BuildTraceabilityActionPlugin()
    • Method Detail

      • generateDigest

        public static java.lang.String generateDigest​(com.fasterxml.jackson.databind.JsonNode jsonNode,
                                                      DigestType digestType)
                                               throws java.io.IOException
        Generate a hash for a JsonNode using VITAM Digest Algorithm
        Parameters:
        jsonNode - the jsonNode to compute digest for
        digestType - the digest type
        Returns:
        hash of the jsonNode
        Throws:
        java.io.IOException
      • stepName

        protected abstract java.lang.String stepName()
      • actionName

        protected abstract java.lang.String actionName()