Uses of Class
org.activiti.engine.impl.bpmn.webservice.Operation
-
Packages that use Operation Package Description org.activiti.engine.impl.bpmn.behavior org.activiti.engine.impl.bpmn.webservice org.activiti.engine.impl.webservice -
-
Uses of Operation in org.activiti.engine.impl.bpmn.behavior
Fields in org.activiti.engine.impl.bpmn.behavior with type parameters of type Operation Modifier and Type Field Description protected java.util.Map<java.lang.String,Operation>WebServiceActivityBehavior. operationMap -
Uses of Operation in org.activiti.engine.impl.bpmn.webservice
Fields in org.activiti.engine.impl.bpmn.webservice with type parameters of type Operation Modifier and Type Field Description protected java.util.Map<java.lang.String,Operation>BpmnInterface. operationsMapping of the operations of this interface.Methods in org.activiti.engine.impl.bpmn.webservice that return Operation Modifier and Type Method Description OperationBpmnInterface. getOperation(java.lang.String operationId)Methods in org.activiti.engine.impl.bpmn.webservice that return types with arguments of type Operation Modifier and Type Method Description java.util.Collection<Operation>BpmnInterface. getOperations()Methods in org.activiti.engine.impl.bpmn.webservice with parameters of type Operation Modifier and Type Method Description voidBpmnInterface. addOperation(Operation operation)MessageInstanceOperationImplementation. sendFor(MessageInstance message, Operation operation, java.util.concurrent.ConcurrentMap<javax.xml.namespace.QName,java.net.URL> overridenEndpointAddresses)Sends the message on behalf of operation -
Uses of Operation in org.activiti.engine.impl.webservice
Methods in org.activiti.engine.impl.webservice with parameters of type Operation Modifier and Type Method Description MessageInstanceWSOperation. sendFor(MessageInstance message, Operation operation, java.util.concurrent.ConcurrentMap<javax.xml.namespace.QName,java.net.URL> overridenEndpointAddresses)Deprecated.Sends the message on behalf of operation
-