Class CheckinResult


  • @API
    public class CheckinResult
    extends java.lang.Object
    Contains information about checked-in file.
    Since:
    2023.1.0
    • Constructor Summary

      Constructors 
      Constructor Description
      CheckinResult​(java.io.File file, java.lang.String fileHolderId, java.lang.String fileName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.File getFile()
      Checked in file.
      java.lang.String getFileHolderId()
      If CDM is applied, this method returns the ID of active version object that holds the file.
      java.lang.String getFileName()
      File name that was used for check-in.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CheckinResult

        public CheckinResult​(java.io.File file,
                             java.lang.String fileHolderId,
                             java.lang.String fileName)
    • Method Detail

      • getFile

        public java.io.File getFile()
        Checked in file.
        Returns:
        File object
      • getFileHolderId

        public java.lang.String getFileHolderId()
        If CDM is applied, this method returns the ID of active version object that holds the file. Otherwise the original object id is returned.
        Returns:
        Object id
      • getFileName

        public java.lang.String getFileName()
        File name that was used for check-in.
        Returns:
        File name