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 voidScriptInfoExport.writeScriptInfo(XMLStreamWriter xtw, ScriptInfo scriptInfo) -
Uses of ScriptInfo in org.flowable.bpmn.model
Fields in org.flowable.bpmn.model declared as ScriptInfoModifier and TypeFieldDescriptionprotected ScriptInfoAbstractFlowableHttpHandler.scriptInfoprotected ScriptInfoFlowableListener.scriptInfoScriptInfo 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 TypeMethodDescriptionvoidAbstractFlowableHttpHandler.setScriptInfo(ScriptInfo scriptInfo) voidFlowableListener.setScriptInfo(ScriptInfo scriptInfo) Sets the script infovoidHasScriptInfo.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 ScriptHttpHandlerDefaultBpmnHttpActivityDelegate.createScriptHttpHandler(ExpressionManager expressionManager, ScriptInfo scriptInfo)