|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface State
indicates that a method is to be enlisted as a handler for a given BPMN state
| Optional Element Summary | |
|---|---|
String |
process
the business process name |
String |
state
the state that the component responds to, |
String |
value
by default, this will be the #stateName |
public abstract String process
public abstract String state
public abstract String value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||