Uses of Interface
org.jbpm.document.Document
-
Packages that use Document Package Description org.jbpm.document org.jbpm.document.marshalling org.jbpm.document.service org.jbpm.document.service.impl -
-
Uses of Document in org.jbpm.document
Classes in org.jbpm.document with type parameters of type Document Modifier and Type Interface Description interface
DocumentCollection<T extends Document>
Methods in org.jbpm.document that return types with arguments of type Document Modifier and Type Method Description List<Document>
Documents. getDocuments()
Deprecated.Methods in org.jbpm.document with parameters of type Document Modifier and Type Method Description void
Documents. addDocument(Document document)
Deprecated.Constructor parameters in org.jbpm.document with type arguments of type Document Constructor Description Documents(List<Document> documents)
Deprecated. -
Uses of Document in org.jbpm.document.marshalling
Methods in org.jbpm.document.marshalling that return Document Modifier and Type Method Description abstract Document
AbstractDocumentMarshallingStrategy. buildDocument(String name, long size, Date lastModified, Map<String,String> params)
Creates a valid Document instance with the data received.Document
DocumentMarshallingStrategy. buildDocument(String name, long size, Date lastModified, Map<String,String> params)
Methods in org.jbpm.document.marshalling that return types with arguments of type Document Modifier and Type Method Description abstract DocumentCollection<? extends Document>
AbstractDocumentCollectionMarshallingStrategy. buildDocumentCollection()
DocumentCollection<Document>
DocumentsMarshallingStrategy. buildDocumentCollection()
Deprecated. -
Uses of Document in org.jbpm.document.service
Methods in org.jbpm.document.service that return Document Modifier and Type Method Description Document
DocumentStorageService. buildDocument(String name, long size, Date lastModified, Map<String,String> params)
Generates a Document instance.Document
DocumentStorageService. getDocument(String id)
Method to obtain a File for the given storage idDocument
DocumentStorageService. saveDocument(Document document, byte[] content)
Method to store the uploaded file on the systemMethods in org.jbpm.document.service that return types with arguments of type Document Modifier and Type Method Description List<Document>
DocumentStorageService. listDocuments(Integer page, Integer pageSize)
Lists available document with paging support.Methods in org.jbpm.document.service with parameters of type Document Modifier and Type Method Description boolean
DocumentStorageService. deleteDocument(Document document)
Deletes the File identified by the given idDocument
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 Modifier and Type Class Description class
DocumentImpl
Methods in org.jbpm.document.service.impl that return Document Modifier and Type Method Description Document
DocumentStorageServiceImpl. buildDocument(String name, long size, Date lastModified, Map<String,String> params)
Document
DocumentStorageServiceImpl. getDocument(String id)
Document
DocumentStorageServiceImpl. saveDocument(Document document, byte[] content)
Methods in org.jbpm.document.service.impl that return types with arguments of type Document Modifier and Type Method Description List<Document>
DocumentStorageServiceImpl. listDocuments(Integer page, Integer pageSize)
Methods in org.jbpm.document.service.impl with parameters of type Document Modifier and Type Method Description boolean
DocumentStorageServiceImpl. deleteDocument(Document doc)
File
DocumentStorageServiceImpl. getDocumentContent(Document doc)
Document
DocumentStorageServiceImpl. saveDocument(Document document, byte[] content)
-