org.camunda.bpm.dmn.engine.impl.spi.transform
Interface DmnElementTransformContext
- All Known Implementing Classes:
- DefaultDmnTransform
public interface DmnElementTransformContext
Context available during the DMN transformation
getModelInstance
org.camunda.bpm.model.dmn.DmnModelInstance getModelInstance()
- Returns:
- the transformed DMN model instance
getParent
Object getParent()
- Returns:
- the already transformed parent of the current transformed element
getDecision
DmnDecision getDecision()
- Returns:
- the already transformed decision to which the current transformed element belongs
getDataTypeTransformerRegistry
DmnDataTypeTransformerRegistry getDataTypeTransformerRegistry()
- Returns:
- the
DmnDataTypeTransformerRegistry to use
getHitPolicyHandlerRegistry
DmnHitPolicyHandlerRegistry getHitPolicyHandlerRegistry()
- Returns:
- the
DmnHitPolicyHandlerRegistry to use
Copyright © 2017 camunda services GmbH. All rights reserved.