com.tivoli.twg.engine
Class TWGDbDelQueryCmd

java.lang.Object
  extended bycom.tivoli.twg.engine.TWGDbDelQueryCmd
All Implemented Interfaces:
java.io.Serializable

public class TWGDbDelQueryCmd
extends java.lang.Object
implements java.io.Serializable

TWGDbDelQueryCmd is for deleting a saved query. The persistent object id for the query is used to identify the query to be deleted. Both User queries and Default queries may be deleted with this command, however it is recommended that an Director Extension that implements a user interface for queries should not allow users to delete Default queries.

The TWGDbDelQueryCmd object is passed as a parameter on an IPC command to the database query service node (TWGDatabaseConstants.QUERY_SERVICE_NODE_NAME).

Return codes (all found in TWGDatabaseConstants):