com.bea.control
Annotation Type TaskBaseAnnotations.TaskSetResponse81x


Deprecated.

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

For 81x backwards compatibility only. Causes the method for this annotation to set the value of the indicated property onto the task instance(s) for this control. The method attached to this annotation will take arguments that can be combined with annotation values to form the effective runtime property value. The effective runtime value will be taken as the ‘data’ for the TaskMessageValue value for the indicated property. If the method declares it can throw DataTypeException, any DataTypeException that might occur when trying to serialize/store the value will be thrown directly. Otherwise, it will be wrapped in an IllegalArgumentException and thrown that way.


Required Element Summary
 String mimeType
          Deprecated.  
 String value
          Deprecated.  
 

Element Detail

value

public abstract String value
Deprecated. 

mimeType

public abstract String mimeType
Deprecated.