Uses of Class
org.flowable.engine.impl.bpmn.webservice.Operation
Packages that use Operation
Package
Description
-
Uses of Operation in org.flowable.engine.impl.bpmn.behavior
Fields in org.flowable.engine.impl.bpmn.behavior with type parameters of type Operation -
Uses of Operation in org.flowable.engine.impl.bpmn.webservice
Fields in org.flowable.engine.impl.bpmn.webservice with type parameters of type OperationModifier and TypeFieldDescriptionBpmnInterface.operations
Mapping of the operations of this interface.Methods in org.flowable.engine.impl.bpmn.webservice that return OperationMethods in org.flowable.engine.impl.bpmn.webservice that return types with arguments of type OperationMethods in org.flowable.engine.impl.bpmn.webservice with parameters of type OperationModifier and TypeMethodDescriptionvoid
BpmnInterface.addOperation
(Operation operation) OperationImplementation.sendFor
(MessageInstance message, Operation operation, ConcurrentMap<QName, URL> overriddenEndpointAddresses) Sends the message on behalf of operation -
Uses of Operation in org.flowable.engine.impl.webservice
Methods in org.flowable.engine.impl.webservice with parameters of type OperationModifier and TypeMethodDescriptionWSOperation.sendFor
(MessageInstance message, Operation operation, ConcurrentMap<QName, URL> overridenEndpointAddresses)