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