Interface RunIdGenerator

  • All Known Implementing Classes:
    DefaultRunIdGenerator

    public interface RunIdGenerator
    This class define an interface f that define how to create processor run data output names
    Since:
    3.0
    Author:
    Laurent Jourdren
    • Method Detail

      • newRunId

        RunId newRunId​(RunId runId,
                       Map<String,​String> contants)
                throws Aozan3Exception
        Create a new run id for the output of a processor.
        Parameters:
        runId - the run id
        contants - constants used for new name creation
        Returns:
        a String with the new name
        Throws:
        Aozan3Exception - if an error occurs while creating the new run Id