Class UpdatePersistentEntityCommand

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

public class UpdatePersistentEntityCommand extends com.ptc.core.command.common.bean.entity.AbstractPersistentEntityCommand implements Externalizable
This command can be used to update 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:
  • Constructor Details

    • UpdatePersistentEntityCommand

      public UpdatePersistentEntityCommand()
      Creates a new instance.

      Supported API: true