org.camunda.bdd.examples.simple.guard
Class AutomaticProcessingGuard

java.lang.Object
  extended by org.camunda.bpm.data.ActivityGuard
      extended by 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

Field Summary
 
Fields inherited from interface org.camunda.bpm.engine.delegate.ExecutionListener
EVENTNAME_END, EVENTNAME_START, EVENTNAME_TAKE
 
Constructor Summary
AutomaticProcessingGuard()
           
 
Method Summary
 void checkPostconditions(org.camunda.bpm.engine.delegate.DelegateExecution execution)
           
 
Methods inherited from class org.camunda.bpm.data.ActivityGuard
checkPreconditions, notify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutomaticProcessingGuard

public AutomaticProcessingGuard()
Method Detail

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.