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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.technia.tvc.core.db.aef.env.EnvironmentgetEnv()PayloadgetPayload()java.util.Map<java.lang.String,java.lang.String>getRPE()java.util.Map<java.lang.String,java.lang.String>getTransformerProperties()
-
-
-
Method Detail
-
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
java.util.Map<java.lang.String,java.lang.String> getRPE()
- Returns:
- The ENOVIA RPE map as available when the job was created on the ENOVIA server.
- Since:
- 2013
-
getTransformerProperties
java.util.Map<java.lang.String,java.lang.String> getTransformerProperties()
- Returns:
- A map containing the input sent to the transformer.
- Since:
- 2013
-
-