execute(java.lang.Object o)
This method implements the execute method on the CommandInterface, which is not
implemented by the abstract BaseCommand class.
boolean
isSupported(ActionSupportFilter actionFilter)
Returns a boolean indicating whether the command is supported
for the area specified on the ActionSupportFilter argument.
Methods inherited from class com.sas.commands.relational.BaseEditCommand
Returns a boolean indicating whether the command is supported
for the area specified on the ActionSupportFilter argument. The
implementation on this class always return true. Extensions of this class
should override this method if there are conditions where the command
may not be available or supported.