org.camunda.bpm.dmn.engine.impl
Interface CachedCompiledScriptSupport

All Known Implementing Classes:
DmnExpressionImpl

public interface CachedCompiledScriptSupport

Author:
Daniel Meyer

Method Summary
 void cacheCompiledScript(CompiledScript compiledScript)
           
 CompiledScript getCachedCompiledScript()
           
 

Method Detail

cacheCompiledScript

void cacheCompiledScript(CompiledScript compiledScript)

getCachedCompiledScript

CompiledScript getCachedCompiledScript()


Copyright © 2017 camunda services GmbH. All rights reserved.