org.activiti.engine.impl.bpmn.webservice
接口 OperationImplementation
- 所有已知实现类:
- WSOperation
public interface OperationImplementation
Represents an implementation of a Operation
- 作者:
- Esteban Robles Luna
getId
String getId()
- 返回:
- the id of this implementation
getName
String getName()
- 返回:
- the name of this implementation
sendFor
MessageInstance sendFor(MessageInstance message,
Operation operation)
- Sends the message on behalf of operation
- 参数:
message
- the message to be sentoperation
- the operation that is interested on sending the message
- 返回:
- the resulting message
Copyright © 2013 Alfresco. All rights reserved.