|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DmnTransform
A transform of a DMN model instance
| Method Summary | ||
|---|---|---|
DmnTransform |
modelInstance(org.camunda.bpm.model.dmn.DmnModelInstance modelInstance)
Set the DMN model instance to transform. |
|
DmnTransform |
modelInstance(File file)
Set the DMN model instance to transform as file. |
|
DmnTransform |
modelInstance(InputStream inputStream)
Set the DMN model instance to transform as input stream. |
|
void |
setModelInstance(org.camunda.bpm.model.dmn.DmnModelInstance modelInstance)
Set the DMN model instance to transform. |
|
void |
setModelInstance(File file)
Set the DMN model instance to transform as file. |
|
void |
setModelInstance(InputStream inputStream)
Set the DMN model instance to transform as input stream. |
|
|
transformDecisions()
|
|
| Method Detail |
|---|
void setModelInstance(File file)
file - the file of the DMN model instanceDmnTransform modelInstance(File file)
file - the file of the DMN model instance
void setModelInstance(InputStream inputStream)
inputStream - the input stream of the DMN model instanceDmnTransform modelInstance(InputStream inputStream)
inputStream - the input stream of the DMN model instance
void setModelInstance(org.camunda.bpm.model.dmn.DmnModelInstance modelInstance)
modelInstance - the DMN model instanceDmnTransform modelInstance(org.camunda.bpm.model.dmn.DmnModelInstance modelInstance)
modelInstance - the DMN model instance
<T extends DmnDecision> List<T> transformDecisions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||