import { IPSDataEntity } from '../ipsdata-entity'; import { IPSDEAction } from './ipsdeaction'; import { IPSDEActionLogic } from './ipsdeaction-logic'; import { IPSDEDataSync } from '../datasync/ipsdedata-sync'; import { IPSDEField } from '../defield/ipsdefield'; import { IPSDEFValueRule } from '../defield/valuerule/ipsdefvalue-rule'; import { IPSDERBase } from '../der/ipsderbase'; import { IPSDEDataSet } from '../ds/ipsdedata-set'; import { IPSDELogic } from '../logic/ipsdelogic'; import { IPSDEMainState } from '../mainstate/ipsdemain-state'; import { IPSDENotify } from '../notify/ipsdenotify'; import { IPSLanguageRes } from '../../res/ipslanguage-res'; import { IPSSysLogic } from '../../res/ipssys-logic'; import { IPSSysSFPlugin } from '../../res/ipssys-sfplugin'; import { IPSSysSequence } from '../../res/ipssys-sequence'; import { IPSSysTranslator } from '../../res/ipssys-translator'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSDEActionLogicImpl extends PSModelObjectImpl implements IPSDEActionLogic { get actionLogicType(): 1 | 0 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 50 | 51 | 52 | 53 | 54 | 55 | 56; get attachMode(): 'PREPARE' | 'CHECK' | 'BEFORE' | 'AFTER'; get codeName(): string; protected dstpsde: IPSDataEntity | null; getDstPSDE(): IPSDataEntity | null; get dstPSDE(): IPSDataEntity | null; getDstPSDEMust(): IPSDataEntity; protected dstpsdeaction: IPSDEAction | null; getDstPSDEAction(): IPSDEAction | null; get dstPSDEAction(): IPSDEAction | null; getDstPSDEActionMust(): IPSDEAction; protected dstpsdedataset: IPSDEDataSet | null; getDstPSDEDataSet(): IPSDEDataSet | null; get dstPSDEDataSet(): IPSDEDataSet | null; getDstPSDEDataSetMust(): IPSDEDataSet; get dynaModelFilePath(): string; get errorCode(): number; get errorInfo(): string; protected errorinfopslanguageres: IPSLanguageRes | null; getErrorInfoPSLanguageRes(): IPSLanguageRes | null; get errorInfoPSLanguageRes(): IPSLanguageRes | null; getErrorInfoPSLanguageResMust(): IPSLanguageRes; get exceptionObj(): string; get logicParams(): IModel; get mOSFilePath(): string; protected majorpsder: IPSDERBase | null; getMajorPSDER(): IPSDERBase | null; get majorPSDER(): IPSDERBase | null; getMajorPSDERMust(): IPSDERBase; get memo(): string; get name(): string; protected psdedatasync: IPSDEDataSync | null; getPSDEDataSync(): IPSDEDataSync | null; get psDEDataSync(): IPSDEDataSync | null; getPSDEDataSyncMust(): IPSDEDataSync; protected psdefvaluerule: IPSDEFValueRule | null; getPSDEFValueRule(): IPSDEFValueRule | null; get psDEFValueRule(): IPSDEFValueRule | null; getPSDEFValueRuleMust(): IPSDEFValueRule; protected psdefield: IPSDEField | null; getPSDEField(): IPSDEField | null; get psDEField(): IPSDEField | null; getPSDEFieldMust(): IPSDEField; protected psdelogic: IPSDELogic | null; getPSDELogic(): IPSDELogic | null; get psDELogic(): IPSDELogic | null; getPSDELogicMust(): IPSDELogic; protected psdemainstate: IPSDEMainState | null; getPSDEMainState(): IPSDEMainState | null; get psDEMainState(): IPSDEMainState | null; getPSDEMainStateMust(): IPSDEMainState; protected psdenotify: IPSDENotify | null; getPSDENotify(): IPSDENotify | null; get psDENotify(): IPSDENotify | null; getPSDENotifyMust(): IPSDENotify; protected pssyslogic: IPSSysLogic | null; getPSSysLogic(): IPSSysLogic | null; get psSysLogic(): IPSSysLogic | null; getPSSysLogicMust(): IPSSysLogic; protected pssyssfplugin: IPSSysSFPlugin | null; getPSSysSFPlugin(): IPSSysSFPlugin | null; get psSysSFPlugin(): IPSSysSFPlugin | null; getPSSysSFPluginMust(): IPSSysSFPlugin; protected pssyssequence: IPSSysSequence | null; getPSSysSequence(): IPSSysSequence | null; get psSysSequence(): IPSSysSequence | null; getPSSysSequenceMust(): IPSSysSequence; protected pssystranslator: IPSSysTranslator | null; getPSSysTranslator(): IPSSysTranslator | null; get psSysTranslator(): IPSSysTranslator | null; getPSSysTranslatorMust(): IPSSysTranslator; get rTMOSFilePath(): string; get scriptCode(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get cloneParam(): boolean; get enableBackend(): boolean; get ignoreException(): boolean; get internalLogic(): boolean; get prepareLast(): boolean; get valid(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdeaction-logic-impl.d.ts.map