public abstract class BaseFilter extends BaseEventProcessor<FilterAdapter> implements Filter
| Constructor and Description |
|---|
BaseFilter() |
| Modifier and Type | Method and Description |
|---|---|
FilterAdapter |
createAdapter() |
BaseFilterMeta |
getMeta() |
BaseFilter |
withCategory(String category) |
BaseFilter |
withDescription(String description) |
BaseFilter |
withEvent(String eventName) |
BaseFilter |
withEvents(List<String> eventNames) |
BaseFilter |
withFeature(String name,
Object value) |
BaseFilter |
withFeatures(Map<String,Object> features) |
BaseFilter |
withLabel(String label) |
BaseFilter |
withName(String name) |
BaseFilter |
withVersion(Integer version) |
getAdapter, getKb, getKnowledgeBase, getLogger, getSponge, onInit, setAdapter, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAdapter, getLogger, onConfigure, onInitgetKnowledgeBasepublic final FilterAdapter createAdapter()
createAdapter in interface ProcessorAdapterFactory<FilterAdapter>public BaseFilterMeta getMeta()
getMeta in interface EventProcessorOperationsgetMeta in interface FilterOperationsgetMeta in interface ProcessorOperationsgetMeta in class BaseEventProcessor<FilterAdapter>public BaseFilter withName(String name)
withName in class BaseProcessor<FilterAdapter>public BaseFilter withLabel(String label)
withLabel in class BaseProcessor<FilterAdapter>public BaseFilter withDescription(String description)
withDescription in class BaseProcessor<FilterAdapter>public BaseFilter withVersion(Integer version)
withVersion in class BaseProcessor<FilterAdapter>public BaseFilter withFeatures(Map<String,Object> features)
withFeatures in class BaseProcessor<FilterAdapter>public BaseFilter withFeature(String name, Object value)
withFeature in class BaseProcessor<FilterAdapter>public BaseFilter withCategory(String category)
withCategory in class BaseProcessor<FilterAdapter>public BaseFilter withEvents(List<String> eventNames)
withEvents in class BaseEventProcessor<FilterAdapter>public BaseFilter withEvent(String eventName)
withEvent in class BaseEventProcessor<FilterAdapter>Copyright © 2016–2019 Softelnet. All rights reserved.