@API
public interface TextProvider
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getText(EnoviaJob job,
java.lang.String objectId,
java.lang.String format,
java.lang.String fileName)
Returns text for a specific job/file/object/format combination.
|
java.lang.String getText(EnoviaJob job, java.lang.String objectId, java.lang.String format, java.lang.String fileName) throws com.technia.tvc.core.TVCException
job - Job objectobjectId - The ID of the business object, which the file belongs to.format - The format, which the file is being checked in tofileName - The name of the filecom.technia.tvc.core.TVCException - When some ENOVIA-DB communication occurs.