import { IPSLanguageRes } from '../res/ipslanguage-res'; import { IPSSystemModule } from '../system/ipssystem-module'; import { IPSWFDE } from './ipswfde'; import { IPSWFVersion } from './ipswfversion'; import { IPSWorkflow } from './ipsworkflow'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSWorkflowImpl extends PSModelObjectImpl implements IPSWorkflow { get codeName(): string; get dynaModelFilePath(): string; get entityWFCancelState(): string; get entityWFErrorState(): string; get entityWFFinishState(): string; get entityWFState(): string; 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 pssystemmodule: IPSSystemModule | null; getPSSystemModule(): IPSSystemModule | null; get psSystemModule(): IPSSystemModule | null; getPSSystemModuleMust(): IPSSystemModule; protected pswfdes: IPSWFDE[] | null; getPSWFDEs(): IPSWFDE[] | null; get psWFDEs(): IPSWFDE[] | null; findPSWFDE(objKey: any): IPSWFDE | null; protected pswfversions: IPSWFVersion[] | null; getPSWFVersions(): IPSWFVersion[] | null; get psWFVersions(): IPSWFVersion[] | null; findPSWFVersion(objKey: any): IPSWFVersion | null; get rTMOSFilePath(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get wFEngineCat(): string; get wFEngineType(): string; get wFProxyMode(): 0 | 1 | 2 | 3; get wFSN(): string; get wFType(): 'ORG' | 'ORGSECTOR' | 'DEFAULT'; get useRemoteEngine(): boolean; get useWFProxyApp(): boolean; get valid(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psworkflow-impl.d.ts.map