Class AjaxCreateItemSuccessResponse


  • public class AjaxCreateItemSuccessResponse
    extends AjaxResponse
    UI Response for successfully creating an item. Since all items in IRIDA require an id, the identifier is returned to the client on successful creation.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getId()  
      • Methods inherited from class java.lang.Object

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

      • AjaxCreateItemSuccessResponse

        public AjaxCreateItemSuccessResponse​(long id)
    • Method Detail

      • getId

        public long getId()