com.centrasite.control.registry.commands
Class VersionCommand

java.lang.Object
  extended by com.softwareag.cis.plugin.command.AbstractCommand
      extended by com.softwareag.cis.plugin.command.display.CommandGroup
          extended by com.centrasite.control.registry.commands.VersionCommand
All Implemented Interfaces:
com.softwareag.cis.plugin.command.Command, com.softwareag.cis.plugin.interfaces.Component

public class VersionCommand
extends com.softwareag.cis.plugin.command.display.CommandGroup


Field Summary
 
Fields inherited from class com.softwareag.cis.plugin.command.AbstractCommand
rcs_id
 
Fields inherited from interface com.softwareag.cis.plugin.command.Command
CATEGORY_APPLICATION_HIGH_PRIO, CATEGORY_APPLICATION_LOW_PRIO, CATEGORY_COPY, CATEGORY_DELETE, CATEGORY_DOCUMENT, CATEGORY_EDIT, CATEGORY_EXECUTE, CATEGORY_FAVORITES, CATEGORY_IMPORT_EXPORT, CATEGORY_LCM, CATEGORY_LINK, CATEGORY_MIN, CATEGORY_MISC, CATEGORY_NEW, CATEGORY_OBJECT, CATEGORY_OPEN, CATEGORY_PREFERENCES, CATEGORY_SAVE, CATEGORY_SEARCH, CATEGORY_SHOW, CATEGORY_UPDATE, CATEGORY_UPDATE_EXT, CATEGORY_VIEW, COMMAND_ACTIVATE_DEACTIVATE, COMMAND_ADD_CATEGORY, COMMAND_ADD_COPY, COMMAND_ADD_DOCUMENT, COMMAND_ADD_FOLDER, COMMAND_ADD_TO_FAVORITES, COMMAND_ADD_TO_LIST, COMMAND_ADD_TYPE, COMMAND_ADD_VERSION, COMMAND_ATTACH_WS_POLICY, COMMAND_ATTACH_WSDL, COMMAND_CHANGE_LIFEC_STATE, COMMAND_CHANGE_PROVIDING_ORG, COMMAND_CHECK_CONN, COMMAND_COMPARE, COMMAND_COPY_SHORTCUT, COMMAND_DELETE, COMMAND_DOCUMENTATION, COMMAND_DOWNLOAD, COMMAND_DOWNLOAD_BPEL, COMMAND_DOWNLOAD_WSDL, COMMAND_DOWNLOAD_XMLSCHEMA, COMMAND_EDIT_DETAILS, COMMAND_EXPORT, COMMAND_EXPORT_CONTENTS, COMMAND_EXPORT_FAVORITE, COMMAND_GENERATE_REPORT, COMMAND_IMPACT_ANALYSIS, COMMAND_IMPORT_ASSET, COMMAND_LC_CREATE_NEW_VERS, COMMAND_NOTIFY_ME, COMMAND_PERMISSIONS, COMMAND_REGISTER_AS_CONSUMER, COMMAND_REGISTER_CONS, COMMAND_REMOVE_FROM_FAVORITES, COMMAND_RENAME, COMMAND_RENAME_LIST, COMMAND_SHOW_DETAILS, COMMAND_VIRTUALIZE
 
Constructor Summary
VersionCommand(java.util.Locale locale)
           
 
Method Summary
 boolean accepts(Item item)
           
 void execute(com.softwareag.cis.plugin.command.context.CommandContext commandContext)
           
 int getCategory()
           
 java.lang.String getImageURL()
           
 java.lang.String getName()
           
 java.util.List getSubCommands()
           
 
Methods inherited from class com.softwareag.cis.plugin.command.display.CommandGroup
addSubCommand, clearSubCommands, removeSubCommand, showSubCommandsInMenu
 
Methods inherited from class com.softwareag.cis.plugin.command.AbstractCommand
execute, executeWrapped, getComparator, getId, getLocale, getSelectable, isEnabled, isEnabled, isSameGroup, isToBeVisualized, isVisible, setEnabled, setLocale, setSelectable, setVisible, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VersionCommand

public VersionCommand(java.util.Locale locale)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface com.softwareag.cis.plugin.command.Command
Overrides:
getName in class com.softwareag.cis.plugin.command.display.CommandGroup

getImageURL

public java.lang.String getImageURL()
Specified by:
getImageURL in interface com.softwareag.cis.plugin.command.Command
Overrides:
getImageURL in class com.softwareag.cis.plugin.command.display.CommandGroup

execute

public void execute(com.softwareag.cis.plugin.command.context.CommandContext commandContext)
Specified by:
execute in interface com.softwareag.cis.plugin.command.Command
Overrides:
execute in class com.softwareag.cis.plugin.command.display.CommandGroup

getCategory

public int getCategory()
Specified by:
getCategory in interface com.softwareag.cis.plugin.command.Command
Overrides:
getCategory in class com.softwareag.cis.plugin.command.display.CommandGroup

getSubCommands

public java.util.List getSubCommands()
Specified by:
getSubCommands in interface com.softwareag.cis.plugin.command.Command
Overrides:
getSubCommands in class com.softwareag.cis.plugin.command.display.CommandGroup

accepts

public boolean accepts(Item item)