import { IPSDEServiceAPI } from '../dataentity/service/ipsdeservice-api'; import { IPSDEServiceAPIRS } from '../dataentity/service/ipsdeservice-apirs'; import { IPSSysSFPlugin } from '../res/ipssys-sfplugin'; import { IPSSysServiceAPI } from './ipssys-service-api'; import { IPSSystemModule } from '../system/ipssystem-module'; import { IPSSysTestPrj } from '../testing/ipssys-test-prj'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSSysServiceAPIImpl extends PSModelObjectImpl implements IPSSysServiceAPI { get aPILevel(): 0 | 1 | 2 | 3; get aPIMode(): 0 | 1 | 2 | 10; get aPITag(): string; get aPITag2(): string; get aPIType(): 'RESTFUL' | 'JAXRS' | 'WEBSERVICE' | 'USER' | 'USER2'; get aPIVersion(): number; get authCheckTokenUrl(): string; get authClientId(): string; get authClientSecret(): string; get authMode(): 'NONE' | 'AUTHORIZATION_CODE' | 'PASSWORD' | 'CLIENT_CREDENTIALS' | 'IMPLICIT' | 'USER' | 'USER2'; get authParam(): string; get authParam2(): string; get authParam3(): string; get authParam4(): string; get codeName(): string; get dynaModelFilePath(): string; get handler(): string; get httpPort(): number; get mOSFilePath(): string; get memo(): string; get name(): string; protected psdeserviceapirss: IPSDEServiceAPIRS[] | null; getPSDEServiceAPIRSs(): IPSDEServiceAPIRS[] | null; get psDEServiceAPIRSs(): IPSDEServiceAPIRS[] | null; findPSDEServiceAPIRS(objKey: any): IPSDEServiceAPIRS | null; protected psdeserviceapis: IPSDEServiceAPI[] | null; getPSDEServiceAPIs(): IPSDEServiceAPI[] | null; get psDEServiceAPIs(): IPSDEServiceAPI[] | null; findPSDEServiceAPI(objKey: any): IPSDEServiceAPI | null; protected pssyssfplugin: IPSSysSFPlugin | null; getPSSysSFPlugin(): IPSSysSFPlugin | null; get psSysSFPlugin(): IPSSysSFPlugin | null; getPSSysSFPluginMust(): IPSSysSFPlugin; protected pssystestprjs: IPSSysTestPrj[] | null; getPSSysTestPrjs(): IPSSysTestPrj[] | null; get psSysTestPrjs(): IPSSysTestPrj[] | null; findPSSysTestPrj(objKey: any): IPSSysTestPrj | null; protected pssystemmodule: IPSSystemModule | null; getPSSystemModule(): IPSSystemModule | null; get psSystemModule(): IPSSystemModule | null; getPSSystemModuleMust(): IPSSystemModule; get predefinedType(): 'SAASADMIN' | 'WFSERVICE' | 'WFPROXYAPP' | 'WFCALLBACK' | 'USERAUTH' | 'ORGSERVICE' | 'ORGCALLBACK' | 'CORESERVICE' | 'USER' | 'USER2' | 'USER3' | 'USER4'; get rTMOSFilePath(): string; get serviceCodeName(): string; get serviceParam(): string; get serviceParam2(): string; get serviceParam3(): string; get serviceParam4(): string; get serviceType(): 'DEFAULT' | 'IBIZCLOUD' | 'APPLICATION' | 'LOCAL' | 'MIDDLEPLATFORM' | 'USER' | 'USER2'; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get cloudAdminLevel(): boolean; get coreLevel(): boolean; get dCAdminLevel(): boolean; get enableServiceAPIDTO(): boolean; get userLevel(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pssys-service-apiimpl.d.ts.map