export declare class ProcessDeUtil { funcId: string; constructor(); static GenerateElementId(): string; /** * 创建内码 */ static createNM(): string; static initVariableType(value: any): string; getProcessDesignerRouter(): string; getFlowFormWebApi(): string; getFormalParametersWebApi(): string; getMetaDataRUWebApi(): string; getBizComponentsWebApi(): string; getExcuteFormsWebApi(): string; getProcessDefinitionWebApi(): string; getCheckExistActiveProcDefApi(): string; /** * 获取业务活动webApi */ getBizActivityWebApi(ffId: string): string; getProcDefKeyWebApi(): string; /** * 发布流程api */ deployWebApi(): string; /** * 保存流程api */ saveWebApi(): string; /** * 获取审批动作webapi */ getApprovalActionWebApi(): string; /** * 获取运行时流程定义WebAPi */ getRTProcessDefinitionWebApi(): string; getValue(data: any, code: string): string; /** * 转换 * @param jsonObj Object */ toUpperCase(jsonObj: Object): any; toLowCase(jsonObj: Object): any; }