public abstract class EcmCommand extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EcmCommand.ReloadAfterCommandStrategy |
| Constructor and Description |
|---|
EcmCommand(String commandName,
EcmCommand.ReloadAfterCommandStrategy strategy,
String realCommand,
Map<String,Object> realCommandParameters) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommandName() |
EcmCommonCommands |
getCommonCommandName() |
String |
getRealCommand() |
Map<String,Object> |
getRealCommandParameters() |
EcmCommand.ReloadAfterCommandStrategy |
getStrategy() |
abstract void |
notifyAfterCommand(org.jboss.portal.core.controller.ControllerContext controllerContext) |
public String getCommandName()
public EcmCommand.ReloadAfterCommandStrategy getStrategy()
public String getRealCommand()
public Map<String,Object> getRealCommandParameters()
public abstract void notifyAfterCommand(org.jboss.portal.core.controller.ControllerContext controllerContext)
public EcmCommonCommands getCommonCommandName()
Copyright © 2020. All rights reserved.