Uses of Class
org.activiti.bpmn.model.Operation
-
Packages that use Operation Package Description org.activiti.bpmn.model -
-
Uses of Operation in org.activiti.bpmn.model
Fields in org.activiti.bpmn.model with type parameters of type Operation Modifier and Type Field Description protected java.util.List<Operation>Interface. operationsMethods in org.activiti.bpmn.model that return Operation Modifier and Type Method Description OperationOperation. clone()Methods in org.activiti.bpmn.model that return types with arguments of type Operation Modifier and Type Method Description java.util.List<Operation>Interface. getOperations()Methods in org.activiti.bpmn.model with parameters of type Operation Modifier and Type Method Description voidOperation. setValues(Operation otherElement)Method parameters in org.activiti.bpmn.model with type arguments of type Operation Modifier and Type Method Description voidInterface. setOperations(java.util.List<Operation> operations)
-