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.
84 lines
2.5 KiB
84 lines
2.5 KiB
#pragma once
|
|
#include <ae/ae.h>
|
|
#include <ae/dataset.h>
|
|
#include <bom/bom.h>
|
|
#include <cfm\cfm.h>
|
|
#include <ctime>
|
|
#include <epm/signoff.h>
|
|
#include <epm/epm.h>
|
|
#include <epm/epm_toolkit_tc_utils.h>
|
|
#include <ps/ps.h>
|
|
#include <ps/vrule.h>
|
|
#include <sa/sa.h>
|
|
#include <sa/am.h>
|
|
#include <sstream>
|
|
#include <tccore/aom.h>
|
|
#include <tccore/aom_prop.h>
|
|
#include <tccore/custom.h>
|
|
#include <tccore/grm.h>
|
|
#include <tccore/item.h>
|
|
#include <tccore/workspaceobject.h>
|
|
#include <tccore//grm.h>
|
|
#include <tccore/grmtype.h>
|
|
#include <tccore/uom.h>
|
|
#include <fclasses/tc_basic.h>
|
|
#include <tc/tc.h>
|
|
#include <tc/folder.h>
|
|
#include <tc/tc_util.h>
|
|
#include <tc/preferences.h>
|
|
#include <time.h>
|
|
#include <ict/ict_userservice.h>
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include <string>
|
|
#include <string.h>
|
|
#include <map>
|
|
#include <vector>
|
|
#include <locale>
|
|
#include <codecvt>
|
|
#include <iostream>
|
|
#include <regex>
|
|
#include <list>
|
|
#include <set>
|
|
#include <fstream>
|
|
#include <ctype.h>
|
|
#include <algorithm>
|
|
#include <io.h>
|
|
#include <property/prop_errors.h>
|
|
#include <fclasses/tc_date.h>
|
|
#include <ics/ics.h>
|
|
#include <ics/ics2.h>
|
|
#include <rdv/arch.h>
|
|
#include <string>
|
|
#include <vector>
|
|
#include <map>
|
|
#include <fstream>
|
|
#include <iostream>
|
|
#include <algorithm>
|
|
#include <tccore\item.h>
|
|
#include <property\prop.h>
|
|
#include <property\propdesc.h>
|
|
#include <property\prop_errors.h>
|
|
#include <property\prop_msg.h>
|
|
#include <property\PropertyInfo.hxx>
|
|
#include <pom\pom\pom.h>
|
|
#include <pom\pom\pom_errors.h>
|
|
extern "C" int POM_AM__set_application_bypass(logical bypass);
|
|
|
|
|
|
int Lao(EPM_action_message_t msg);
|
|
int Lao_excute_pdf(tag_t dateset, char *file_path, char *file_name, char* ext);
|
|
int Xin(EPM_action_message_t msg);
|
|
int Xin_excute_pdf(tag_t dateset, char *file_path, char *file_name, char* ext);
|
|
|
|
int convertToPDF(EPM_action_message_t msg);
|
|
void startConversion(tag_t item_rev_tag, tag_t dataset, tag_t rel_tag, char *ref_name, char *ext, char *jar_name);
|
|
void importPdf2(tag_t rev_tag, tag_t rel_tag, const char* pdfFile, char* datasetName, char* pdfName, tag_t owner_user);
|
|
void import_dataset_file(tag_t dataset, char* ref_name, char* ext, char* fullfilename, char* original_name);
|
|
|
|
int SB_controlled_Lao(EPM_action_message_t msg);
|
|
int SB_controlled_Xin(EPM_action_message_t msg);
|
|
int SB6_PR_AutoAssign(EPM_action_message_t msg);
|
|
int Origin_CheckTask_handler2(EPM_rule_message_t msg);
|
|
void singoff_picture(tag_t item_rev_tag, tag_t dataset, tag_t rel_tag, char *ref_name, char *ext, char *jar_name, char *dat_file);
|
|
void getVector(const char* value, std::vector<std::string>& targetVector, char delimiter); |