Uses of Interface
org.jbpm.process.instance.impl.JavaAction
-
Packages that use JavaAction Package Description org.jbpm.bpmn2.handler org.jbpm.bpmn2.xml org.jbpm.workflow.core.impl -
-
Uses of JavaAction in org.jbpm.bpmn2.handler
Classes in org.jbpm.bpmn2.handler that implement JavaAction Modifier and Type Class Description class
SendMessageAction
class
SendSignalAction
-
Uses of JavaAction in org.jbpm.bpmn2.xml
Methods in org.jbpm.bpmn2.xml with parameters of type JavaAction Modifier and Type Method Description protected void
AbstractNodeHandler. writeJavaAction(Node node, JavaAction action, StringBuilder xmlDump)
-
Uses of JavaAction in org.jbpm.workflow.core.impl
Methods in org.jbpm.workflow.core.impl that return JavaAction Modifier and Type Method Description JavaAction
JavaDroolsAction. getAction()
Constructors in org.jbpm.workflow.core.impl with parameters of type JavaAction Constructor Description JavaDroolsAction(JavaAction action)
-