com.bea.control
Annotation Type TaskBaseAnnotations.TaskPlanID


@Retention(value=RUNTIME)
public static @interface TaskBaseAnnotations.TaskPlanID


Optional Element Summary
 String path
           
 float version
           
 String worklistHostApplicationId
          The id of the application hosting the Worklist system instance whose registry contains the task plan for the new task.
 

path

public abstract String path
Default:
""

version

public abstract float version
Default:
1.0f

worklistHostApplicationId

public abstract String worklistHostApplicationId
The id of the application hosting the Worklist system instance whose registry contains the task plan for the new task. If not specified, this will default to the name of the application that contains this control instance.

Default:
""