Uses of Interface
com.ibm.xtools.bpmn2.Operation

Packages that use Operation
com.ibm.xtools.bpmn2   
com.ibm.xtools.bpmn2.util   
 

Uses of Operation in com.ibm.xtools.bpmn2
 

Methods in com.ibm.xtools.bpmn2 that return Operation
 Operation Bpmn2Factory.createOperation()
          Returns a new object of class 'Operation'.
 Operation ServiceTask.getOperation()
          Returns the value of the 'Operation' reference.
 Operation DocumentRoot.getOperation()
          Returns the value of the 'Operation' containment reference.
 Operation MessageEventDefinition.getOperation()
          Returns the value of the 'Operation' reference.
 

Methods in com.ibm.xtools.bpmn2 that return types with arguments of type Operation
 org.eclipse.emf.common.util.EList<Operation> Interface.getOperations()
          Returns the value of the 'Operations' containment reference list.
 

Methods in com.ibm.xtools.bpmn2 with parameters of type Operation
 void ServiceTask.setOperation(Operation value)
          Sets the value of the 'Operation' reference.
 void DocumentRoot.setOperation(Operation value)
          Sets the value of the 'Operation' containment reference.
 void MessageEventDefinition.setOperation(Operation value)
          Sets the value of the 'Operation' reference.
 

Uses of Operation in com.ibm.xtools.bpmn2.util
 

Methods in com.ibm.xtools.bpmn2.util with parameters of type Operation
 T Bpmn2Switch.caseOperation(Operation object)
          Returns the result of interpreting the object as an instance of 'Operation'.