Package com.technia.tif.enovia.payload
Interface PayloadContext
- All Superinterfaces:
com.technia.tif.enovia.JobContext,com.technia.tif.enovia.ParamProvider
@API
public interface PayloadContext
extends com.technia.tif.enovia.JobContext
- Since:
- 2013
-
Method Summary
Methods inherited from interface com.technia.tif.enovia.JobContext
getJob, getMacroResolver, getProgressLoggerMethods inherited from interface com.technia.tif.enovia.ParamProvider
getParamMap
-
Method Details
-
getPayload
Payload getPayload()- Returns:
- The current payload instance
- Since:
- 2019-01-09
-
getEnv
com.technia.tvc.core.db.aef.env.Environment getEnv()- Returns:
- The current environment instance
- Since:
- 2013
-
getRPE
- Returns:
- The ENOVIA RPE map as available when the job was created on the ENOVIA server.
- Since:
- 2013
-
getTransformerProperties
- Returns:
- A map containing the input sent to the transformer.
- Since:
- 2013
-