com.bea.control
Annotation Type TaskAnnotations.TaskPlanAnno


@Target(value=TYPE)
@Retention(value=RUNTIME)
public static @interface TaskAnnotations.TaskPlanAnno

Defines the task plan to be associated with a control. Either this or the TaskCreate annotation is required on a TaskControl.


Required Element Summary
 TaskBaseAnnotations.TaskPlanID taskPlanId
          The id of the task plan to base the new task upon.
 

Element Detail

taskPlanId

public abstract TaskBaseAnnotations.TaskPlanID taskPlanId
The id of the task plan to base the new task upon.