import { IPSWFInteractiveProcess } from './ipswfinteractive-process'; import { IPSWFProcessRole } from './ipswfprocess-role'; import { PSWFProcessImpl } from './pswfprocess-impl'; export declare class PSWFInteractiveProcessImpl extends PSWFProcessImpl implements IPSWFInteractiveProcess { protected editfields: string[] | null; getEditFields(): string[] | null; get editFields(): string[] | null; get editMode(): 0 | 1 | 2; get formCodeName(): string; get memoField(): string; get mobFormCodeName(): string; get mobUAGroupCodeName(): string; get mobUtil2FormCodeName(): string; get mobUtil2FormName(): string; get mobUtil3FormCodeName(): string; get mobUtil3FormName(): string; get mobUtil4FormCodeName(): string; get mobUtil4FormName(): string; get mobUtil5FormCodeName(): string; get mobUtil5FormName(): string; get mobUtilFormCodeName(): string; get mobUtilFormName(): string; get msgType(): 1 | 2 | 4 | 8 | 16 | 32 | 64 | 128 | 256 | 512; get multiInstMode(): 'NONE' | 'PARALLEL' | 'SEQUENTIAL'; protected pswfprocessroles: IPSWFProcessRole[] | null; getPSWFProcessRoles(): IPSWFProcessRole[] | null; get psWFProcessRoles(): IPSWFProcessRole[] | null; findPSWFProcessRole(objKey: any): IPSWFProcessRole | null; protected predefinedactions: string[] | null; getPredefinedActions(): string[] | null; get predefinedActions(): string[] | null; get uAGroupCodeName(): string; get util2FormCodeName(): string; get util2FormName(): string; get util3FormCodeName(): string; get util3FormName(): string; get util4FormCodeName(): string; get util4FormName(): string; get util5FormCodeName(): string; get util5FormName(): string; get utilFormCodeName(): string; get utilFormName(): string; get editable(): boolean; get sendInform(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pswfinteractive-process-impl.d.ts.map