Annotation Type Wid


  • @Retention(RUNTIME)
    @Target(TYPE)
    @Documented
    public @interface Wid
    Defines an annotated class that is of type Wid. Used for WorkItemHandler implmenentations to define values for the handlers workitem configuration. Can be used to auto-generate the handlers workitem configuration (.wid) file.
    • Element Detail

      • widfile

        String widfile
        Default:
        ""
      • displayName

        String displayName
        Default:
        ""
      • category

        String category
        Default:
        ""
      • description

        String description
        Default:
        ""
      • defaultHandler

        String defaultHandler
        Default:
        ""
      • documentation

        String documentation
        Default:
        ""
      • serviceInfo

        WidService serviceInfo
        Default:
        @org.jbpm.process.workitem.core.util.service.WidService