You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
82 lines
2.2 KiB
82 lines
2.2 KiB
/**
|
|
* @addtogroup handler
|
|
* @{
|
|
*/
|
|
|
|
/**
|
|
* @file epm_handler_common.h
|
|
* @brief handler functions declation
|
|
* @date 2011/4/12
|
|
* @author Ray
|
|
* @history
|
|
* ===================================================================================
|
|
* Date Name Description
|
|
* 12-Apr-2011 Ray created
|
|
*/
|
|
|
|
|
|
#ifndef EPM_HANDLER_COMMON
|
|
#define EPM_HANDLER_COMMON
|
|
|
|
#include <epm/epm.h>
|
|
#include <string>
|
|
#include <map>
|
|
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
|
|
using namespace std;
|
|
|
|
|
|
#define TC_specification "IMAN_specification"
|
|
//#define NX_3W_DATASET_TYPE "UGMASTER"
|
|
//#define NX_2W_DATASET_TYPE "UGPART"
|
|
//#define DATASET_REF_TYPE "UGPART"
|
|
int ORIGIN_set_bypass(void* returnValue);
|
|
int USERSEVICE_TEST(void* returnValue);
|
|
int remove_class(void* returnValue);
|
|
int connor_set_release_status(void* returnValue);
|
|
int ORIGIN_close_bypass(void* returnValue);
|
|
int getDbMsg(void* returnValue);
|
|
int LB_sign_ir_master(EPM_action_message_t msg);
|
|
int BH_Mapping_Att(EPM_action_message_t msg);
|
|
int Connor_Data_Transplant(EPM_action_message_t msg);
|
|
int Connor_set_bypass(void* returnValue);
|
|
int Connor_close_bypass(void* returnValue);
|
|
int LB_DZQM_SY(EPM_action_message_t msg);
|
|
int LB_WL_update(EPM_action_message_t msg);
|
|
int LB_LCRW(EPM_action_message_t msg);
|
|
int LB_LCRWYB(EPM_action_message_t msg);
|
|
int LB_XGMC(EPM_action_message_t msg);
|
|
int LB_JS_form(EPM_action_message_t msg);
|
|
int LB_PC_PDF(EPM_rule_message_t msg);
|
|
int tx_AutoSign_Handler(EPM_action_message_t msg);
|
|
int jk_AutoSign_Handler(EPM_action_message_t msg);
|
|
int jf_signoff_dataset(EPM_action_message_t msg);
|
|
int check_target_null(EPM_rule_message_t msg);
|
|
int jk_check_virtual(EPM_rule_message_t msg);
|
|
int JK_check_workflow(EPM_rule_message_t msg);
|
|
int tm_sign_tongzhi(EPM_action_message_t msg);
|
|
int tm_show_object_name(EPM_action_message_t msg);
|
|
int LB_PQ_form(EPM_action_message_t msg);
|
|
int LB_JSPQ_form(EPM_action_message_t msg);
|
|
int JK_bypass(EPM_action_message_t msg);
|
|
int JK_class_null(EPM_rule_message_t msg);
|
|
|
|
int HZ_Check_BOM_Condition(EPM_rule_message_t msg);
|
|
int HZ_attach_assembly(EPM_action_message_t msg);
|
|
//user service end
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
/**
|
|
* @}
|
|
*/#pragma once
|