Annotation Type Insert


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface Insert
    Marker annotation for method that handles the "Save" / "Submit" event for a Form for new documents. Will override regular save operation.

    • Returning void or null will reload the web page.
    • Returning not-null DocumentReference will redirect.
      • Applicable to: iKnowBase Classic