Interface DocumentWordService

  • All Known Implementing Classes:
    DocumentWordServiceImpl

    public interface DocumentWordService
    Author:
    qinman, zhangchongjie
    Date:
    2022/12/20
    • Method Detail

      • copyByProcessSerialNumberAndWordType

        net.risesoft.pojo.Y9Result<Object> copyByProcessSerialNumberAndWordType​(String sourceProcessSerialNumber,
                                                                                String targetProcessSerialNumber,
                                                                                String wordType)
      • findByProcessSerialNumberAndWordType

        List<DocumentWordModel> findByProcessSerialNumberAndWordType​(String processSerialNumber,
                                                                     String wordType)
        根据流程编号和正文类型查询正文信息
        Parameters:
        processSerialNumber - 流程编号
        wordType - 正文类型
        Returns:
        List
      • findWordById

        DocumentWord findWordById​(String id)
        根据id查询正文信息
        Parameters:
        id - id
        Returns:
        DocumentWord
      • replaceWord

        void replaceWord​(DocumentWord documentWord,
                         String oldId,
                         String taskId)
        替换正文
        Parameters:
        documentWord - documentWord
        oldId -
        taskId -
      • saveWord

        DocumentWord saveWord​(DocumentWord documentWord)
        保存正文信息
        Parameters:
        documentWord - documentWord