Uses of Class
org.activiti.engine.impl.bpmn.webservice.BpmnInterface
-
Packages that use BpmnInterface Package Description org.activiti.engine.impl.bpmn.webservice -
-
Uses of BpmnInterface in org.activiti.engine.impl.bpmn.webservice
Fields in org.activiti.engine.impl.bpmn.webservice declared as BpmnInterface Modifier and Type Field Description protected BpmnInterfaceOperation. bpmnInterfaceThe interface to which this operations belongsMethods in org.activiti.engine.impl.bpmn.webservice that return BpmnInterface Modifier and Type Method Description BpmnInterfaceOperation. getInterface()Methods in org.activiti.engine.impl.bpmn.webservice with parameters of type BpmnInterface Modifier and Type Method Description voidOperation. setInterface(BpmnInterface bpmnInterface)Constructors in org.activiti.engine.impl.bpmn.webservice with parameters of type BpmnInterface Constructor Description Operation(java.lang.String id, java.lang.String name, BpmnInterface bpmnInterface, MessageDefinition inMessage)
-