public abstract class BaseProcessor extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.BeanFactoryAware, Processor
ActivitiesActivity| Constructor and Description |
|---|
BaseProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
List<Activity> |
getActivities() |
boolean |
getAutoRollbackOnError()
Whether or not the ActivityStateManager should automatically attempt to rollback any RollbackHandlers registered.
|
protected String |
getBeanDesc()
Returns the bean description if the current bean factory allows it.
|
org.springframework.beans.factory.BeanFactory |
getBeanFactory() |
String |
getBeanName() |
ErrorHandler |
getDefaultErrorHandler() |
void |
setActivities(List<Activity> activities)
Sets the collection of Activities to be executed by the Workflow Process
|
void |
setAutoRollbackOnError(boolean autoRollbackOnError)
Set whether or not the ActivityStateManager should automatically attempt to rollback any RollbackHandlers registered.
|
void |
setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) |
void |
setBeanName(String beanName) |
void |
setDefaultErrorHandler(ErrorHandler defaultErrorHandler) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoActivities, doActivities, setProcessContextFactory, supportspublic void setBeanName(String beanName)
setBeanName in interface org.springframework.beans.factory.BeanNameAwarepublic void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
throws org.springframework.beans.BeansException
setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAwareorg.springframework.beans.BeansExceptionpublic boolean getAutoRollbackOnError()
public void setAutoRollbackOnError(boolean autoRollbackOnError)
autoRollbackOnError - Whether or not the ActivityStateManager should automatically attempt to rollbackpublic void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionprotected String getBeanDesc()
public void setActivities(List<Activity> activities)
setActivities in interface Processoractivities - ordered collection (List) of activities to be executed by the processorpublic void setDefaultErrorHandler(ErrorHandler defaultErrorHandler)
setDefaultErrorHandler in interface Processorpublic String getBeanName()
public ErrorHandler getDefaultErrorHandler()
public org.springframework.beans.factory.BeanFactory getBeanFactory()
Copyright © 2014. All rights reserved.