Class SubmissionIds


  • public class SubmissionIds
    extends java.lang.Object
    This class is used to store workflow submission ids in the session. This should be temporary until they are stored in the database. Storing a list in a class seems to be handles better by Spring.
    • Constructor Summary

      Constructors 
      Constructor Description
      SubmissionIds()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addId​(java.lang.Long id)
      add an id to the submission ids
      • Methods inherited from class java.lang.Object

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

      • SubmissionIds

        public SubmissionIds()
    • Method Detail

      • addId

        public void addId​(java.lang.Long id)
        add an id to the submission ids
        Parameters:
        id - the id to add