public abstract class AbstractActivitySummaryProcessor extends org.springframework.extensions.surf.util.AbstractLifecycleBean implements ActivitySummaryProcessor
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractActivitySummaryProcessor.ChangeKey |
static class |
AbstractActivitySummaryProcessor.RemoveKey |
ActivitySummaryProcessor.Change| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
logger |
protected ActivitySummaryProcessorRegistry |
registry |
| Constructor and Description |
|---|
AbstractActivitySummaryProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onBootstrap(org.springframework.context.ApplicationEvent event) |
protected void |
onShutdown(org.springframework.context.ApplicationEvent event) |
java.util.Map |
process(java.util.Map entries) |
protected abstract ActivitySummaryProcessor.Change |
processEntry(java.lang.String key,
java.lang.Object value) |
protected void |
register() |
void |
setCustomRenditions(java.util.List eventTypes) |
void |
setEventTypes(java.util.List eventTypes) |
void |
setRegistry(ActivitySummaryProcessorRegistry registry) |
protected static org.apache.commons.logging.Log logger
protected ActivitySummaryProcessorRegistry registry
public void setEventTypes(java.util.List eventTypes)
public void setRegistry(ActivitySummaryProcessorRegistry registry)
public void setCustomRenditions(java.util.List eventTypes)
protected void onBootstrap(org.springframework.context.ApplicationEvent event)
onBootstrap in class org.springframework.extensions.surf.util.AbstractLifecycleBeanprotected void onShutdown(org.springframework.context.ApplicationEvent event)
onShutdown in class org.springframework.extensions.surf.util.AbstractLifecycleBeanpublic java.util.Map process(java.util.Map entries)
process in interface ActivitySummaryProcessorprotected abstract ActivitySummaryProcessor.Change processEntry(java.lang.String key, java.lang.Object value)
protected void register()
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.