jBPM :: Document Service 6.2.0.Beta1

Uses of Interface
org.jbpm.document.Document

Packages that use Document
org.jbpm.document.service   
org.jbpm.document.service.impl   
 

Uses of Document in org.jbpm.document.service
 

Methods in org.jbpm.document.service that return Document
 Document DocumentStorageService.getDocument(String id)
          Method to obtain a File for the given storage id
 Document DocumentStorageService.saveDocument(Document document, byte[] content)
          Method to store the uploaded file on the system
 

Methods in org.jbpm.document.service with parameters of type Document
 boolean DocumentStorageService.deleteDocument(Document document)
          Deletes the File identified by the given id
 Document DocumentStorageService.saveDocument(Document document, byte[] content)
          Method to store the uploaded file on the system
 

Uses of Document in org.jbpm.document.service.impl
 

Classes in org.jbpm.document.service.impl that implement Document
 class DocumentImpl
           
 

Methods in org.jbpm.document.service.impl that return Document
 Document DocumentStorageServiceImpl.getDocument(String id)
           
 Document DocumentStorageServiceImpl.saveDocument(Document document, byte[] content)
           
 

Methods in org.jbpm.document.service.impl with parameters of type Document
 boolean DocumentStorageServiceImpl.deleteDocument(Document doc)
           
 File DocumentStorageServiceImpl.getDocumentContent(Document doc)
           
 Document DocumentStorageServiceImpl.saveDocument(Document document, byte[] content)
           
 


jBPM :: Document Service 6.2.0.Beta1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.