Annotation Type FlowScoped

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value
      Must be equivalent to the Flow.getId() of a defined flow for this application.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String definingDocumentId
      If not empty, declare the defining document id within which the Flow referenced by value() is unique.
    • Element Detail

      • value

        String value

        Must be equivalent to the Flow.getId() of a defined flow for this application.

        Returns:
        the id of this flow
        Since:
        2.2
      • definingDocumentId

        String definingDocumentId

        If not empty, declare the defining document id within which the Flow referenced by value() is unique. If empty the, the runtime assumes that all flow ids are unique within the scope of the application.

        Returns:
        the defining document id of this flow
        Since:
        2.2
        Default:
        ""