|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.audit.extractor.AbstractDataExtractor
public abstract class AbstractDataExtractor
Abstract implementation to provide support.
Field Summary | |
---|---|
protected org.apache.commons.logging.Log |
logger
Logger that can be used by subclasses |
Constructor Summary | |
---|---|
AbstractDataExtractor()
|
Method Summary | |
---|---|
void |
afterPropertiesSet()
Registers the instance |
boolean |
equals(java.lang.Object obj)
This implementation assumes all extractors are stateless i.e. |
void |
setBeanName(java.lang.String name)
Set the name with which to register |
void |
setRegistry(org.alfresco.util.registry.NamedObjectRegistry registry)
Set the registry with which to register |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.alfresco.repo.audit.extractor.DataExtractor |
---|
extractData, isSupported |
Field Detail |
---|
protected final org.apache.commons.logging.Log logger
Constructor Detail |
---|
public AbstractDataExtractor()
Method Detail |
---|
public void setBeanName(java.lang.String name)
register
setBeanName
in interface org.springframework.beans.factory.BeanNameAware
name
- the name of the beanpublic void setRegistry(org.alfresco.util.registry.NamedObjectRegistry registry)
public void afterPropertiesSet() throws java.lang.Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
java.lang.Exception
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |