net.sf.dropboxmq.workflow.ingest
Class IngestedProcessor.IngestedState

java.lang.Object
  extended by net.sf.dropboxmq.workflow.ingest.IngestedProcessor.IngestedState
Enclosing class:
IngestedProcessor

public static class IngestedProcessor.IngestedState
extends Object


Constructor Summary
IngestedProcessor.IngestedState()
           
 
Method Summary
 List<String> getDeferredEventTypeNames()
           
 State getState()
           
 List<IngestedProcessor.IngestedTransition> getTransitions()
           
 boolean isInitial()
           
 void setInitial(boolean initial)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IngestedProcessor.IngestedState

public IngestedProcessor.IngestedState()
Method Detail

getState

public State getState()

getDeferredEventTypeNames

public List<String> getDeferredEventTypeNames()

getTransitions

public List<IngestedProcessor.IngestedTransition> getTransitions()

isInitial

public boolean isInitial()

setInitial

public void setInitial(boolean initial)