| com.pnfsoftware.jeb.client.api.IOperable |
Interface for objects supported Operations.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract boolean |
doOperation(OperationRequest req)
Perform the requested operation.
| ||||||||||
| abstract boolean |
verifyOperation(OperationRequest req)
Check if an operation can be performed in the current object context.
| ||||||||||
Perform the requested operation.
| req | an operation request |
|---|
Check if an operation can be performed in the current object context.
| req | an operation request |
|---|