|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Guard
Guard interface.
| Method Summary | |
|---|---|
void |
checkPostconditions(org.camunda.bpm.engine.delegate.DelegateExecution delegateExecution)
Checks of post-conditions. |
void |
checkPreconditions(org.camunda.bpm.engine.delegate.DelegateExecution delegateExecution)
Checks of pre-conditions. |
| Method Detail |
|---|
void checkPreconditions(org.camunda.bpm.engine.delegate.DelegateExecution delegateExecution)
throws IllegalStateException
delegateExecution - current execution.
IllegalStateException - thrown if pre-condition is not met.
void checkPostconditions(org.camunda.bpm.engine.delegate.DelegateExecution delegateExecution)
throws IllegalStateException
delegateExecution - current execution.
IllegalStateException - thrown if post-condition is not met.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||