|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Qualifier @Retention(value=RUNTIME) @Documented public @interface ProcessVariableLocal
Annotation for qualifying injection points such that local process variables are injected. Requires a process instance to be managed
@Inject @ProcessVariableLocal Object accountNumber@Inject @ProcessVariableLocal("accountNumber") Object account
| Optional Element Summary | |
|---|---|
String |
value
The name of the local process variable to look up. |
public abstract String value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||