Annotation Type WidParameter


  • @Documented
    public @interface WidParameter
    Used within the Wid annotation to define the workitem input parameters to be placed within the workitem configuration.
    • Element Detail

      • name

        String name
        Default:
        ""
      • type

        String type
        Default:
        "new StringDataType()"
      • runtimeType

        String runtimeType
        Default:
        "String"
      • required

        boolean required
        Default:
        false