# Interface: com.pnfsoftware.jeb.client.api.IOperable

Interface for objects supporting [Operation](Operation)s.

## Method: doOperation
- parameter: `req`, type: `com.pnfsoftware.jeb.client.api.OperationRequest`
- return type: `boolean`

Description: Perform the requested operation.
parameter: req: an operation request
return: success indicator

## Method: verifyOperation
- parameter: `req`, type: `com.pnfsoftware.jeb.client.api.OperationRequest`
- return type: `boolean`

Description: Check if an operation can be performed in the current object context.
parameter: req: an operation request
return: true iff the operation can be performed

