import { IPSAppWF } from './ipsapp-wf'; import { IPSAppWFDE } from './ipsapp-wfde'; import { IPSAppWFUIAction } from './ipsapp-wfuiaction'; import { IPSAppWFVer } from './ipsapp-wfver'; import { IPSWorkflow } from '../../wf/ipsworkflow'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSAppWFImpl extends PSModelObjectImpl implements IPSAppWF { protected allpsappwfuiactions: IPSAppWFUIAction[] | null; getAllPSAppWFUIActions(): IPSAppWFUIAction[] | null; get allPSAppWFUIActions(): IPSAppWFUIAction[] | null; findPSAppWFUIAction(objKey: any): IPSAppWFUIAction | null; get codeName(): string; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; protected psappwfdes: IPSAppWFDE[] | null; getPSAppWFDEs(): IPSAppWFDE[] | null; get psAppWFDEs(): IPSAppWFDE[] | null; findPSAppWFDE(objKey: any): IPSAppWFDE | null; protected psappwfvers: IPSAppWFVer[] | null; getPSAppWFVers(): IPSAppWFVer[] | null; get psAppWFVers(): IPSAppWFVer[] | null; findPSAppWFVer(objKey: any): IPSAppWFVer | null; protected psworkflow: IPSWorkflow | null; getPSWorkflow(): IPSWorkflow | null; get psWorkflow(): IPSWorkflow | null; getPSWorkflowMust(): IPSWorkflow; get rTMOSFilePath(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get hasPSAppWFVer(): boolean; getHasPSAppWFVer(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psapp-wfimpl.d.ts.map