Uses of Class
org.flowable.bpmn.model.ScriptInfo
Packages that use ScriptInfo
Package
Description
-
Uses of ScriptInfo in org.flowable.bpmn.converter.export
Methods in org.flowable.bpmn.converter.export with parameters of type ScriptInfoModifier and TypeMethodDescriptionstatic void
ScriptInfoExport.writeScriptInfo
(XMLStreamWriter xtw, ScriptInfo scriptInfo) -
Uses of ScriptInfo in org.flowable.bpmn.model
Fields in org.flowable.bpmn.model declared as ScriptInfoModifier and TypeFieldDescriptionprotected ScriptInfo
AbstractFlowableHttpHandler.scriptInfo
protected ScriptInfo
FlowableListener.scriptInfo
ScriptInfo is populated for implementationType 'script'Methods in org.flowable.bpmn.model that return ScriptInfoModifier and TypeMethodDescriptionScriptInfo.clone()
AbstractFlowableHttpHandler.getScriptInfo()
FlowableListener.getScriptInfo()
Return the script info, if present.HasScriptInfo.getScriptInfo()
Return the script info, if present.Methods in org.flowable.bpmn.model with parameters of type ScriptInfoModifier and TypeMethodDescriptionvoid
AbstractFlowableHttpHandler.setScriptInfo
(ScriptInfo scriptInfo) void
FlowableListener.setScriptInfo
(ScriptInfo scriptInfo) Sets the script infovoid
HasScriptInfo.setScriptInfo
(ScriptInfo scriptInfo) Sets the script info -
Uses of ScriptInfo in org.flowable.engine.impl.bpmn.http
Methods in org.flowable.engine.impl.bpmn.http with parameters of type ScriptInfoModifier and TypeMethodDescriptionprotected ScriptHttpHandler
DefaultBpmnHttpActivityDelegate.createScriptHttpHandler
(ExpressionManager expressionManager, ScriptInfo scriptInfo)