package wenrgise.workflow.service; import wenrgise.common.exception.EnrgiseApplicationException; import wenrgise.common.exception.EnrgiseSystemException; import wenrgise.workflow.bean.WflWorkListInfoBean; public interface WorkFlowService { WflWorkListInfoBean getWorkListInfo(String paramString) throws EnrgiseApplicationException, EnrgiseSystemException; }