Class StorageObjectRequest

java.lang.Object
fr.gouv.vitam.storage.driver.model.StorageRequest
fr.gouv.vitam.storage.driver.model.StorageObjectRequest
Direct Known Subclasses:
StoragePutRequest, StorageRemoveRequest

public class StorageObjectRequest extends StorageRequest
Holds minimal needed parameters that may be needed to send a request on an object on the distant storage offer : object informations.
  • Constructor Details

    • StorageObjectRequest

      public StorageObjectRequest(Integer tenantId, String type, String guid)
      Initialize the needed parameters for request on an object.
      Parameters:
      tenantId - The request tenantId
      type - the type The request type
      guid - the object guid
    • StorageObjectRequest

      public StorageObjectRequest(Integer tenantId, String guid)
  • Method Details