|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Qualifier @Retention(value=RUNTIME) @Documented public @interface ProcessVariable
Annotation for qualifying injection points such that process variables are injected. Requires a process instance to be managed
@Inject @ProcessVariable Object accountNumber@Inject @ProcessVariable("accountNumber") Object accountStartProcess annotation:
@ProcessVariableString accountNumber; // will be added as a process // variable to the 'billingProcess'@StartProcess("billingProcess")public void startBillingProcess() { ... }
| Optional Element Summary | |
|---|---|
String |
value
The name of the process variable to look up. |
public abstract String value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||