Package org.camunda.bpm.scenario.impl
Interface Executable<S>
-
- All Superinterfaces:
Comparable<S>
- All Known Implementing Classes:
AbstractEventSubscriptionDelegate,AbstractExecutable,AbstractExternalTaskDelegate,AbstractProcessInstanceDelegate,AbstractTaskDelegate,BusinessRuleTaskExecutable,CallActivityExecutable,ConditionalIntermediateEventExecutable,ContinuationExecutable,DeferredExecutable,EventBasedGatewayExecutable,IgnoredExecutable,JobExecutable,MessageEndEventExecutable,MessageIntermediateCatchEventExecutable,MessageIntermediateThrowEventExecutable,ReceiveTaskExecutable,SendTaskExecutable,ServiceTaskExecutable,SignalIntermediateCatchEventExecutable,TimerIntermediateEventExecutable,TimerJobExecutable,UserTaskExecutable,WaitstateExecutable
public interface Executable<S> extends Comparable<S>
- Author:
- Martin Schimak
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classExecutable.Deferredsstatic classExecutable.Helpersstatic classExecutable.Jobsstatic classExecutable.Waitstates
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute()-
Methods inherited from interface java.lang.Comparable
compareTo
-
-