Uses of Class
ecmwf.common.database.Operation
Packages that use Operation
Package
Description
-
Uses of Operation in ecmwf.common.database
Fields in ecmwf.common.database declared as OperationModifier and TypeFieldDescriptionprotected OperationIncomingPermission.operationThe operation.protected OperationPermission.operationThe operation.Methods in ecmwf.common.database that return OperationModifier and TypeMethodDescriptionDataGet.getOperation(String name) Gets the operation.IncomingPermission.getOperation()Gets the operation.Permission.getOperation()Gets the operation.DataGet.getOperationArray()Gets the operation array.DataGet.getOperationObject(String name) Gets the operation object.ECpdsBase.getOperationsForIncomingUser(String userId) Gets the operations for an incoming user.Methods in ecmwf.common.database with parameters of type OperationModifier and TypeMethodDescriptionvoidIncomingPermission.setOperation(Operation param) Sets the operation.voidPermission.setOperation(Operation param) Sets the operation.Constructors in ecmwf.common.database with parameters of type OperationModifierConstructorDescriptionIncomingPermission(IncomingUser incomingUser, Operation operation) Instantiates a new incoming permission. -
Uses of Operation in ecmwf.ecpds.master
Methods in ecmwf.ecpds.master that return OperationModifier and TypeMethodDescriptionDataBaseInterface.getOperation(String name) Gets the operation.DataBaseInterface.getOperationArray()Gets the operation array.DataBaseInterface.getOperationsForIncomingUser(String userId) Gets operations for an incoming user. -
Uses of Operation in ecmwf.ecpds.master.plugin.http.dao.transfer
Constructors in ecmwf.ecpds.master.plugin.http.dao.transfer with parameters of type OperationModifierConstructorDescriptionprotectedOperationBean(Operation operation) Instantiates a new operation bean.