Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Prepare File for storage to HSM. Return File Object that is used in FileCopy Service.

  • Parameter
    • fsID File system ID
    • filePath File path relative to file system (fsID)
  • Return
    • File Object that is used in FileCopy Service.

#storeHSMFile
Anchor
storeHSMFile
storeHSMFile
(FileCopy Service)

Store given File to HSM. Return filename (fileID).

  • Parameter
    • file File to store in HSM
    • fsID File system ID
    • filePath File path relative to file system (fsID)
  • Return
    • File Object that is used in FileCopy Service.

#failedHSMFile
Anchor
failedHSMFile
failedHSMFile
(FileCopy Service)

Called if FileCopy failed.

  • Parameter
    • file File to store in HSM
    • fsID File system ID
    • filePath File path relative to file system (fsID)
  • Return
    • File Object that is used in FileCopy Service.

#fetchHSMFile
Anchor
fetchHSMFile
fetchHSMFile
(TarRetriever Service)

Fetch a File from HSM.

  • Parameter
    • fsID File system ID
    • filePath File path relative to file system (fsID)
  • Return
    • File Object that is used in FileCopy Service.

#queryStatus
Anchor
queryStatus
queryStatus
(SyncFileStatus Service)

Query status of file in HSM.

  • Parameter
    • fsID File system ID
    • filePath File path relative to file system (fsID)
    • userInfo User info associated with the file system
  • Return
    • File Object that is used in FileCopy Service.