org.camunda.bpm.engine.impl.scripting
Class ScriptFactory
java.lang.Object
org.camunda.bpm.engine.impl.scripting.ScriptFactory
public class ScriptFactory
- extends Object
A script factory is responsible for creating a ExecutableScript
instance. Users may customize (subclass) this class in order to customize script
creation. For instance, some users may choose to pre-process scripts before
they are created.
- Author:
- Daniel Meyer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScriptFactory
public ScriptFactory()
createScriptFromResource
public ExecutableScript createScriptFromResource(String language,
String resource)
createScriptFromResource
public ExecutableScript createScriptFromResource(String language,
Expression resourceExpression)
createScriptFromSource
public ExecutableScript createScriptFromSource(String language,
String source)
createScriptFromSource
public ExecutableScript createScriptFromSource(String language,
Expression sourceExpression)
Copyright © 2016 camunda services GmbH. All rights reserved.