com.stellent.cis.client.command
Interface ICommandExecutionContext
- All Superinterfaces:
- ICommandBeanContext
public interface ICommandExecutionContext
- extends ICommandBeanContext
The context of the execution. This is made available to every command during a call to ICommand.execute().
Since it implements the ApplicationContext interface, it allows a command to lookup services required
for command execution.
getCommandApplication
ICommandApplication getCommandApplication()
- Returns:
- the current command application