| Modifier and Type | Field and Description |
|---|---|
protected boolean |
active |
protected FilterRegistry |
filterRegistry |
| Constructor and Description |
|---|
AbstractFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isActive()
Determines whether the filter is active
|
void |
register()
Registers this filter with the filter registry
|
void |
setActive(boolean active)
Sets whether this filter is active
|
void |
setFilterRegistry(FilterRegistry filterRegistry)
Sets the filter registry
|
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitafterGenerate, afterPersist, beforeGenerate, beforePersistprotected FilterRegistry filterRegistry
protected boolean active
public void setFilterRegistry(FilterRegistry filterRegistry)
filterRegistry - The FilterRegistry instancepublic void setActive(boolean active)
active - true if the filter should be activepublic void register()
public boolean isActive()
Filterpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.