com.bea.control
Annotation Type TaskBaseAnnotations.TaskSetError


@Retention(value=RUNTIME)
@Target(value=METHOD)
public static @interface TaskBaseAnnotations.TaskSetError

Causes the method for this annotation to set an error condition on the task instance(s) for this control. Methods with this annotation should only be used to indicate technical errors in the processing of a task. Business errors should be accounted for in the step/action model of the task plan for this task.


Required Element Summary
 String message
           
 

Element Detail

message

public abstract String message