Class UpdateWorkflowConstants


  • public class UpdateWorkflowConstants
    extends java.lang.Object
    Constants for the Ingest Workflow.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String AU_TO_BE_UPDATED_JSON
      archive units to be updated as a json used for the update AU workflow
      static java.lang.String PROCESSING_FOLDER
      Sub folder for processing files
      static java.lang.String RUNNING_INGESTS_JSON
      running ingests as a json used for the update AU workflow
      static java.lang.String UNITS_FOLDER
      Sub folder for processing files
      static java.lang.String UPDATED_RULES_JSON
      updated rules file as a json used for the update AU workflow
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • PROCESSING_FOLDER

        public static final java.lang.String PROCESSING_FOLDER
        Sub folder for processing files
        See Also:
        Constant Field Values
      • UNITS_FOLDER

        public static final java.lang.String UNITS_FOLDER
        Sub folder for processing files
        See Also:
        Constant Field Values
      • UPDATED_RULES_JSON

        public static final java.lang.String UPDATED_RULES_JSON
        updated rules file as a json used for the update AU workflow
        See Also:
        Constant Field Values
      • RUNNING_INGESTS_JSON

        public static final java.lang.String RUNNING_INGESTS_JSON
        running ingests as a json used for the update AU workflow
        See Also:
        Constant Field Values
      • AU_TO_BE_UPDATED_JSON

        public static final java.lang.String AU_TO_BE_UPDATED_JSON
        archive units to be updated as a json used for the update AU workflow
        See Also:
        Constant Field Values