org.camunda.bdd.examples.simple.guard
Class AutomaticProcessingGuard
java.lang.Object
org.camunda.bpm.data.ActivityGuard
org.camunda.bdd.examples.simple.guard.AutomaticProcessingGuard
- All Implemented Interfaces:
- Serializable, Guard, org.camunda.bpm.engine.delegate.ExecutionListener
public class AutomaticProcessingGuard
- extends ActivityGuard
Guard of the isAutomatic variable.
- See Also:
- Serialized Form
| Fields inherited from interface org.camunda.bpm.engine.delegate.ExecutionListener |
EVENTNAME_END, EVENTNAME_START, EVENTNAME_TAKE |
|
Method Summary |
void |
checkPostconditions(org.camunda.bpm.engine.delegate.DelegateExecution execution)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AutomaticProcessingGuard
public AutomaticProcessingGuard()
checkPostconditions
public void checkPostconditions(org.camunda.bpm.engine.delegate.DelegateExecution execution)
throws IllegalStateException
- Specified by:
checkPostconditions in interface Guard- Overrides:
checkPostconditions in class ActivityGuard
- Throws:
IllegalStateException
Copyright © 2014 camunda services GmbH. All rights reserved.