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
Could you also please explain from where you are getting the object type class names ?
Without creating the tag for process_variabe(doc) the referencing is still working, so what is the purpose of tag ?
Can you pls explain what is marshalling strategy?
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
@@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?
@@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?
@@kietutorials can you pls share video for CMIS?