import { IPSSysMsgTempl } from '../msg/ipssys-msg-templ'; import { IPSLanguageRes } from '../res/ipslanguage-res'; import { IPSWFLink } from './ipswflink'; import { IPSWFProcess } from './ipswfprocess'; import { IPSWFProcessParam } from './ipswfprocess-param'; import { IPSWFWorkTime } from './ipswfwork-time'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSWFProcessImpl extends PSModelObjectImpl implements IPSWFProcess { get codeName(): string; get dynaModelFilePath(): string; get height(): number; get leftPos(): number; get logicName(): string; get mOSFilePath(): string; get memo(): string; get name(): string; protected namepslanguageres: IPSLanguageRes | null; getNamePSLanguageRes(): IPSLanguageRes | null; get namePSLanguageRes(): IPSLanguageRes | null; getNamePSLanguageResMust(): IPSLanguageRes; protected pssysmsgtempl: IPSSysMsgTempl | null; getPSSysMsgTempl(): IPSSysMsgTempl | null; get psSysMsgTempl(): IPSSysMsgTempl | null; getPSSysMsgTemplMust(): IPSSysMsgTempl; protected pswflinks: IPSWFLink[] | null; getPSWFLinks(): IPSWFLink[] | null; get psWFLinks(): IPSWFLink[] | null; findPSWFLink(objKey: any): IPSWFLink | null; protected pswfprocessparams: IPSWFProcessParam[] | null; getPSWFProcessParams(): IPSWFProcessParam[] | null; get psWFProcessParams(): IPSWFProcessParam[] | null; findPSWFProcessParam(objKey: any): IPSWFProcessParam | null; protected pswfworktime: IPSWFWorkTime | null; getPSWFWorkTime(): IPSWFWorkTime | null; get psWFWorkTime(): IPSWFWorkTime | null; getPSWFWorkTimeMust(): IPSWFWorkTime; get rTMOSFilePath(): string; get timeout(): number; get timeoutField(): string; get timeoutType(): 'MINUTE' | 'HOUR' | 'DAY' | 'WORKDAY'; get topPos(): number; get userCat(): string; get userData(): string; get userData2(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get wFProcessType(): 'START' | 'END' | 'PROCESS' | 'INTERACTIVE' | 'EMBED' | 'EXCLUSIVEGATEWAY' | 'INCLUSIVEGATEWAY' | 'PARALLELGATEWAY' | 'CALLORGACTIVITY'; get wFStepValue(): string; get width(): number; get asynchronousProcess(): boolean; get enableTimeout(): boolean; get startProcess(): boolean; get terminalProcess(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pswfprocess-impl.d.ts.map