|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.transfer.AbstractNodeFilter
public abstract class AbstractNodeFilter
A utility base class that simplifies the creation of new node filters.
When used in conjunction with the standard node crawler (StandardNodeCrawlerImpl
),
node filters that extend this base class will automatically have the service registry
injected into them and their init
operations invoked at the appropriate time.
Field Summary | |
---|---|
protected ServiceRegistry |
serviceRegistry
|
Constructor Summary | |
---|---|
AbstractNodeFilter()
|
Method Summary | |
---|---|
void |
init()
|
void |
setServiceRegistry(ServiceRegistry serviceRegistry)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.alfresco.service.cmr.transfer.NodeFilter |
---|
accept |
Field Detail |
---|
protected ServiceRegistry serviceRegistry
Constructor Detail |
---|
public AbstractNodeFilter()
Method Detail |
---|
public void init()
public void setServiceRegistry(ServiceRegistry serviceRegistry)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |