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 interfaceDocumentCollection<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 voidDocuments. 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 DocumentAbstractDocumentMarshallingStrategy. buildDocument(String name, long size, Date lastModified, Map<String,String> params)Creates a valid Document instance with the data received.DocumentDocumentMarshallingStrategy. 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 DocumentDocumentStorageService. buildDocument(String name, long size, Date lastModified, Map<String,String> params)Generates a Document instance.DocumentDocumentStorageService. getDocument(String id)Method to obtain a File for the given storage idDocumentDocumentStorageService. 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 booleanDocumentStorageService. deleteDocument(Document document)Deletes the File identified by the given idDocumentDocumentStorageService. 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 classDocumentImplMethods in org.jbpm.document.service.impl that return Document Modifier and Type Method Description DocumentDocumentStorageServiceImpl. buildDocument(String name, long size, Date lastModified, Map<String,String> params)DocumentDocumentStorageServiceImpl. getDocument(String id)DocumentDocumentStorageServiceImpl. 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 booleanDocumentStorageServiceImpl. deleteDocument(Document doc)FileDocumentStorageServiceImpl. getDocumentContent(Document doc)DocumentDocumentStorageServiceImpl. saveDocument(Document document, byte[] content)
-