Uses of Class
org.flowable.bpmn.model.ScriptInfo
-
Packages that use ScriptInfo Package Description org.flowable.bpmn.model -
-
Uses of ScriptInfo in org.flowable.bpmn.model
Fields in org.flowable.bpmn.model declared as ScriptInfo Modifier and Type Field Description protected ScriptInfoAbstractFlowableHttpHandler. scriptInfoprotected ScriptInfoFlowableListener. scriptInfoScriptInfo is populated for implementationType 'script'Methods in org.flowable.bpmn.model that return ScriptInfo Modifier and Type Method Description ScriptInfoScriptInfo. clone()ScriptInfoAbstractFlowableHttpHandler. getScriptInfo()ScriptInfoFlowableListener. getScriptInfo()Return the script info, if present.ScriptInfoHasScriptInfo. getScriptInfo()Return the script info, if present.Methods in org.flowable.bpmn.model with parameters of type ScriptInfo Modifier and Type Method Description voidAbstractFlowableHttpHandler. setScriptInfo(ScriptInfo scriptInfo)voidFlowableListener. setScriptInfo(ScriptInfo scriptInfo)Sets the script infovoidHasScriptInfo. setScriptInfo(ScriptInfo scriptInfo)Sets the script info
-