|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DmnElementTransformHandlerRegistry
Registry of DMN model element transformers
| Method Summary | ||
|---|---|---|
|
addHandler(Class<Source> sourceClass,
DmnElementTransformHandler<Source,Target> handler)
Register a DmnElementTransformHandler for a source type |
|
|
getHandler(Class<Source> sourceClass)
Get the transformer for a source type |
|
| Method Detail |
|---|
<Source extends org.camunda.bpm.model.dmn.instance.DmnModelElementInstance,Target> DmnElementTransformHandler<Source,Target> getHandler(Class<Source> sourceClass)
Source - the type of the transformation inputTarget - the type of the transformation outputsourceClass - the class of the source type
DmnElementTransformHandler or null if none is registered for this source type
<Source extends org.camunda.bpm.model.dmn.instance.DmnModelElementInstance,Target> void addHandler(Class<Source> sourceClass,
DmnElementTransformHandler<Source,Target> handler)
DmnElementTransformHandler for a source type
Source - the type of the transformation inputTarget - the type of the transformation outputsourceClass - the class of the source typehandler - the handler to register
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||