import { IPSSysBackService } from './ipssys-back-service'; import { IPSDataEntity } from '../dataentity/ipsdata-entity'; import { IPSDEAction } from '../dataentity/action/ipsdeaction'; import { IPSDEDataSet } from '../dataentity/ds/ipsdedata-set'; import { IPSSysSFPlugin } from '../res/ipssys-sfplugin'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSSysBackServiceImpl extends PSModelObjectImpl implements IPSSysBackService { get codeName(): string; get containerTag(): string; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; protected psdeaction: IPSDEAction | null; getPSDEAction(): IPSDEAction | null; get psDEAction(): IPSDEAction | null; getPSDEActionMust(): IPSDEAction; protected psdedataset: IPSDEDataSet | null; getPSDEDataSet(): IPSDEDataSet | null; get psDEDataSet(): IPSDEDataSet | null; getPSDEDataSetMust(): IPSDEDataSet; protected psdataentity: IPSDataEntity | null; getPSDataEntity(): IPSDataEntity | null; get psDataEntity(): IPSDataEntity | null; getPSDataEntityMust(): IPSDataEntity; protected pssyssfplugin: IPSSysSFPlugin | null; getPSSysSFPlugin(): IPSSysSFPlugin | null; get psSysSFPlugin(): IPSSysSFPlugin | null; getPSSysSFPluginMust(): IPSSysSFPlugin; get predefinedType(): 'DENOTIFY' | 'SYSDATASYNCAGENT' | 'WFCALLBACK' | 'SYSADMIN' | 'SYSDTSQUEUE' | 'USER'; get rTMOSFilePath(): string; get serviceContainer(): 'SC01' | 'SC02' | 'SC03' | 'SC04' | 'USER'; get serviceHandler(): string; get serviceOrder(): number; get serviceParams(): string; get servicePolicy(): string; get servicePolicy2(): string; get serviceTag(): string; get serviceTag2(): string; get startMode(): 'AUTO' | 'MANUAL'; get taskType(): 'PREDEFINED' | 'DEACTION' | 'USER'; get timerPolicy(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get timerMode(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pssys-back-service-impl.d.ts.map