org.broadleafcommerce.core.workflow
Class ExplicitPrioritySequenceProcessor

java.lang.Object
  extended by org.broadleafcommerce.core.workflow.BaseProcessor
      extended by org.broadleafcommerce.core.workflow.SequenceProcessor
          extended by org.broadleafcommerce.core.workflow.ExplicitPrioritySequenceProcessor
All Implemented Interfaces:
Processor, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean

public class ExplicitPrioritySequenceProcessor
extends SequenceProcessor

Author:
Andre Azzolini (apazzolini)

Constructor Summary
ExplicitPrioritySequenceProcessor()
           
 
Method Summary
 ProcessContext doActivities(Object seedData)
           
 
Methods inherited from class org.broadleafcommerce.core.workflow.SequenceProcessor
doActivities, setProcessContextFactory, supports
 
Methods inherited from class org.broadleafcommerce.core.workflow.BaseProcessor
afterPropertiesSet, getActivities, getAutoRollbackOnError, getBeanDesc, getBeanFactory, getBeanName, getDefaultErrorHandler, setActivities, setAutoRollbackOnError, setBeanFactory, setBeanName, setDefaultErrorHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExplicitPrioritySequenceProcessor

public ExplicitPrioritySequenceProcessor()
Method Detail

doActivities

public ProcessContext doActivities(Object seedData)
                            throws WorkflowException
Specified by:
doActivities in interface Processor
Overrides:
doActivities in class SequenceProcessor
Throws:
WorkflowException


Copyright © 2013. All Rights Reserved.