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

    Modifier and Type
    Method
    Description
    com.technia.tvc.core.db.aef.env.Environment
     
     
     
     

    Methods inherited from interface com.technia.tif.enovia.JobContext

    getJob, getMacroResolver, getProgressLogger

    Methods 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

      Map<String,String> getRPE()
      Returns:
      The ENOVIA RPE map as available when the job was created on the ENOVIA server.
      Since:
      2013
    • getTransformerProperties

      Map<String,String> getTransformerProperties()
      Returns:
      A map containing the input sent to the transformer.
      Since:
      2013