- Member IFMEServerTransformationManager::getJobResult (const FME_Int32 jobID, FME_Boolean &jobResultAvailable, IFMEServerString &fmeServerResponse)=0
- Replaced by getJobResult(const FME_Int32, FME_Boolean&, IFMEServerTransformationResult&)
- Member IFMEServerTransformationManager::scheduleJob (const IFMEServerString &subsectionName, const IFMEServerString &request, const FME_UInt32 secondsFromNow, const IFMEServerStringArray &directives, FME_Int32 &jobID)=0
- Replaced by scheduleJob(IFMEServerTransformationRequest&,const FME_UInt32, FME_Int32&)
- Member IFMEServerTransformationManager::submitJob (const IFMEServerString &subsectionName, const IFMEServerString &request, const IFMEServerStringArray &directives, FME_Int32 &jobID)=0
- Replaced by submitJob(IFMEServerTransformationRequest&, FME_Int32&)
- Member IFMEServerTransformationManager::transactJob (const IFMEServerString &subsectionName, const IFMEServerString &request, const IFMEServerStringArray &directives, IFMEServerString &fmeServerResponse)=0
- Replaced by transactJob(IFMEServerTransformationRequest&, IFMEServerTransformationResult&)