Class CheckinResult
- java.lang.Object
-
- com.technia.tif.enovia.job.executors.file.CheckinResult
-
@API public class CheckinResult extends java.lang.ObjectContains 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.FilegetFile()Checked in file.java.lang.StringgetFileHolderId()If CDM is applied, this method returns the ID of active version object that holds the file.java.lang.StringgetFileName()File name that was used for check-in.
-
-
-
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
-
-