|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
com.essbase.eas.framework.server.application.DefaultMetaCommand
Deprecated. As of 6.5.3, replaced by CommandDescriptor
public class DefaultMetaCommand
Provides a default implementation of the MetaCommand interface.
| Field Summary | |
|---|---|
static java.lang.String |
IN_TYPEDeprecated. |
static java.lang.String |
OUT_TYPEDeprecated. |
| Constructor Summary | |
|---|---|
DefaultMetaCommand(java.lang.String command)Deprecated. Constructs a DefaultMetaCommand object with the specified command name. |
|
| Method Summary | |
|---|---|
void |
addParameter(java.lang.String name, java.lang.String type, int multiplicity, java.lang.String[] URIs)Deprecated. Implementation of the MetaCommand.addParameter() method. |
java.lang.String |
getCommandName()Deprecated. Implementation of the MetaCommand.getCommandName() method. |
MetaCommandParameter |
getParameter(java.lang.String name, java.lang.String type)Deprecated. Implementation of the MetaCommand.getParameter() method. |
CommandParameter[] |
getParameters(java.lang.String type)Deprecated. Implementation of the MetaCommand.getParameters() method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String IN_TYPE
public static final java.lang.String OUT_TYPE
| Constructor Detail |
|---|
public DefaultMetaCommand(java.lang.String command)
DefaultMetaCommand object with the specified command name.
command - the command name for this object| Method Detail |
|---|
public final java.lang.String getCommandName()
MetaCommand.getCommandName() method.getCommandName in interface MetaCommand
public void addParameter(java.lang.String name,
java.lang.String type,
int multiplicity,
java.lang.String[] URIs)
throws CommandParameterException
MetaCommand.addParameter() method.addParameter in interface MetaCommandname - name of the parametertype - type of the parametermultiplicity -URIs -CommandParameterException
public MetaCommandParameter getParameter(java.lang.String name,
java.lang.String type)
throws CommandParameterException
MetaCommand.getParameter() method.getParameter in interface MetaCommandname - of the parameter to returntype - of the parameter to returnCommandParameterException
public CommandParameter[] getParameters(java.lang.String type)
throws CommandParameterException
MetaCommand.getParameters() method.getParameters in interface MetaCommandtype - of the parameter to returnCommandParameterException - when the parameter type is not one supported by this object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||