Uses of Interface
org.camunda.bpm.model.cmmn.instance.camunda.CamundaScript
-
Packages that use CamundaScript Package Description org.camunda.bpm.engine.impl.cmmn.handler org.camunda.bpm.model.cmmn.impl.instance.camunda org.camunda.bpm.model.cmmn.instance.camunda -
-
Uses of CamundaScript in org.camunda.bpm.engine.impl.cmmn.handler
Methods in org.camunda.bpm.engine.impl.cmmn.handler with parameters of type CamundaScript Modifier and Type Method Description protected 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 CamundaScript Modifier and Type Class Description class
CamundaScriptImpl
Fields in org.camunda.bpm.model.cmmn.impl.instance.camunda with type parameters of type CamundaScript Modifier and Type Field Description protected 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 CamundaScript Modifier and Type Method Description CamundaScript
CamundaCaseExecutionListenerImpl. getCamundaScript()
CamundaScript
CamundaTaskListenerImpl. getCamundaScript()
CamundaScript
CamundaVariableListenerImpl. getCamundaScript()
Methods in org.camunda.bpm.model.cmmn.impl.instance.camunda with parameters of type CamundaScript Modifier and Type Method Description void
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 CamundaScript Modifier and Type Method Description CamundaScript
CamundaCaseExecutionListener. getCamundaScript()
CamundaScript
CamundaTaskListener. getCamundaScript()
CamundaScript
CamundaVariableListener. getCamundaScript()
Methods in org.camunda.bpm.model.cmmn.instance.camunda with parameters of type CamundaScript Modifier and Type Method Description void
CamundaCaseExecutionListener. setCamundaScript(CamundaScript camundaScript)
void
CamundaTaskListener. setCamundaScript(CamundaScript camundaScript)
void
CamundaVariableListener. setCamundaScript(CamundaScript camundaScript)
-