getFileName
java.lang.String getFileName(EnoviaJob job,
java.lang.String objectId,
java.lang.String format,
java.lang.String fileName)
throws com.technia.tvc.core.TVCException
Returns file name for a specific job/file/object/format combination.
- Parameters:
job
- Job object
objectId
- The ID of the business object, which the file belongs to.
format
- The format, which the file is being checked in to
fileName
- The name of the file
- Returns:
- Full file name containing the path.
- Throws:
com.technia.tvc.core.TVCException
- When some ENOVIA-DB communication occurs.