public abstract class BaseChangeProcessor extends Object implements ChangeProcessor, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.BeanFactoryAware
Constructor and Description |
---|
BaseChangeProcessor() |
Modifier and Type | Method and Description |
---|---|
org.springframework.beans.factory.BeanFactory |
getBeanFactory() |
String |
getBeanName() |
org.apache.commons.configuration.Configuration |
getProcessorConfiguration() |
WorkflowManagerImpl |
getWorkflowManager()
Auxiliary method to access autowired Spring beans from within non-spring java objects.
|
boolean |
isEnabled()
Checks whether this change processor is enabled (typically, using the midpoint configuration file).
|
void |
setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) |
void |
setBeanName(String name) |
void |
setEnabled(boolean enabled) |
protected void |
setProcessorConfiguration(org.apache.commons.configuration.Configuration c) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
externalizeProcessInstanceState, externalizeWorkItemContents, onProcessEnd, prepareProcessInstanceAuditRecord, prepareWorkItemAuditRecord, processModelInvocation
public String getBeanName()
public void setBeanName(String name)
setBeanName
in interface org.springframework.beans.factory.BeanNameAware
public org.springframework.beans.factory.BeanFactory getBeanFactory()
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) throws org.springframework.beans.BeansException
setBeanFactory
in interface org.springframework.beans.factory.BeanFactoryAware
org.springframework.beans.BeansException
public boolean isEnabled()
ChangeProcessor
isEnabled
in interface ChangeProcessor
public void setEnabled(boolean enabled)
public org.apache.commons.configuration.Configuration getProcessorConfiguration()
protected void setProcessorConfiguration(org.apache.commons.configuration.Configuration c)
public WorkflowManagerImpl getWorkflowManager()
ChangeProcessor
getWorkflowManager
in interface ChangeProcessor
Copyright © 2015 evolveum. All rights reserved.