jBPM Documents | JBPM 7 Documents Swagger API | unit 7 |

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ธ.ค. 2024
  • Hi All,
    This video covers how to save document as process varaible
    Single
    new org.jbpm.document.marshalling.DocumentMarshallingStrategy();
    org.jbpm.document.Document
    -------DocumentStorageServiceImpl.class
    Multiple
    new org.jbpm.document.marshalling.DocumentCollectionImplMarshallingStrategy(new org.jbpm.document.marshalling.DocumentMarshallingStrategy());
    org.jbpm.document.DocumentCollection
    Custom
    new org.jbpm.integration.cmis.impl.OpenCMISPlaceholderResolverStrategy();
    Git hub code
    github.com/kie...
    DO SUBSCRIBE & LIKE
    / @kietutorials
    SHARE THE KNOWLEDGE

ความคิดเห็น • 8

  • @rishnavya
    @rishnavya 10 หลายเดือนก่อน

    Could you also please explain from where you are getting the object type class names ?

  • @rishnavya
    @rishnavya 10 หลายเดือนก่อน

    Without creating the tag for process_variabe(doc) the referencing is still working, so what is the purpose of tag ?

  • @mangeshpanchal2195
    @mangeshpanchal2195 4 ปีที่แล้ว

    Can you pls explain what is marshalling strategy?

    • @kietutorials
      @kietutorials  4 ปีที่แล้ว

      Hi Mangesh,
      I will try to post a video on marshalling strategy...but meanwhile you can go through below blog for better understanding
      mswiderski.blogspot.com/2014/02/jbpm-6-store-your-process-variables.html?m=1

    • @MrDeepakjss
      @MrDeepakjss 3 ปีที่แล้ว

      @@kietutorials how do we manage documents in case if we have a load balancer in front of server a and b, will it save at both servers at some file directory, How document save will work in distributed system?

    • @MrDeepakjss
      @MrDeepakjss 3 ปีที่แล้ว

      @@kietutorials Also how can we save documents in Database if we don't want to save at file directory? Is it possible to do that?

    • @MrDeepakjss
      @MrDeepakjss 3 ปีที่แล้ว

      @@kietutorials can you pls share video for CMIS?