libIntegra
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Static Public Member Functions | List of all members
integra_api::IDeleteCommand Class Reference

Command to delete nodes from the node hierarchy. More...

#include "api/command.h"

Inheritance diagram for integra_api::IDeleteCommand:
Inheritance graph
[legend]
Collaboration diagram for integra_api::IDeleteCommand:
Collaboration graph
[legend]

Static Public Member Functions

static IDeleteCommandcreate (const CPath &path)
 Create an instance of IDeleteCommand Use IDeleteCommand to delete nodes from the node hierarchy. The command will also delete child nodes of the deleted node. More...
 

Additional Inherited Members

- Public Member Functions inherited from integra_api::ICommand
virtual CError execute (integra_internal::CServer &server, CCommandSource source, CCommandResult *result)=0
 Internal use only.
 

Detailed Description

Command to delete nodes from the node hierarchy.

Member Function Documentation

static IDeleteCommand* integra_api::IDeleteCommand::create ( const CPath path)
static

Create an instance of IDeleteCommand Use IDeleteCommand to delete nodes from the node hierarchy. The command will also delete child nodes of the deleted node.

Parameters
paththe node to delete
Returns
a pointer to the command, created on the heap.

The documentation for this class was generated from the following file: