com.ptc.core.command.common.bean.entity
Class DeletePersistentEntityCommand

java.lang.Object
  extended by com.ptc.core.command.common.bean.AbstractCommand
      extended by com.ptc.core.command.common.bean.AbstractServerCommand
          extended by com.ptc.core.command.common.bean.entity.AbstractEntityCommand
              extended by com.ptc.core.command.common.bean.entity.AbstractPersistentEntityCommand
                  extended by com.ptc.core.command.common.bean.entity.DeletePersistentEntityCommand
All Implemented Interfaces:
com.ptc.core.command.common.Command, com.ptc.core.command.common.ServerCommand, Externalizable, Serializable

public class DeletePersistentEntityCommand
extends com.ptc.core.command.common.bean.entity.AbstractPersistentEntityCommand
implements Externalizable

This command can be used to delete the given persistent entity in the database. It takes as input a TypeInstance playing the role of the requestor of the command. It returns as output a TypeInstance overriding the inherited result.

Supported API: true

Extendable: true

See Also:
Serialized Form

Constructor Summary
DeletePersistentEntityCommand()
          Creates a new instance.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeletePersistentEntityCommand

public DeletePersistentEntityCommand()
Creates a new instance.

Supported API: true