Class DeleteInstance

java.lang.Object
com.aquima.interactions.profile.model.command.DeleteInstance
All Implemented Interfaces:
ITransactionalAction, Serializable

public class DeleteInstance extends Object implements ITransactionalAction
This class hold the information to rollback a delete instance action.
Since:
6.5
Author:
O. Kerpershoek, N. van Noorloos
See Also:
  • Constructor Details

    • DeleteInstance

      public DeleteInstance(String entityName, GUID instanceId, String instanceName)
      Constructs the delete instance command.
      Parameters:
      entityName - The entity name of the instance that was removed.
      instanceId - The ID of the instance that was created.
      instanceName - The name of the instance that was removed.
  • Method Details