| Package | Description |
|---|---|
| org.jbpm.document | |
| org.jbpm.document.marshalling | |
| org.jbpm.document.service | |
| org.jbpm.document.service.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DocumentCollection<T extends Document> |
| Modifier and Type | Method and Description |
|---|---|
List<Document> |
Documents.getDocuments()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Documents.addDocument(Document document)
Deprecated.
|
| Constructor and Description |
|---|
Documents(List<Document> documents)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Document |
DocumentMarshallingStrategy.buildDocument(String name,
long size,
Date lastModified,
Map<String,String> params) |
abstract Document |
AbstractDocumentMarshallingStrategy.buildDocument(String name,
long size,
Date lastModified,
Map<String,String> params)
Creates a valid Document instance with the data received.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentCollection<Document> |
DocumentsMarshallingStrategy.buildDocumentCollection()
Deprecated.
|
abstract DocumentCollection<? extends Document> |
AbstractDocumentCollectionMarshallingStrategy.buildDocumentCollection() |
| Modifier and Type | Method and 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 id
|
Document |
DocumentStorageService.saveDocument(Document document,
byte[] content)
Method to store the uploaded file on the system
|
| Modifier and Type | Method and Description |
|---|---|
List<Document> |
DocumentStorageService.listDocuments(Integer page,
Integer pageSize)
Lists available document with paging support.
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Class and Description |
|---|---|
class |
DocumentImpl |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
List<Document> |
DocumentStorageServiceImpl.listDocuments(Integer page,
Integer pageSize) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DocumentStorageServiceImpl.deleteDocument(Document doc) |
File |
DocumentStorageServiceImpl.getDocumentContent(Document doc) |
Document |
DocumentStorageServiceImpl.saveDocument(Document document,
byte[] content) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.