com.softwareag.cis.plugin.command.context
Class GlobalCommandContext

java.lang.Object
  extended by com.softwareag.cis.plugin.command.context.AbstractCommandContext
      extended by com.softwareag.cis.plugin.command.context.GlobalCommandContext
All Implemented Interfaces:
CommandContext

public class GlobalCommandContext
extends AbstractCommandContext


Field Summary
static java.lang.String rcs_id
           
 
Constructor Summary
GlobalCommandContext(com.softwareag.cis.workplace.MFWorkplaceAdapter mfworkplaceadapter)
           
 
Method Summary
 
Methods inherited from class com.softwareag.cis.plugin.command.context.AbstractCommandContext
execute, getApplicationContext, getDisplayAdapter, getItem, getLocale, getWorkplaceAdapter, getWorkplaceAdapter, openPageInTarget, sendError, showImageForCommand, showMessage, showThrowable, showThrowable
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rcs_id

public static final java.lang.String rcs_id
See Also:
Constant Field Values
Constructor Detail

GlobalCommandContext

public GlobalCommandContext(com.softwareag.cis.workplace.MFWorkplaceAdapter mfworkplaceadapter)