Package com.pnfsoftware.jeb.client.api
Interface IOperable
public interface IOperable
Interface for objects supported
Operations.-
Method Summary
Modifier and TypeMethodDescriptionbooleanPerform the requested operation.booleanCheck 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
-