com.centrasite.control.extpt
Interface SuppressRegistryObjectCommand


public interface SuppressRegistryObjectCommand


Method Summary
 boolean appliesTo(Item item, Connector connection)
          Check whether this command applies to the given item
 java.lang.String getCommandClass()
          Get Command Class name to be suppressed for an item
 

Method Detail

appliesTo

boolean appliesTo(Item item,
                  Connector connection)
Check whether this command applies to the given item

Parameters:
item -
connection - Registry connection
Returns:
true iff this command applies to the given item

getCommandClass

java.lang.String getCommandClass()
Get Command Class name to be suppressed for an item

Returns:
the name of the class of the command to be suppressed