Skip navigation links
com.essbase.eas.essbase.defs
Class NamedObjectCommands
java.lang.Object
com.essbase.eas.framework.defs.command.CommandString
com.essbase.eas.essbase.defs.EssbaseCommands
com.essbase.eas.essbase.defs.NamedObjectCommands
-
public class NamedObjectCommands
- extends EssbaseCommands
extension of the CommandString class containing entries for all of the commands supported by the Essbase database command listener.
- Since:
- 7.0
- Version:
- 7.0
- Author:
- Namita Varma
| Fields inherited from class com.essbase.eas.essbase.defs.EssbaseCommands |
ARGUMENT_APPLICATION, ARGUMENT_ARCHIVE_LOCATION, ARGUMENT_DATABASE, ARGUMENT_DESTAPPLICATION, ARGUMENT_DESTDATABASE, ARGUMENT_DESTSERVER, ARGUMENT_REPLACE, ARGUMENT_SERVER, ARGUMENT_SRCAPPLICATION, ARGUMENT_SRCDATABASE, ARGUMENT_SRCSERVER, ARGUMENT_USER, PARAM_APPLICATION, PARAM_ARCHIVE_LOCATION, PARAM_DATABASE, PARAM_DESTAPPLICATION, PARAM_DESTDATABASE, PARAM_DESTSERVER, PARAM_PROPERTIES, PARAM_PROPERTIES_SUBSET, PARAM_REPLACE, PARAM_SERVER, PARAM_SRCAPPLICATION, PARAM_SRCDATABASE, PARAM_SRCSERVER, PARAM_USER |
| Methods inherited from class com.essbase.eas.framework.defs.command.CommandString |
compareTo, compareTo, compareTo, compareToIgnoreCase, concat, endsWith, equals, equalsIgnoreCase, hashCode, length, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
PARAM_OBJTYPE
public static final java.lang.String PARAM_OBJTYPE
-
- See Also:
- Constant Field Values
PARAM_SRCOBJ
public static final java.lang.String PARAM_SRCOBJ
-
- See Also:
- Constant Field Values
PARAM_DESTOBJ
public static final java.lang.String PARAM_DESTOBJ
-
- See Also:
- Constant Field Values
PARAM_OBJNAME
public static final java.lang.String PARAM_OBJNAME
-
- See Also:
- Constant Field Values
PARAM_LOCALNAME
public static final java.lang.String PARAM_LOCALNAME
-
- See Also:
- Constant Field Values
PARAM_LOCK
public static final java.lang.String PARAM_LOCK
-
- See Also:
- Constant Field Values
PARAM_ISLOCAL
public static final java.lang.String PARAM_ISLOCAL
-
- See Also:
- Constant Field Values
PARAM_CONTENT
public static final java.lang.String PARAM_CONTENT
-
- See Also:
- Constant Field Values
GET_OBJECTS
public static final NamedObjectCommands GET_OBJECTS
- NamedObjectsCommands instance that describes the command to get a list of essbase objects on this database
GET_OBJECT
public static final NamedObjectCommands GET_OBJECT
- NamedObjectsCommand instance that describes the command to get the essbase object as a file on this database
COPYALL_OBJECTS
public static final NamedObjectCommands COPYALL_OBJECTS
- NamedObjectCommands instance that describes the command to copy Essbase objects between databases.
COPY_OBJECT
public static final NamedObjectCommands COPY_OBJECT
- NamedObjectCommands instance that describes the command to copy Essbase object between databases.
PUT_OBJECT
public static final NamedObjectCommands PUT_OBJECT
ARGUMENT_OBJTYPE
public static final CommandArgument ARGUMENT_OBJTYPE
ARGUMENT_SRCOBJ
public static final CommandArgument ARGUMENT_SRCOBJ
ARGUMENT_DESTOBJ
public static final CommandArgument ARGUMENT_DESTOBJ
ARGUMENT_OBJNAME
public static final CommandArgument ARGUMENT_OBJNAME
ARGUMENT_LOCALNAME
public static final CommandArgument ARGUMENT_LOCALNAME
ARGUMENT_LOCK
public static final CommandArgument ARGUMENT_LOCK
ARGUMENT_ISLOCAL
public static final CommandArgument ARGUMENT_ISLOCAL
Skip navigation links
Copyright © 2001, 2012, Oracle. All rights reserved.