def finallyProcess(self, _edObject=None):
     EDPluginExec.finallyProcess(self)
     self.DEBUG("EDPluginISPyBStoreAutoProcv1_4.finallyProcess")
     xsDataResultStoreAutoProc = XSDataResultStoreAutoProc()
     if self.iAutoProcId is not None:
         xsDataResultStoreAutoProc.setAutoProcId(XSDataInteger(self.iAutoProcId))
     if self.iAutoProcScalingId is not None:
         xsDataResultStoreAutoProc.setAutoProcScalingId(XSDataInteger(self.iAutoProcScalingId))
     if self.iAutoProcProgramId is not None:
         xsDataResultStoreAutoProc.setAutoProcProgramId(XSDataInteger(self.iAutoProcProgramId))
     self.setDataOutput(xsDataResultStoreAutoProc)
Example #2
0
 def finallyProcess(self, _edObject=None):
     EDPluginISPyBv1_4.finallyProcess(self)
     self.DEBUG("EDPluginISPyBStoreAutoProcv1_4.finallyProcess")
     xsDataResultStoreAutoProc = XSDataResultStoreAutoProc()
     if self.iAutoProcId is not None:
         xsDataResultStoreAutoProc.setAutoProcId(
             XSDataInteger(self.iAutoProcId))
     if self.iAutoProcIntegrationId is not None:
         xsDataResultStoreAutoProc.setAutoProcIntegrationId(
             XSDataInteger(self.iAutoProcIntegrationId))
     if self.iAutoProcScalingId is not None:
         xsDataResultStoreAutoProc.setAutoProcScalingId(
             XSDataInteger(self.iAutoProcScalingId))
     if self.iAutoProcProgramId is not None:
         xsDataResultStoreAutoProc.setAutoProcProgramId(
             XSDataInteger(self.iAutoProcProgramId))
     self.setDataOutput(xsDataResultStoreAutoProc)