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

字段摘要
protected  String id
           
protected  BpmnInterfaceImplementation implementation
           
protected  String name
           
protected  Map<String,Operation> operations
          Mapping of the operations of this interface.
 
构造方法摘要
BpmnInterface()
           
BpmnInterface(String id, String name)
           
 
方法摘要
 void addOperation(Operation operation)
           
 String getId()
           
 BpmnInterfaceImplementation getImplementation()
           
 String getName()
           
 Operation getOperation(String operationId)
           
 Collection<Operation> getOperations()
           
 void setId(String id)
           
 void setImplementation(BpmnInterfaceImplementation implementation)
           
 void setName(String name)
           
 
从类 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.