public interface

IOperable

com.pnfsoftware.jeb.client.api.IOperable

Class Overview

Interface for objects supported Operations.

Summary

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.

Public Methods

public abstract boolean doOperation (OperationRequest req)

Perform the requested operation.

Parameters
req an operation request
Returns
  • success indicator

public abstract boolean verifyOperation (OperationRequest req)

Check if an operation can be performed in the current object context.

Parameters
req an operation request
Returns
  • true iff the operation can be performed