Package fr.gouv.vitam.common.model
Class UpdateWorkflowConstants
- java.lang.Object
-
- fr.gouv.vitam.common.model.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 workflowstatic java.lang.String
PROCESSING_FOLDER
Sub folder for processing filesstatic java.lang.String
RUNNING_INGESTS_JSON
running ingests as a json used for the update AU workflowstatic java.lang.String
UNITS_FOLDER
Sub folder for processing filesstatic java.lang.String
UPDATED_RULES_JSON
updated rules file as a json used for the update AU workflow
-
-
-
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
-
-