Class ProcessingEntry

java.lang.Object
fr.gouv.vitam.processing.common.ProcessingEntry

public class ProcessingEntry extends Object
The ProcessingEntry class.
  • Constructor Details

    • ProcessingEntry

      public ProcessingEntry(String container, String workflow)
      ProcessingEntry constructor
      Parameters:
      container - : name of container in workspace as string
      workflow - : workflow identifier as string
  • Method Details

    • getContainer

      public String getContainer()
      Returns:
      the name of container in workspace will be processed
    • getWorkflow

      public String getWorkflow()
      Returns:
      the workflow identifier
    • getExtraParams

      public Map<String,String> getExtraParams()
      Returns:
      the extra parameters used to create a process entry
    • setExtraParams

      public void setExtraParams(Map<String,String> extraParams)
      Parameters:
      extraParams -