Package com.pnfsoftware.jeb.client.api
Interface IOperable
public interface IOperable
Interface for objects supported
Operation
s.-
Method Summary
Modifier and TypeMethodDescriptionboolean
Perform the requested operation.boolean
Check if an operation can be performed in the current object context.
-
Method Details
-
verifyOperation
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
-
doOperation
Perform the requested operation.- Parameters:
req
- an operation request- Returns:
- success indicator
-