import { IPSAppDELogic } from '../../app/dataentity/ipsapp-delogic'; import { IPSAppDEMethod } from '../../app/dataentity/ipsapp-demethod'; import { IPSAppDataEntity } from '../../app/dataentity/ipsapp-data-entity'; import { IPSControlHandlerAction } from '../ipscontrol-handler-action'; import { IPSDEOPPriv } from '../../dataentity/priv/ipsdeoppriv'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSControlHandlerActionImpl extends PSModelObjectImpl implements IPSControlHandlerAction { protected adpsappdelogic: IPSAppDELogic | null; getADPSAppDELogic(): IPSAppDELogic | null; get aDPSAppDELogic(): IPSAppDELogic | null; getADPSAppDELogicMust(): IPSAppDELogic; get actionDesc(): string; get actionName(): string; get actionType(): string; get codeName(): string; get customCond(): string; get dataAccessAction(): string; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; protected psappdemethod: IPSAppDEMethod | null; getPSAppDEMethod(): IPSAppDEMethod | null; get psAppDEMethod(): IPSAppDEMethod | null; getPSAppDEMethodMust(): IPSAppDEMethod; protected psappdataentity: IPSAppDataEntity | null; getPSAppDataEntity(): IPSAppDataEntity | null; get psAppDataEntity(): IPSAppDataEntity | null; getPSAppDataEntityMust(): IPSAppDataEntity; protected psdeoppriv: IPSDEOPPriv | null; getPSDEOPPriv(): IPSDEOPPriv | null; get psDEOPPriv(): IPSDEOPPriv | null; getPSDEOPPrivMust(): IPSDEOPPriv; get rTMOSFilePath(): string; get timeout(): number; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pscontrol-handler-action-impl.d.ts.map