Uses of Interface
org.camunda.bpm.model.cmmn.instance.camunda.CamundaScript
Packages that use CamundaScript
Package
Description
-
Uses of CamundaScript in org.camunda.bpm.engine.impl.cmmn.handler
Methods in org.camunda.bpm.engine.impl.cmmn.handler with parameters of type CamundaScriptModifier and TypeMethodDescriptionprotected ExecutableScript
ItemHandler.initializeScript
(CmmnElement element, CmmnActivity activity, CmmnHandlerContext context, CamundaScript script) -
Uses of CamundaScript in org.camunda.bpm.model.cmmn.impl.instance.camunda
Classes in org.camunda.bpm.model.cmmn.impl.instance.camunda that implement CamundaScriptFields in org.camunda.bpm.model.cmmn.impl.instance.camunda with type parameters of type CamundaScriptModifier and TypeFieldDescriptionprotected static ChildElement<CamundaScript>
CamundaCaseExecutionListenerImpl.camundaScriptChild
protected static ChildElement<CamundaScript>
CamundaTaskListenerImpl.camundaScriptChild
protected static ChildElement<CamundaScript>
CamundaVariableListenerImpl.camundaScriptChild
Methods in org.camunda.bpm.model.cmmn.impl.instance.camunda that return CamundaScriptModifier and TypeMethodDescriptionCamundaCaseExecutionListenerImpl.getCamundaScript()
CamundaTaskListenerImpl.getCamundaScript()
CamundaVariableListenerImpl.getCamundaScript()
Methods in org.camunda.bpm.model.cmmn.impl.instance.camunda with parameters of type CamundaScriptModifier and TypeMethodDescriptionvoid
CamundaCaseExecutionListenerImpl.setCamundaScript
(CamundaScript camundaScript) void
CamundaTaskListenerImpl.setCamundaScript
(CamundaScript camundaScript) void
CamundaVariableListenerImpl.setCamundaScript
(CamundaScript camundaScript) -
Uses of CamundaScript in org.camunda.bpm.model.cmmn.instance.camunda
Methods in org.camunda.bpm.model.cmmn.instance.camunda that return CamundaScriptModifier and TypeMethodDescriptionCamundaCaseExecutionListener.getCamundaScript()
CamundaTaskListener.getCamundaScript()
CamundaVariableListener.getCamundaScript()
Methods in org.camunda.bpm.model.cmmn.instance.camunda with parameters of type CamundaScriptModifier and TypeMethodDescriptionvoid
CamundaCaseExecutionListener.setCamundaScript
(CamundaScript camundaScript) void
CamundaTaskListener.setCamundaScript
(CamundaScript camundaScript) void
CamundaVariableListener.setCamundaScript
(CamundaScript camundaScript)