org.activiti.engine.impl.bpmn.webservice
类 BpmnInterface
java.lang.Object
org.activiti.engine.impl.bpmn.webservice.BpmnInterface
public class BpmnInterface
- extends Object
An Interface defines a set of operations that are implemented by services
external to the process.
- 作者:
- Joram Barrez
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected String id
name
protected String name
implementation
protected BpmnInterfaceImplementation implementation
operations
protected Map<String,Operation> operations
- Mapping of the operations of this interface.
The key of the map is the id of the operation, for easy retrieval.
BpmnInterface
public BpmnInterface()
BpmnInterface
public BpmnInterface(String id,
String name)
getId
public String getId()
setId
public void setId(String id)
getName
public String getName()
setName
public void setName(String name)
addOperation
public void addOperation(Operation operation)
getOperation
public Operation getOperation(String operationId)
getOperations
public Collection<Operation> getOperations()
getImplementation
public BpmnInterfaceImplementation getImplementation()
setImplementation
public void setImplementation(BpmnInterfaceImplementation implementation)
Copyright © 2013 Alfresco. All rights reserved.