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

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

public static class IngestedProcessor.IngestedProcessType
extends Object


Constructor Summary
IngestedProcessor.IngestedProcessType()
           
 
Method Summary
 List<IngestedProcessor.IngestedEventType> getEventTypes()
           
 ProcessType getProcessType()
           
 List<IngestedProcessor.IngestedState> getStates()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IngestedProcessor.IngestedProcessType

public IngestedProcessor.IngestedProcessType()
Method Detail

getProcessType

public ProcessType getProcessType()

getEventTypes

public List<IngestedProcessor.IngestedEventType> getEventTypes()

getStates

public List<IngestedProcessor.IngestedState> getStates()