public class ConfigurableTransformationService
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FACTORY_ID |
| Constructor and Description |
|---|
ConfigurableTransformationService() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate(BundleContext context,
java.util.Map<java.lang.String,java.lang.Object> properties)
Called on component activation ot modification
|
void |
deactivate()
Called on component de-activation
|
void |
dispose() |
EObject |
startTransformation(EObject inObject) |
EObject |
startTransformation(java.util.List<? extends EObject> inObjects) |
java.util.List<? extends EObject> |
startTransformations(java.util.List<? extends EObject> inObjects) |
public static final java.lang.String FACTORY_ID
public void activate(BundleContext context,
java.util.Map<java.lang.String,java.lang.Object> properties)
throws ConfigurationException
context - the bundle contextproperties - the component propertiesConfigurationExceptionpublic void deactivate()
public java.util.List<? extends EObject> startTransformations(java.util.List<? extends EObject> inObjects)
public EObject startTransformation(EObject inObject)
public EObject startTransformation(java.util.List<? extends EObject> inObjects)
public void dispose()
Data In Motion Consulting