Package | Description |
---|---|
org.jbpm.document.marshalling | |
org.jbpm.document.service | |
org.jbpm.document.service.impl |
Modifier and Type | Method and 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) |
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 |
---|---|
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 |
---|---|
boolean |
DocumentStorageServiceImpl.deleteDocument(Document doc) |
File |
DocumentStorageServiceImpl.getDocumentContent(Document doc) |
Document |
DocumentStorageServiceImpl.saveDocument(Document document,
byte[] content) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.