Uses of Interface
org.jbpm.document.service.DocumentStorageService
-
Packages that use DocumentStorageService Package Description org.jbpm.document.marshalling org.jbpm.document.service org.jbpm.document.service.impl -
-
Uses of DocumentStorageService in org.jbpm.document.marshalling
Constructors in org.jbpm.document.marshalling with parameters of type DocumentStorageService Constructor Description DocumentMarshallingStrategy(DocumentStorageService documentStorageService)
-
Uses of DocumentStorageService in org.jbpm.document.service
Methods in org.jbpm.document.service that return DocumentStorageService Modifier and Type Method Description DocumentStorageService
DocumentStorageServiceProvider. getStorageService()
-
Uses of DocumentStorageService in org.jbpm.document.service.impl
Classes in org.jbpm.document.service.impl that implement DocumentStorageService Modifier and Type Class Description class
DocumentStorageServiceImpl
This a Sample Implementation of the DocumentStorageService saves the uploaded files on the File System on a folder (by default /docs) and return the complete path to the file that will be stored in the form field property.Methods in org.jbpm.document.service.impl with parameters of type DocumentStorageService Modifier and Type Method Description void
DocumentImpl. setLoadService(DocumentStorageService service)
-