Skip navigation links
com.essbase.eas.essbase.ui.scripting.autocomplete
Class PartTargetDatabaseNames
java.lang.Object
com.essbase.eas.ui.editor.misc.StatementCommand
com.essbase.eas.essbase.ui.scripting.autocomplete.ScriptingCommand
com.essbase.eas.essbase.ui.scripting.autocomplete.DatabaseNames
com.essbase.eas.essbase.ui.scripting.autocomplete.PartTargetDatabaseNames
- All Implemented Interfaces:
- StatementToken, java.io.Serializable, java.lang.Cloneable
-
public class PartTargetDatabaseNames
- extends DatabaseNames
Title: Description: Copyright: Copyright (c) 2001 Company: Hyperion Solutions Corporation
- Version:
- 1.0
- Author:
- Sree Menon
- See Also:
- Serialized Form
| Fields inherited from class com.essbase.eas.ui.editor.misc.StatementCommand |
ADDPROPERTY, BRACKETED, CLASS, COMMAND, COMMANDS, DONOTLIST, EOL, FORCE, ISFUNCTION, list, LOOP, LOOPCOMMAND, NAME, nameTokens, next, NEXT_COMMAND, NOTIFYCLASS, NOTIFYMETHOD, NOTIFYOBJECT, OPT_PROPERTY, OPTIONAL, options, OPTIONS, optionTokens, PARAN, parent, PREFIX, prefixTokens, QUOTED, REGISTER, SUFFIX, suffixTokens, table, TEXT, TRIGGER_NEXT |
| Method Summary |
void |
addOptions(StatementContext context)
adds the options available for this command token |
boolean |
getNotifyObjects(java.util.List tokenList, int startindex, java.util.Properties p, java.util.List v, Server server)
|
int |
isToken(StatementContext context, int startindex)
Returns the number of tokens matched by this command from the token list |
| Methods inherited from class com.essbase.eas.essbase.ui.scripting.autocomplete.ScriptingCommand |
clone, compareTokens, createOptionCommand, getApplication, getApplication, getApplication, getApplication, getApplications, getChildNotifyObjects, getCurrentStatement, getDatabase, getDatabase, getDatabase, getDatabase, getDatabase, getNextTokens, getObjects, getSafePrefix, getSafeSuffix, getSelectedServer, getTokenList, getTokenListEx, isLastToken, isNextToken, removeParanString, setCompleteText, setOptional, setWordCompleteText, showOptions |
| Methods inherited from class com.essbase.eas.ui.editor.misc.StatementCommand |
addAttribute, addCommand, addCommandOptions, addNameTokens, addNextCommands, addOptionCommands, addOptionsTokens, canceledCommand, checkFix, clearAttributes, exportXml, findCommand, generateSpaces, getAttribute, getAttributes, getCommands, getCommandsParent, getCommandTable, getElements, getEndOfStatement, getKey, getLastStatementToken, getLineSep, getList, getName, getParent, getSafeKey, hasKey, insertCommand, isCommand, isForcedOption, isListEmpty, isOptional, isToken, newEditToken, put, removeAllCommands, removeAttribute, removeCommand, removeQuoteString, resetParent, resetSelection, setCompleteText, setCompleteText, setForcedOption, setName, setOptions, setParent, tokenListSize, toString, writeKeywordsToFile |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PartTargetDatabaseNames
public PartTargetDatabaseNames()
isToken
public int isToken(StatementContext context,
int startindex)
- Description copied from interface:
StatementToken
- Returns the number of tokens matched by this command from the token list
-
- Specified by:
isToken in interface StatementToken
- Overrides:
isToken in class DatabaseNames
addOptions
public void addOptions(StatementContext context)
- Description copied from interface:
StatementToken
- adds the options available for this command token
-
- Specified by:
addOptions in interface StatementToken
- Overrides:
addOptions in class DatabaseNames
-
- Parameters:
context - statement context
getNotifyObjects
public boolean getNotifyObjects(java.util.List tokenList,
int startindex,
java.util.Properties p,
java.util.List v,
Server server)
-
- Overrides:
getNotifyObjects in class DatabaseNames
Skip navigation links
Copyright © 2001, 2012, Oracle. All rights reserved.