import { IPSAppWF } from '../../app/wf/ipsapp-wf'; import { IPSDataEntity } from '../ipsdata-entity'; import { IPSDECancelWFLogic } from './ipsdecancel-wflogic'; import { IPSDELogicParam } from './ipsdelogic-param'; import { PSDELogicNodeImpl } from './psdelogic-node-impl'; import { IPSDEWF } from '../wf/ipsdewf'; import { IPSWorkflow } from '../../wf/ipsworkflow'; export declare class PSDECancelWFLogicImpl extends PSDELogicNodeImpl implements IPSDECancelWFLogic { protected dstpsdelogicparam: IPSDELogicParam | null; getDstPSDELogicParam(): IPSDELogicParam | null; get dstPSDELogicParam(): IPSDELogicParam | null; getDstPSDELogicParamMust(): IPSDELogicParam; protected dstpsdataentity: IPSDataEntity | null; getDstPSDataEntity(): IPSDataEntity | null; get dstPSDataEntity(): IPSDataEntity | null; getDstPSDataEntityMust(): IPSDataEntity; protected psappwf: IPSAppWF | null; getPSAppWF(): IPSAppWF | null; get psAppWF(): IPSAppWF | null; getPSAppWFMust(): IPSAppWF; protected psdewf: IPSDEWF | null; getPSDEWF(): IPSDEWF | null; get psDEWF(): IPSDEWF | null; getPSDEWFMust(): IPSDEWF; protected psworkflow: IPSWorkflow | null; getPSWorkflow(): IPSWorkflow | null; get psWorkflow(): IPSWorkflow | null; getPSWorkflowMust(): IPSWorkflow; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdecancel-wflogic-impl.d.ts.map