Annotation Type Update


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface Update
    Marker annotation for method that handles the "Save" / "Submit" event for a Form for existing 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