public class EventFilterImpl extends java.lang.Object implements EventFilter, ConfigurationFactory
| Constructor and Description |
|---|
EventFilterImpl(BundleContext context,
java.lang.String factoryId) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(UserInformation userInformation,
java.lang.String configurationId)
receive configuration delete request
|
void |
dispose() |
boolean |
matches(Event event) |
void |
update(UserInformation userInformation,
java.lang.String configurationId,
java.util.Map<java.lang.String,java.lang.String> properties)
receive configuration update
|
public EventFilterImpl(BundleContext context,
java.lang.String factoryId)
public void dispose()
dispose in interface EventFilterpublic boolean matches(Event event)
matches in interface EventFilterpublic void update(UserInformation userInformation,
java.lang.String configurationId,
java.util.Map<java.lang.String,java.lang.String> properties)
throws java.lang.Exception
ConfigurationFactoryupdate in interface ConfigurationFactoryuserInformation - the principal that performed the change, may be nullconfigurationId - the configuration object to changeproperties - the new propertiesjava.lang.Exception - can be thrown if anything goes wrong changing the configurationpublic void delete(UserInformation userInformation,
java.lang.String configurationId)
throws java.lang.Exception
ConfigurationFactorydelete in interface ConfigurationFactoryuserInformation - the principal that performed the change, may be nullconfigurationId - the configuration object to changejava.lang.Exception - can be thrown if anything goes wrong changing the configuration
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0